Fly Away
#85b3f3
Fly Away, represented by the hex value #85b3f3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #85b3f3 | |
|---|---|---|
| RGB | rgb(133, 179, 243) | |
| HSL | hsl(215, 82%, 74%) | |
| CMYK | cmyk(45%, 26%, 0%, 5%) | |
| LAB | lab(72, -3, -37) | |
| OKLCH | oklch(0.76 0.105 257) |
Color harmonies
Tints & shades
Code snippets
color: #85b3f3;
background-color: #85b3f3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF85B3F3)
/* Swift / UIKit */
UIColor(red: 0.52, green: 0.70, blue: 0.95, alpha: 1.0)