#24CCF0
A medium, vivid cyan closely aligning with Skyblue.
About #24CCF0
At its core, #24CCF0 is a medium and vivid hue. It is closely associated with the named CSS color Skyblue. In the RGB color space, it consists of 36 red, 204 green, and 240 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 85% Cyan, 15% Magenta, 0% Yellow, and 6% Black. The HSL representation is 190.6° hue, 87.2% saturation, and 54.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24CCF0
RGB36, 204, 240
HSL190.6°, 87.2%, 54.1%
CMYK85%, 15%, 0%, 6%
HSV190.6°, 85.0%, 94.1%
LAB76.0, -28.0, -29.2
XYZ38.0, 49.9, 90.1
Decimal2411760
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.97:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24CCF0;
}
.text-color {
color: #24CCF0;
}
.border-color {
border: 2px solid #24CCF0;
}