#BDF0FF
A very light, vivid cyan closely aligning with Powderblue.
About #BDF0FF
Visually, #BDF0FF is defined as a vivid cyan. Designers often compare it to the standard color Powderblue. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 240, and 255.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 26% cyan and 6% magenta inks. The HSL representation is 193.6° hue, 100.0% saturation, and 87.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#BDF0FF
RGB189, 240, 255
HSL193.6°, 100.0%, 87.1%
CMYK26%, 6%, 0%, 0%
HSV193.6°, 25.9%, 100.0%
LAB91.8, -12.9, -12.5
XYZ70.2, 80.4, 106.4
Decimal12447999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.07:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDF0FF;
}
.text-color {
color: #BDF0FF;
}
.border-color {
border: 2px solid #BDF0FF;
}