True Sky Blue
#24a6c2
Looking for the precise values behind True Sky Blue (#24a6c2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #24a6c2 | |
|---|---|---|
| RGB | rgb(36, 166, 194) | |
| HSL | hsl(191, 69%, 45%) | |
| CMYK | cmyk(81%, 14%, 0%, 24%) | |
| LAB | lab(63, -28, -25) | |
| OKLCH | oklch(0.67 0.112 217) |
Color harmonies
Tints & shades
Code snippets
color: #24a6c2;
background-color: #24a6c2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF24A6C2)
/* Swift / UIKit */
UIColor(red: 0.14, green: 0.65, blue: 0.76, alpha: 1.0)