#24AFCC
A medium, vivid cyan closely aligning with Skyblue.
About #24AFCC
When working with digital screens, the color #24AFCC is rendered by mixing light. Its closest recognized web color is Skyblue. Its digital footprint relies on 36 parts red, 175 parts green, and 204 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 82% C, 14% M, 0% Y, and 20% K. The HSL representation is 190.4° hue, 70.0% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24AFCC
RGB36, 175, 204
HSL190.4°, 70.0%, 47.1%
CMYK82%, 14%, 0%, 20%
HSV190.4°, 82.4%, 80.0%
LAB66.1, -25.2, -24.8
XYZ27.0, 35.4, 62.5
Decimal2404300
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.60:1
Text on #FFFFFF
FAIL
8.08:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24AFCC;
}
.text-color {
color: #24AFCC;
}
.border-color {
border: 2px solid #24AFCC;
}