Shades of Light Steel Blue #9BBBE1
Tints of Light Steel Blue #9BBBE1
RGB
CMYK
RGB Variations
Color information
#9BBBE1 (or 0x9BBBE1) is known color: Light Steel Blue. HEX triplet: 9B, BB and E1. RGB value is (155,187,225). Sum of RGB (Red+Green+Blue) = 155+187+225=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #9BBBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBE1 is #64441E. Grayscale: #B5B5B5. Windows color (decimal): -6571039 or 14793627. OLE color: 14793627.
HSL color Cylindrical-coordinate representation of color #9BBBE1: hue angle of 212.57º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BBBE1 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 187 | 225 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.12 |
| HSL | 212.57º | 0.54% | 0.75% | - |
| HSV(B) | 212.57º | 0.31% | 0.88% | - |
| XYZ | 44.88 | 47.95 | 78.12 | - |
| YUV | 181.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 225 | 0.31 | 0.17 | 0 | 0.12 | 212.57 | 0.54 | 0.75 |
| Hex | 9B | BB | E1 | 1F | 11 | 0 | C | D5 | 36 | 4B |
| Octal | 233 | 273 | 341 | 37 | 21 | 0 | 14 | 325 | 66 | 113 |
| Binary | 10011011 | 10111011 | 11100001 | 11111 | 10001 | 0 | 1100 | 11010101 | 110110 | 1001011 |
Color Harmonies of #9BBBE1
Complementary color
Monochromatic Colors of #9BBBE1
Black with #9BBBE1
Text Example
Text Example
White with #9BBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBBE1; }
p { color: rgb(155,187,225); }
H1.HeaderClassName
{
color: #9BBBE1;
}
.AnyTagClassName
{
color: #9BBBE1;
}
</style>
background-color css
<style>
a { background-color: #9BBBE1; }
a { background-color: rgb(155,187,225); }
div.DivClassName
{
background-color: #9BBBE1;
}
.BgClassName
{
background-color: #9BBBE1;
}
</style>
border-color css
<style>
span { border-color: #9BBBE1; }
span { border-color: rgb(155,187,225); }
td.TdClassName
{
border-color: #9BBBE1;
}
.TagClassName
{
border-color: #9BBBE1;
}
</style>