#AFE2E9
A very light, moderate cyan closely aligning with Powderblue.
About #AFE2E9
Visually, #AFE2E9 is defined as a moderate cyan. Designers often compare it to the standard color Powderblue. This translates to an RGB value of rgb(175, 226, 233).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 25% cyan, 3% magenta, 0% yellow, and 9% black. With a hue angle of 187.2 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. 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#AFE2E9
RGB175, 226, 233
HSL187.2°, 56.9%, 80.0%
CMYK25%, 3%, 0%, 9%
HSV187.2°, 24.9%, 91.4%
LAB86.7, -14.7, -8.8
XYZ59.6, 69.4, 87.3
Decimal11526889
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.88:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE2E9;
}
.text-color {
color: #AFE2E9;
}
.border-color {
border: 2px solid #AFE2E9;
}