#92CCDB
A light, moderate cyan closely aligning with Lightblue.
About #92CCDB
At its core, #92CCDB is a light and moderate hue. If you're using CSS, you might find it aligns closely with Lightblue. This translates to an RGB value of rgb(146, 204, 219).
If you are designing for print, the four-color process is what matters most. The color uses 33% Cyan, 7% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#92CCDB
RGB146, 204, 219
HSL192.3°, 50.3%, 71.6%
CMYK33%, 7%, 0%, 14%
HSV192.3°, 33.3%, 85.9%
LAB78.7, -15.0, -13.4
XYZ46.2, 54.4, 75.1
Decimal9620699
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.88:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92CCDB;
}
.text-color {
color: #92CCDB;
}
.border-color {
border: 2px solid #92CCDB;
}