#B6C5DB
A light, moderate blue closely aligning with Lightsteelblue.
About #B6C5DB
Visually, #B6C5DB 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 182 red, 197 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 17% C, 10% M, 0% Y, and 14% K. With a hue angle of 215.7 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6C5DB
RGB182, 197, 219
HSL215.7°, 33.9%, 78.6%
CMYK17%, 10%, 0%, 14%
HSV215.7°, 16.9%, 85.9%
LAB79.0, -0.6, -12.7
XYZ52.0, 55.0, 74.9
Decimal11978203
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.00:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6C5DB;
}
.text-color {
color: #B6C5DB;
}
.border-color {
border: 2px solid #B6C5DB;
}