Shades of Light Steel Blue #9EBDDE
Tints of Light Steel Blue #9EBDDE
RGB
CMYK
RGB Variations
Color information
#9EBDDE (or 0x9EBDDE) is known color: Light Steel Blue. HEX triplet: 9E, BD and DE. RGB value is (158,189,222). Sum of RGB (Red+Green+Blue) = 158+189+222=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EBDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDDE is #614221. Grayscale: #B7B7B7. Windows color (decimal): -6373922 or 14597534. OLE color: 14597534.
HSL color Cylindrical-coordinate representation of color #9EBDDE: hue angle of 210.94º 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 #9EBDDE is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 189 | 222 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.13 |
| HSL | 210.94º | 0.49% | 0.75% | - |
| HSV(B) | 210.94º | 0.29% | 0.87% | - |
| XYZ | 45.48 | 48.94 | 76.16 | - |
| YUV | 183.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 222 | 0.29 | 0.15 | 0 | 0.13 | 210.94 | 0.49 | 0.75 |
| Hex | 9E | BD | DE | 1D | F | 0 | D | D3 | 31 | 4B |
| Octal | 236 | 275 | 336 | 35 | 17 | 0 | 15 | 323 | 61 | 113 |
| Binary | 10011110 | 10111101 | 11011110 | 11101 | 1111 | 0 | 1101 | 11010011 | 110001 | 1001011 |
Color Harmonies of #9EBDDE
Complementary color
Monochromatic Colors of #9EBDDE
Black with #9EBDDE
Text Example
Text Example
White with #9EBDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBDDE; }
p { color: rgb(158,189,222); }
H1.HeaderClassName
{
color: #9EBDDE;
}
.AnyTagClassName
{
color: #9EBDDE;
}
</style>
background-color css
<style>
a { background-color: #9EBDDE; }
a { background-color: rgb(158,189,222); }
div.DivClassName
{
background-color: #9EBDDE;
}
.BgClassName
{
background-color: #9EBDDE;
}
</style>
border-color css
<style>
span { border-color: #9EBDDE; }
span { border-color: rgb(158,189,222); }
td.TdClassName
{
border-color: #9EBDDE;
}
.TagClassName
{
border-color: #9EBDDE;
}
</style>