Shades of Light Steel Blue #9FC0DE
Tints of Light Steel Blue #9FC0DE
RGB
CMYK
RGB Variations
Color information
#9FC0DE (or 0x9FC0DE) is known color: Light Steel Blue. HEX triplet: 9F, C0 and DE. RGB value is (159,192,222). Sum of RGB (Red+Green+Blue) = 159+192+222=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FC0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC0DE is #603F21. Grayscale: #B9B9B9. Windows color (decimal): -6307618 or 14598303. OLE color: 14598303.
HSL color Cylindrical-coordinate representation of color #9FC0DE: hue angle of 208.57º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FC0DE is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 192 | 222 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.13 |
| HSL | 208.57º | 0.49% | 0.75% | - |
| HSV(B) | 208.57º | 0.28% | 0.87% | - |
| XYZ | 46.33 | 50.34 | 76.38 | - |
| YUV | 185.55 | 148.57 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 222 | 0.28 | 0.14 | 0 | 0.13 | 208.57 | 0.49 | 0.75 |
| Hex | 9F | C0 | DE | 1C | E | 0 | D | D1 | 31 | 4B |
| Octal | 237 | 300 | 336 | 34 | 16 | 0 | 15 | 321 | 61 | 113 |
| Binary | 10011111 | 11000000 | 11011110 | 11100 | 1110 | 0 | 1101 | 11010001 | 110001 | 1001011 |
Color Harmonies of #9FC0DE
Complementary color
Monochromatic Colors of #9FC0DE
Black with #9FC0DE
Text Example
Text Example
White with #9FC0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC0DE; }
p { color: rgb(159,192,222); }
H1.HeaderClassName
{
color: #9FC0DE;
}
.AnyTagClassName
{
color: #9FC0DE;
}
</style>
background-color css
<style>
a { background-color: #9FC0DE; }
a { background-color: rgb(159,192,222); }
div.DivClassName
{
background-color: #9FC0DE;
}
.BgClassName
{
background-color: #9FC0DE;
}
</style>
border-color css
<style>
span { border-color: #9FC0DE; }
span { border-color: rgb(159,192,222); }
td.TdClassName
{
border-color: #9FC0DE;
}
.TagClassName
{
border-color: #9FC0DE;
}
</style>