Shades of Light Steel Blue #9EBBDE
Tints of Light Steel Blue #9EBBDE
RGB
CMYK
RGB Variations
Color information
#9EBBDE (or 0x9EBBDE) is known color: Light Steel Blue. HEX triplet: 9E, BB and DE. RGB value is (158,187,222). Sum of RGB (Red+Green+Blue) = 158+187+222=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EBBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBDE is #614421. Grayscale: #B6B6B6. Windows color (decimal): -6374434 or 14597022. OLE color: 14597022.
HSL color Cylindrical-coordinate representation of color #9EBBDE: hue angle of 212.81º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EBBDE is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 187 | 222 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.13 |
| HSL | 212.81º | 0.49% | 0.75% | - |
| HSV(B) | 212.81º | 0.29% | 0.87% | - |
| XYZ | 45.06 | 48.08 | 76.01 | - |
| YUV | 182.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 222 | 0.29 | 0.16 | 0 | 0.13 | 212.81 | 0.49 | 0.75 |
| Hex | 9E | BB | DE | 1D | 10 | 0 | D | D5 | 31 | 4B |
| Octal | 236 | 273 | 336 | 35 | 20 | 0 | 15 | 325 | 61 | 113 |
| Binary | 10011110 | 10111011 | 11011110 | 11101 | 10000 | 0 | 1101 | 11010101 | 110001 | 1001011 |
Color Harmonies of #9EBBDE
Complementary color
Monochromatic Colors of #9EBBDE
Black with #9EBBDE
Text Example
Text Example
White with #9EBBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBBDE; }
p { color: rgb(158,187,222); }
H1.HeaderClassName
{
color: #9EBBDE;
}
.AnyTagClassName
{
color: #9EBBDE;
}
</style>
background-color css
<style>
a { background-color: #9EBBDE; }
a { background-color: rgb(158,187,222); }
div.DivClassName
{
background-color: #9EBBDE;
}
.BgClassName
{
background-color: #9EBBDE;
}
</style>
border-color css
<style>
span { border-color: #9EBBDE; }
span { border-color: rgb(158,187,222); }
td.TdClassName
{
border-color: #9EBBDE;
}
.TagClassName
{
border-color: #9EBBDE;
}
</style>