#92AFCC
A light, moderate blue closely aligning with Lightsteelblue.
About #92AFCC
Visually, #92AFCC is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Lightsteelblue. In the RGB color space, it consists of 146 red, 175 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 28% cyan and 14% magenta inks. The HSL representation is 210.0° hue, 36.3% saturation, and 68.6% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92AFCC
RGB146, 175, 204
HSL210.0°, 36.3%, 68.6%
CMYK28%, 14%, 0%, 20%
HSV210.0°, 28.4%, 80.0%
LAB70.3, -3.2, -18.0
XYZ38.1, 41.1, 63.1
Decimal9613260
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.23:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92AFCC;
}
.text-color {
color: #92AFCC;
}
.border-color {
border: 2px solid #92AFCC;
}