#1D99BD
A medium, vivid cyan closely aligning with Steelblue.
About #1D99BD
At its core, #1D99BD is a medium and vivid hue. Designers often compare it to the standard color Steelblue. Its digital footprint relies on 29 parts red, 153 parts green, and 189 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 85% C, 19% M, 0% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D99BD
RGB29, 153, 189
HSL193.5°, 73.4%, 42.7%
CMYK85%, 19%, 0%, 26%
HSV193.5°, 84.7%, 74.1%
LAB58.7, -19.4, -27.7
XYZ21.1, 26.7, 52.2
Decimal1939901
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.31:1
Text on #FFFFFF
AA Large
6.34:1
Text on #000000
AA
3.16:1
Text on #F8FAFC
AA Large
5.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1D99BD;
}
.text-color {
color: #1D99BD;
}
.border-color {
border: 2px solid #1D99BD;
}