#00CCF0
A medium, vivid cyan closely aligning with Skyblue.
About #00CCF0
The precise color #00CCF0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Skyblue. In the RGB color space, it consists of 0 red, 204 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 15% Magenta, 0% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#00CCF0
RGB0, 204, 240
HSL189.0°, 100.0%, 47.1%
CMYK100%, 15%, 0%, 6%
HSV189.0°, 100.0%, 94.1%
LAB75.7, -29.3, -29.5
XYZ37.3, 49.5, 90.0
Decimal52464
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.90:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00CCF0;
}
.text-color {
color: #00CCF0;
}
.border-color {
border: 2px solid #00CCF0;
}