#0FCCF0
A medium, vivid cyan closely aligning with Skyblue.
About #0FCCF0
At its core, #0FCCF0 is a medium and vivid hue. Its closest recognized web color is Skyblue. This translates to an RGB value of rgb(15, 204, 240).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 94% C, 15% M, 0% Y, and 6% K. The HSL representation is 189.6° hue, 88.2% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FCCF0
RGB15, 204, 240
HSL189.6°, 88.2%, 50.0%
CMYK94%, 15%, 0%, 6%
HSV189.6°, 93.8%, 94.1%
LAB75.8, -29.0, -29.4
XYZ37.5, 49.6, 90.0
Decimal1035504
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.92:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FCCF0;
}
.text-color {
color: #0FCCF0;
}
.border-color {
border: 2px solid #0FCCF0;
}