Shades of Light Steel Blue #9EBEDF
Tints of Light Steel Blue #9EBEDF
RGB
CMYK
RGB Variations
Color information
#9EBEDF (or 0x9EBEDF) is known color: Light Steel Blue. HEX triplet: 9E, BE and DF. RGB value is (158,190,223). Sum of RGB (Red+Green+Blue) = 158+190+223=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #9EBEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBEDF is #614120. Grayscale: #B8B8B8. Windows color (decimal): -6373665 or 14663326. OLE color: 14663326.
HSL color Cylindrical-coordinate representation of color #9EBEDF: hue angle of 210.46º degrees, saturation: 0.5, 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 #9EBEDF is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 190 | 223 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.13 |
| HSL | 210.46º | 0.5% | 0.75% | - |
| HSV(B) | 210.46º | 0.29% | 0.87% | - |
| XYZ | 45.83 | 49.42 | 76.94 | - |
| YUV | 184.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 223 | 0.29 | 0.15 | 0 | 0.13 | 210.46 | 0.5 | 0.75 |
| Hex | 9E | BE | DF | 1D | F | 0 | D | D2 | 32 | 4B |
| Octal | 236 | 276 | 337 | 35 | 17 | 0 | 15 | 322 | 62 | 113 |
| Binary | 10011110 | 10111110 | 11011111 | 11101 | 1111 | 0 | 1101 | 11010010 | 110010 | 1001011 |
Color Harmonies of #9EBEDF
Complementary color
Monochromatic Colors of #9EBEDF
Black with #9EBEDF
Text Example
Text Example
White with #9EBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBEDF; }
p { color: rgb(158,190,223); }
H1.HeaderClassName
{
color: #9EBEDF;
}
.AnyTagClassName
{
color: #9EBEDF;
}
</style>
background-color css
<style>
a { background-color: #9EBEDF; }
a { background-color: rgb(158,190,223); }
div.DivClassName
{
background-color: #9EBEDF;
}
.BgClassName
{
background-color: #9EBEDF;
}
</style>
border-color css
<style>
span { border-color: #9EBEDF; }
span { border-color: rgb(158,190,223); }
td.TdClassName
{
border-color: #9EBEDF;
}
.TagClassName
{
border-color: #9EBEDF;
}
</style>