Shades of Light Steel Blue #9CBBDB
Tints of Light Steel Blue #9CBBDB
RGB
CMYK
RGB Variations
Color information
#9CBBDB (or 0x9CBBDB) is known color: Light Steel Blue. HEX triplet: 9C, BB and DB. RGB value is (156,187,219). Sum of RGB (Red+Green+Blue) = 156+187+219=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBDB is #634424. Grayscale: #B5B5B5. Windows color (decimal): -6505509 or 14400412. OLE color: 14400412.
HSL color Cylindrical-coordinate representation of color #9CBBDB: hue angle of 210.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CBBDB is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 187 | 219 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.14 |
| HSL | 210.48º | 0.47% | 0.74% | - |
| HSV(B) | 210.48º | 0.29% | 0.86% | - |
| XYZ | 44.27 | 47.72 | 73.9 | - |
| YUV | 181.38 | 149.23 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 219 | 0.29 | 0.15 | 0 | 0.14 | 210.48 | 0.47 | 0.74 |
| Hex | 9C | BB | DB | 1D | F | 0 | E | D2 | 2F | 4A |
| Octal | 234 | 273 | 333 | 35 | 17 | 0 | 16 | 322 | 57 | 112 |
| Binary | 10011100 | 10111011 | 11011011 | 11101 | 1111 | 0 | 1110 | 11010010 | 101111 | 1001010 |
Color Harmonies of #9CBBDB
Complementary color
Monochromatic Colors of #9CBBDB
Black with #9CBBDB
Text Example
Text Example
White with #9CBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBBDB; }
p { color: rgb(156,187,219); }
H1.HeaderClassName
{
color: #9CBBDB;
}
.AnyTagClassName
{
color: #9CBBDB;
}
</style>
background-color css
<style>
a { background-color: #9CBBDB; }
a { background-color: rgb(156,187,219); }
div.DivClassName
{
background-color: #9CBBDB;
}
.BgClassName
{
background-color: #9CBBDB;
}
</style>
border-color css
<style>
span { border-color: #9CBBDB; }
span { border-color: rgb(156,187,219); }
td.TdClassName
{
border-color: #9CBBDB;
}
.TagClassName
{
border-color: #9CBBDB;
}
</style>