Shades of Light Steel Blue #9EBBE1
Tints of Light Steel Blue #9EBBE1
RGB
CMYK
RGB Variations
Color information
#9EBBE1 (or 0x9EBBE1) is known color: Light Steel Blue. HEX triplet: 9E, BB and E1. RGB value is (158,187,225). Sum of RGB (Red+Green+Blue) = 158+187+225=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #9EBBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBE1 is #61441E. Grayscale: #B6B6B6. Windows color (decimal): -6374431 or 14793630. OLE color: 14793630.
HSL color Cylindrical-coordinate representation of color #9EBBE1: hue angle of 214.03º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EBBE1 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 187 | 225 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.12 |
| HSL | 214.03º | 0.53% | 0.75% | - |
| HSV(B) | 214.03º | 0.3% | 0.88% | - |
| XYZ | 45.46 | 48.25 | 78.15 | - |
| YUV | 182.66 | 151.89 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 225 | 0.30 | 0.17 | 0 | 0.12 | 214.03 | 0.53 | 0.75 |
| Hex | 9E | BB | E1 | 1E | 11 | 0 | C | D6 | 35 | 4B |
| Octal | 236 | 273 | 341 | 36 | 21 | 0 | 14 | 326 | 65 | 113 |
| Binary | 10011110 | 10111011 | 11100001 | 11110 | 10001 | 0 | 1100 | 11010110 | 110101 | 1001011 |
Color Harmonies of #9EBBE1
Complementary color
Monochromatic Colors of #9EBBE1
Black with #9EBBE1
Text Example
Text Example
White with #9EBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBBE1; }
p { color: rgb(158,187,225); }
H1.HeaderClassName
{
color: #9EBBE1;
}
.AnyTagClassName
{
color: #9EBBE1;
}
</style>
background-color css
<style>
a { background-color: #9EBBE1; }
a { background-color: rgb(158,187,225); }
div.DivClassName
{
background-color: #9EBBE1;
}
.BgClassName
{
background-color: #9EBBE1;
}
</style>
border-color css
<style>
span { border-color: #9EBBE1; }
span { border-color: rgb(158,187,225); }
td.TdClassName
{
border-color: #9EBBE1;
}
.TagClassName
{
border-color: #9EBBE1;
}
</style>