Shades of Light Steel Blue #9DC0DB
Tints of Light Steel Blue #9DC0DB
RGB
CMYK
RGB Variations
Color information
#9DC0DB (or 0x9DC0DB) is known color: Light Steel Blue. HEX triplet: 9D, C0 and DB. RGB value is (157,192,219). Sum of RGB (Red+Green+Blue) = 157+192+219=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DC0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC0DB is #623F24. Grayscale: #B8B8B8. Windows color (decimal): -6438693 or 14401693. OLE color: 14401693.
HSL color Cylindrical-coordinate representation of color #9DC0DB: hue angle of 206.13º degrees, saturation: 0.46, 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 #9DC0DB is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 192 | 219 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.14 |
| HSL | 206.13º | 0.46% | 0.74% | - |
| HSV(B) | 206.13º | 0.28% | 0.86% | - |
| XYZ | 45.54 | 49.98 | 74.27 | - |
| YUV | 184.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 219 | 0.28 | 0.12 | 0 | 0.14 | 206.13 | 0.46 | 0.74 |
| Hex | 9D | C0 | DB | 1C | C | 0 | E | CE | 2E | 4A |
| Octal | 235 | 300 | 333 | 34 | 14 | 0 | 16 | 316 | 56 | 112 |
| Binary | 10011101 | 11000000 | 11011011 | 11100 | 1100 | 0 | 1110 | 11001110 | 101110 | 1001010 |
Color Harmonies of #9DC0DB
Complementary color
Monochromatic Colors of #9DC0DB
Black with #9DC0DB
Text Example
Text Example
White with #9DC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC0DB; }
p { color: rgb(157,192,219); }
H1.HeaderClassName
{
color: #9DC0DB;
}
.AnyTagClassName
{
color: #9DC0DB;
}
</style>
background-color css
<style>
a { background-color: #9DC0DB; }
a { background-color: rgb(157,192,219); }
div.DivClassName
{
background-color: #9DC0DB;
}
.BgClassName
{
background-color: #9DC0DB;
}
</style>
border-color css
<style>
span { border-color: #9DC0DB; }
span { border-color: rgb(157,192,219); }
td.TdClassName
{
border-color: #9DC0DB;
}
.TagClassName
{
border-color: #9DC0DB;
}
</style>