#92B6F0
A light, vivid blue closely aligning with Lightskyblue.
About #92B6F0
The precise color #92B6F0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightskyblue. In the RGB color space, it consists of 146 red, 182 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 39% cyan, 24% magenta, 0% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#92B6F0
RGB146, 182, 240
HSL217.0°, 75.8%, 75.7%
CMYK39%, 24%, 0%, 6%
HSV217.0°, 39.2%, 94.1%
LAB73.5, 2.1, -32.7
XYZ44.3, 45.9, 89.0
Decimal9615088
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.17:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92B6F0;
}
.text-color {
color: #92B6F0;
}
.border-color {
border: 2px solid #92B6F0;
}