#92CCF8
A light, vivid blue closely aligning with Lightskyblue.
About #92CCF8
The precise color #92CCF8 is an excellent choice for modern design projects. Its closest recognized web color is Lightskyblue. In the RGB color space, it consists of 146 red, 204 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 41% cyan, 18% magenta, 0% yellow, and 3% black. The HSL representation is 205.9° hue, 87.9% saturation, and 77.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92CCF8
RGB146, 204, 248
HSL205.9°, 87.9%, 77.3%
CMYK41%, 18%, 0%, 3%
HSV205.9°, 41.1%, 97.3%
LAB79.7, -7.6, -27.5
XYZ50.4, 56.1, 97.0
Decimal9620728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.21:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92CCF8;
}
.text-color {
color: #92CCF8;
}
.border-color {
border: 2px solid #92CCF8;
}