#99E2F0
A light, vivid cyan closely aligning with Powderblue.
About #99E2F0
Visually, #99E2F0 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Powderblue. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 226, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 36% Cyan, 6% Magenta, 0% Yellow, and 6% Black. With a hue angle of 189.7 degrees, it sits comfortably in the cyan spectrum.
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#99E2F0
RGB153, 226, 240
HSL189.7°, 74.4%, 77.1%
CMYK36%, 6%, 0%, 6%
HSV189.7°, 36.2%, 94.1%
LAB85.7, -19.2, -14.0
XYZ56.1, 67.5, 92.5
Decimal10085104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.49:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99E2F0;
}
.text-color {
color: #99E2F0;
}
.border-color {
border: 2px solid #99E2F0;
}