Shades of Light Steel Blue #9FBBE1
Tints of Light Steel Blue #9FBBE1
RGB
CMYK
RGB Variations
Color information
#9FBBE1 (or 0x9FBBE1) is known color: Light Steel Blue. HEX triplet: 9F, BB and E1. RGB value is (159,187,225). Sum of RGB (Red+Green+Blue) = 159+187+225=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #9FBBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBE1 is #60441E. Grayscale: #B6B6B6. Windows color (decimal): -6308895 or 14793631. OLE color: 14793631.
HSL color Cylindrical-coordinate representation of color #9FBBE1: hue angle of 214.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FBBE1 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 187 | 225 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.12 |
| HSL | 214.55º | 0.52% | 0.75% | - |
| HSV(B) | 214.55º | 0.29% | 0.88% | - |
| XYZ | 45.66 | 48.35 | 78.16 | - |
| YUV | 182.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 225 | 0.29 | 0.17 | 0 | 0.12 | 214.55 | 0.52 | 0.75 |
| Hex | 9F | BB | E1 | 1D | 11 | 0 | C | D7 | 34 | 4B |
| Octal | 237 | 273 | 341 | 35 | 21 | 0 | 14 | 327 | 64 | 113 |
| Binary | 10011111 | 10111011 | 11100001 | 11101 | 10001 | 0 | 1100 | 11010111 | 110100 | 1001011 |
Color Harmonies of #9FBBE1
Complementary color
Monochromatic Colors of #9FBBE1
Black with #9FBBE1
Text Example
Text Example
White with #9FBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBE1; }
p { color: rgb(159,187,225); }
H1.HeaderClassName
{
color: #9FBBE1;
}
.AnyTagClassName
{
color: #9FBBE1;
}
</style>
background-color css
<style>
a { background-color: #9FBBE1; }
a { background-color: rgb(159,187,225); }
div.DivClassName
{
background-color: #9FBBE1;
}
.BgClassName
{
background-color: #9FBBE1;
}
</style>
border-color css
<style>
span { border-color: #9FBBE1; }
span { border-color: rgb(159,187,225); }
td.TdClassName
{
border-color: #9FBBE1;
}
.TagClassName
{
border-color: #9FBBE1;
}
</style>