Shades of Light Steel Blue #9DBDDC
Tints of Light Steel Blue #9DBDDC
RGB
CMYK
RGB Variations
Color information
#9DBDDC (or 0x9DBDDC) is known color: Light Steel Blue. HEX triplet: 9D, BD and DC. RGB value is (157,189,220). Sum of RGB (Red+Green+Blue) = 157+189+220=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DBDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDDC is #624223. Grayscale: #B6B6B6. Windows color (decimal): -6439460 or 14466461. OLE color: 14466461.
HSL color Cylindrical-coordinate representation of color #9DBDDC: hue angle of 209.52º 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 #9DBDDC is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 189 | 220 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.14 |
| HSL | 209.52º | 0.47% | 0.74% | - |
| HSV(B) | 209.52º | 0.29% | 0.86% | - |
| XYZ | 45.02 | 48.73 | 74.74 | - |
| YUV | 182.97 | 148.9 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 220 | 0.29 | 0.14 | 0 | 0.14 | 209.52 | 0.47 | 0.74 |
| Hex | 9D | BD | DC | 1D | E | 0 | E | D2 | 2F | 4A |
| Octal | 235 | 275 | 334 | 35 | 16 | 0 | 16 | 322 | 57 | 112 |
| Binary | 10011101 | 10111101 | 11011100 | 11101 | 1110 | 0 | 1110 | 11010010 | 101111 | 1001010 |
Color Harmonies of #9DBDDC
Complementary color
Monochromatic Colors of #9DBDDC
Black with #9DBDDC
Text Example
Text Example
White with #9DBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDDC; }
p { color: rgb(157,189,220); }
H1.HeaderClassName
{
color: #9DBDDC;
}
.AnyTagClassName
{
color: #9DBDDC;
}
</style>
background-color css
<style>
a { background-color: #9DBDDC; }
a { background-color: rgb(157,189,220); }
div.DivClassName
{
background-color: #9DBDDC;
}
.BgClassName
{
background-color: #9DBDDC;
}
</style>
border-color css
<style>
span { border-color: #9DBDDC; }
span { border-color: rgb(157,189,220); }
td.TdClassName
{
border-color: #9DBDDC;
}
.TagClassName
{
border-color: #9DBDDC;
}
</style>