Hey Blue!
#16f8ff
Hey Blue!, represented by the hex value #16f8ff, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #16f8ff | |
|---|---|---|
| RGB | rgb(22, 248, 255) | |
| HSL | hsl(182, 100%, 54%) | |
| CMYK | cmyk(91%, 3%, 0%, 0%) | |
| LAB | lab(89, -47, -18) | |
| OKLCH | oklch(0.89 0.149 199) |
Color harmonies
Tints & shades
Code snippets
color: #16f8ff;
background-color: #16f8ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF16F8FF)
/* Swift / UIKit */
UIColor(red: 0.09, green: 0.97, blue: 1.00, alpha: 1.0)