Shades of Light Steel Blue #9BBBDD
Tints of Light Steel Blue #9BBBDD
RGB
CMYK
RGB Variations
Color information
#9BBBDD (or 0x9BBBDD) is known color: Light Steel Blue. HEX triplet: 9B, BB and DD. RGB value is (155,187,221). Sum of RGB (Red+Green+Blue) = 155+187+221=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBDD is #644422. Grayscale: #B5B5B5. Windows color (decimal): -6571043 or 14531483. OLE color: 14531483.
HSL color Cylindrical-coordinate representation of color #9BBBDD: hue angle of 210.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BBBDD is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 187 | 221 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.13 |
| HSL | 210.91º | 0.49% | 0.74% | - |
| HSV(B) | 210.91º | 0.3% | 0.87% | - |
| XYZ | 44.34 | 47.73 | 75.28 | - |
| YUV | 181.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 221 | 0.30 | 0.15 | 0 | 0.13 | 210.91 | 0.49 | 0.74 |
| Hex | 9B | BB | DD | 1E | F | 0 | D | D3 | 31 | 4A |
| Octal | 233 | 273 | 335 | 36 | 17 | 0 | 15 | 323 | 61 | 112 |
| Binary | 10011011 | 10111011 | 11011101 | 11110 | 1111 | 0 | 1101 | 11010011 | 110001 | 1001010 |
Color Harmonies of #9BBBDD
Complementary color
Monochromatic Colors of #9BBBDD
Black with #9BBBDD
Text Example
Text Example
White with #9BBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBBDD; }
p { color: rgb(155,187,221); }
H1.HeaderClassName
{
color: #9BBBDD;
}
.AnyTagClassName
{
color: #9BBBDD;
}
</style>
background-color css
<style>
a { background-color: #9BBBDD; }
a { background-color: rgb(155,187,221); }
div.DivClassName
{
background-color: #9BBBDD;
}
.BgClassName
{
background-color: #9BBBDD;
}
</style>
border-color css
<style>
span { border-color: #9BBBDD; }
span { border-color: rgb(155,187,221); }
td.TdClassName
{
border-color: #9BBBDD;
}
.TagClassName
{
border-color: #9BBBDD;
}
</style>