Below Zero
#87cded
Below Zero, represented by the hex value #87cded, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #87cded | |
|---|---|---|
| RGB | rgb(135, 205, 237) | |
| HSL | hsl(199, 74%, 73%) | |
| CMYK | cmyk(43%, 14%, 0%, 7%) | |
| LAB | lab(79, -17, -23) | |
| OKLCH | oklch(0.81 0.083 229) |
Color harmonies
Tints & shades
Code snippets
color: #87cded;
background-color: #87cded;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF87CDED)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.80, blue: 0.93, alpha: 1.0)