Shades of Light Steel Blue #9BBCDB
Tints of Light Steel Blue #9BBCDB
RGB
CMYK
RGB Variations
Color information
#9BBCDB (or 0x9BBCDB) is known color: Light Steel Blue. HEX triplet: 9B, BC and DB. RGB value is (155,188,219). Sum of RGB (Red+Green+Blue) = 155+188+219=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 188 (73.83% from 255 or 33.45% 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 #9BBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCDB is #644324. Grayscale: #B5B5B5. Windows color (decimal): -6570789 or 14400667. OLE color: 14400667.
HSL color Cylindrical-coordinate representation of color #9BBCDB: hue angle of 209.06º 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 #9BBCDB is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 188 | 219 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.14 |
| HSL | 209.06º | 0.47% | 0.73% | - |
| HSV(B) | 209.06º | 0.29% | 0.86% | - |
| XYZ | 44.29 | 48.05 | 73.96 | - |
| YUV | 181.67 | 149.07 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 219 | 0.29 | 0.14 | 0 | 0.14 | 209.06 | 0.47 | 0.73 |
| Hex | 9B | BC | DB | 1D | E | 0 | E | D1 | 2F | 49 |
| Octal | 233 | 274 | 333 | 35 | 16 | 0 | 16 | 321 | 57 | 111 |
| Binary | 10011011 | 10111100 | 11011011 | 11101 | 1110 | 0 | 1110 | 11010001 | 101111 | 1001001 |
Color Harmonies of #9BBCDB
Complementary color
Monochromatic Colors of #9BBCDB
Black with #9BBCDB
Text Example
Text Example
White with #9BBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCDB; }
p { color: rgb(155,188,219); }
H1.HeaderClassName
{
color: #9BBCDB;
}
.AnyTagClassName
{
color: #9BBCDB;
}
</style>
background-color css
<style>
a { background-color: #9BBCDB; }
a { background-color: rgb(155,188,219); }
div.DivClassName
{
background-color: #9BBCDB;
}
.BgClassName
{
background-color: #9BBCDB;
}
</style>
border-color css
<style>
span { border-color: #9BBCDB; }
span { border-color: rgb(155,188,219); }
td.TdClassName
{
border-color: #9BBCDB;
}
.TagClassName
{
border-color: #9BBCDB;
}
</style>