#00CCFF
A medium, vivid cyan closely aligning with Deepskyblue.
About #00CCFF
The precise color #00CCFF is an excellent choice for modern design projects. It is closely associated with the named CSS color Deepskyblue. Its digital footprint relies on 0 parts red, 204 parts green, and 255 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 20% Magenta, 0% Yellow, and 0% Black. With a hue angle of 192.0 degrees, it sits comfortably in the cyan spectrum.
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#00CCFF
RGB0, 204, 255
HSL192.0°, 100.0%, 50.0%
CMYK100%, 20%, 0%, 0%
HSV192.0°, 100.0%, 100.0%
LAB76.3, -24.3, -36.7
XYZ39.6, 50.4, 102.2
Decimal52479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.08:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00CCFF;
}
.text-color {
color: #00CCFF;
}
.border-color {
border: 2px solid #00CCFF;
}