#00CCF8
A medium, vivid cyan closely aligning with Deepskyblue.
About #00CCF8
At its core, #00CCF8 is a medium and vivid hue. It is closely associated with the named CSS color Deepskyblue. In the RGB color space, it consists of 0 red, 204 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 18% Magenta, 0% Yellow, and 3% Black. With a hue angle of 190.6 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00CCF8
RGB0, 204, 248
HSL190.6°, 100.0%, 48.6%
CMYK100%, 18%, 0%, 3%
HSV190.6°, 100.0%, 97.3%
LAB76.0, -26.7, -33.4
XYZ38.5, 50.0, 96.4
Decimal52472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.99:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00CCF8;
}
.text-color {
color: #00CCF8;
}
.border-color {
border: 2px solid #00CCF8;
}