Shades of Light Steel Blue #9BBBDB
Tints of Light Steel Blue #9BBBDB
RGB
CMYK
RGB Variations
Color information
#9BBBDB (or 0x9BBBDB) is known color: Light Steel Blue. HEX triplet: 9B, BB and DB. RGB value is (155,187,219). Sum of RGB (Red+Green+Blue) = 155+187+219=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBDB is #644424. Grayscale: #B4B4B4. Windows color (decimal): -6571045 or 14400411. OLE color: 14400411.
HSL color Cylindrical-coordinate representation of color #9BBBDB: hue angle of 210º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BBBDB is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 187 | 219 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.14 |
| HSL | 210º | 0.47% | 0.73% | - |
| HSV(B) | 210º | 0.29% | 0.86% | - |
| XYZ | 44.07 | 47.62 | 73.89 | - |
| YUV | 181.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 219 | 0.29 | 0.15 | 0 | 0.14 | 210 | 0.47 | 0.73 |
| Hex | 9B | BB | DB | 1D | F | 0 | E | D2 | 2F | 49 |
| Octal | 233 | 273 | 333 | 35 | 17 | 0 | 16 | 322 | 57 | 111 |
| Binary | 10011011 | 10111011 | 11011011 | 11101 | 1111 | 0 | 1110 | 11010010 | 101111 | 1001001 |
Color Harmonies of #9BBBDB
Complementary color
Monochromatic Colors of #9BBBDB
Black with #9BBBDB
Text Example
Text Example
White with #9BBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBBDB; }
p { color: rgb(155,187,219); }
H1.HeaderClassName
{
color: #9BBBDB;
}
.AnyTagClassName
{
color: #9BBBDB;
}
</style>
background-color css
<style>
a { background-color: #9BBBDB; }
a { background-color: rgb(155,187,219); }
div.DivClassName
{
background-color: #9BBBDB;
}
.BgClassName
{
background-color: #9BBBDB;
}
</style>
border-color css
<style>
span { border-color: #9BBBDB; }
span { border-color: rgb(155,187,219); }
td.TdClassName
{
border-color: #9BBBDB;
}
.TagClassName
{
border-color: #9BBBDB;
}
</style>