Shades of Light Steel Blue #9DC0DC
Tints of Light Steel Blue #9DC0DC
RGB
CMYK
RGB Variations
Color information
#9DC0DC (or 0x9DC0DC) is known color: Light Steel Blue. HEX triplet: 9D, C0 and DC. RGB value is (157,192,220). Sum of RGB (Red+Green+Blue) = 157+192+220=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC0DC is #623F23. Grayscale: #B8B8B8. Windows color (decimal): -6438692 or 14467229. OLE color: 14467229.
HSL color Cylindrical-coordinate representation of color #9DC0DC: hue angle of 206.67º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DC0DC is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 192 | 220 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.14 |
| HSL | 206.67º | 0.47% | 0.74% | - |
| HSV(B) | 206.67º | 0.29% | 0.86% | - |
| XYZ | 45.67 | 50.03 | 74.96 | - |
| YUV | 184.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 220 | 0.29 | 0.13 | 0 | 0.14 | 206.67 | 0.47 | 0.74 |
| Hex | 9D | C0 | DC | 1D | D | 0 | E | CF | 2F | 4A |
| Octal | 235 | 300 | 334 | 35 | 15 | 0 | 16 | 317 | 57 | 112 |
| Binary | 10011101 | 11000000 | 11011100 | 11101 | 1101 | 0 | 1110 | 11001111 | 101111 | 1001010 |
Color Harmonies of #9DC0DC
Complementary color
Monochromatic Colors of #9DC0DC
Black with #9DC0DC
Text Example
Text Example
White with #9DC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC0DC; }
p { color: rgb(157,192,220); }
H1.HeaderClassName
{
color: #9DC0DC;
}
.AnyTagClassName
{
color: #9DC0DC;
}
</style>
background-color css
<style>
a { background-color: #9DC0DC; }
a { background-color: rgb(157,192,220); }
div.DivClassName
{
background-color: #9DC0DC;
}
.BgClassName
{
background-color: #9DC0DC;
}
</style>
border-color css
<style>
span { border-color: #9DC0DC; }
span { border-color: rgb(157,192,220); }
td.TdClassName
{
border-color: #9DC0DC;
}
.TagClassName
{
border-color: #9DC0DC;
}
</style>