#0FE9E9
A medium, vivid cyan closely aligning with Aqua.
About #0FE9E9
Visually, #0FE9E9 is defined as a vivid cyan. It is closely associated with the named CSS color Aqua. Its digital footprint relies on 15 parts red, 233 parts green, and 233 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 94% Cyan, 0% Magenta, 0% Yellow, and 9% Black. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FE9E9
RGB15, 233, 233
HSL180.0°, 87.9%, 48.6%
CMYK94%, 0%, 0%, 9%
HSV180.0°, 93.6%, 91.4%
LAB84.1, -44.6, -13.1
XYZ44.0, 64.3, 87.2
Decimal1042921
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.85:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE9E9;
}
.text-color {
color: #0FE9E9;
}
.border-color {
border: 2px solid #0FE9E9;
}