#8AE2F8
A light, vivid cyan closely aligning with Skyblue.
About #8AE2F8
When working with digital screens, the color #8AE2F8 is rendered by mixing light. Designers often compare it to the standard color Skyblue. In the RGB color space, it consists of 138 red, 226 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 44% C, 9% M, 0% Y, and 3% K. With a hue angle of 192.0 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8AE2F8
RGB138, 226, 248
HSL192.0°, 88.7%, 75.7%
CMYK44%, 9%, 0%, 3%
HSV192.0°, 44.4%, 97.3%
LAB85.3, -20.9, -19.0
XYZ54.6, 66.6, 98.8
Decimal9102072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.31:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AE2F8;
}
.text-color {
color: #8AE2F8;
}
.border-color {
border: 2px solid #8AE2F8;
}