#92BDDB
A light, moderate blue closely aligning with Lightsteelblue.
About #92BDDB
At its core, #92BDDB is a light and moderate hue. If you're using CSS, you might find it aligns closely with Lightsteelblue. This translates to an RGB value of rgb(146, 189, 219).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 33% Cyan, 14% Magenta, 0% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#92BDDB
RGB146, 189, 219
HSL204.7°, 50.3%, 71.6%
CMYK33%, 14%, 0%, 14%
HSV204.7°, 33.3%, 85.9%
LAB74.6, -7.1, -19.6
XYZ42.8, 47.6, 74.0
Decimal9616859
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.52:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92BDDB;
}
.text-color {
color: #92BDDB;
}
.border-color {
border: 2px solid #92BDDB;
}