#92BDBD
A light, muted cyan closely aligning with Lightblue.
About #92BDBD
At its core, #92BDBD is a light and muted hue. Its closest recognized web color is Lightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 189, and 189.
For print applications, it's crucial to understand its CMYK makeup. The color uses 23% Cyan, 0% Magenta, 0% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#92BDBD
RGB146, 189, 189
HSL180.0°, 24.6%, 65.7%
CMYK23%, 0%, 0%, 26%
HSV180.0°, 22.8%, 74.1%
LAB73.7, -14.2, -4.7
XYZ39.2, 46.2, 55.0
Decimal9616829
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.24:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92BDBD;
}
.text-color {
color: #92BDBD;
}
.border-color {
border: 2px solid #92BDBD;
}