Shades of Light Steel Blue #9DBCD9
Tints of Light Steel Blue #9DBCD9
RGB
CMYK
RGB Variations
Color information
#9DBCD9 (or 0x9DBCD9) is known color: Light Steel Blue. HEX triplet: 9D, BC and D9. RGB value is (157,188,217). Sum of RGB (Red+Green+Blue) = 157+188+217=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #9DBCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCD9 is #624326. Grayscale: #B5B5B5. Windows color (decimal): -6439719 or 14269597. OLE color: 14269597.
HSL color Cylindrical-coordinate representation of color #9DBCD9: hue angle of 209º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DBCD9 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 188 | 217 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.15 |
| HSL | 209º | 0.44% | 0.73% | - |
| HSV(B) | 209º | 0.28% | 0.85% | - |
| XYZ | 44.41 | 48.14 | 72.6 | - |
| YUV | 182.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 217 | 0.28 | 0.13 | 0 | 0.15 | 209 | 0.44 | 0.73 |
| Hex | 9D | BC | D9 | 1C | D | 0 | F | D1 | 2C | 49 |
| Octal | 235 | 274 | 331 | 34 | 15 | 0 | 17 | 321 | 54 | 111 |
| Binary | 10011101 | 10111100 | 11011001 | 11100 | 1101 | 0 | 1111 | 11010001 | 101100 | 1001001 |
Color Harmonies of #9DBCD9
Complementary color
Monochromatic Colors of #9DBCD9
Black with #9DBCD9
Text Example
Text Example
White with #9DBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCD9; }
p { color: rgb(157,188,217); }
H1.HeaderClassName
{
color: #9DBCD9;
}
.AnyTagClassName
{
color: #9DBCD9;
}
</style>
background-color css
<style>
a { background-color: #9DBCD9; }
a { background-color: rgb(157,188,217); }
div.DivClassName
{
background-color: #9DBCD9;
}
.BgClassName
{
background-color: #9DBCD9;
}
</style>
border-color css
<style>
span { border-color: #9DBCD9; }
span { border-color: rgb(157,188,217); }
td.TdClassName
{
border-color: #9DBCD9;
}
.TagClassName
{
border-color: #9DBCD9;
}
</style>