Shades of Light Steel Blue #9EC0DC
Tints of Light Steel Blue #9EC0DC
RGB
CMYK
RGB Variations
Color information
#9EC0DC (or 0x9EC0DC) is known color: Light Steel Blue. HEX triplet: 9E, C0 and DC. RGB value is (158,192,220). Sum of RGB (Red+Green+Blue) = 158+192+220=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC0DC is #613F23. Grayscale: #B8B8B8. Windows color (decimal): -6373156 or 14467230. OLE color: 14467230.
HSL color Cylindrical-coordinate representation of color #9EC0DC: hue angle of 207.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EC0DC is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 192 | 220 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.14 |
| HSL | 207.1º | 0.47% | 0.74% | - |
| HSV(B) | 207.1º | 0.28% | 0.86% | - |
| XYZ | 45.87 | 50.14 | 74.97 | - |
| YUV | 185.03 | 147.74 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 220 | 0.28 | 0.13 | 0 | 0.14 | 207.1 | 0.47 | 0.74 |
| Hex | 9E | C0 | DC | 1C | D | 0 | E | CF | 2F | 4A |
| Octal | 236 | 300 | 334 | 34 | 15 | 0 | 16 | 317 | 57 | 112 |
| Binary | 10011110 | 11000000 | 11011100 | 11100 | 1101 | 0 | 1110 | 11001111 | 101111 | 1001010 |
Color Harmonies of #9EC0DC
Complementary color
Monochromatic Colors of #9EC0DC
Black with #9EC0DC
Text Example
Text Example
White with #9EC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC0DC; }
p { color: rgb(158,192,220); }
H1.HeaderClassName
{
color: #9EC0DC;
}
.AnyTagClassName
{
color: #9EC0DC;
}
</style>
background-color css
<style>
a { background-color: #9EC0DC; }
a { background-color: rgb(158,192,220); }
div.DivClassName
{
background-color: #9EC0DC;
}
.BgClassName
{
background-color: #9EC0DC;
}
</style>
border-color css
<style>
span { border-color: #9EC0DC; }
span { border-color: rgb(158,192,220); }
td.TdClassName
{
border-color: #9EC0DC;
}
.TagClassName
{
border-color: #9EC0DC;
}
</style>