Shades of Light Steel Blue #9DBBD9
Tints of Light Steel Blue #9DBBD9
RGB
CMYK
RGB Variations
Color information
#9DBBD9 (or 0x9DBBD9) is known color: Light Steel Blue. HEX triplet: 9D, BB and D9. RGB value is (157,187,217). Sum of RGB (Red+Green+Blue) = 157+187+217=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #9DBBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBD9 is #624426. Grayscale: #B5B5B5. Windows color (decimal): -6439975 or 14269341. OLE color: 14269341.
HSL color Cylindrical-coordinate representation of color #9DBBD9: hue angle of 210º 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 #9DBBD9 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 187 | 217 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.15 |
| HSL | 210º | 0.44% | 0.73% | - |
| HSV(B) | 210º | 0.28% | 0.85% | - |
| XYZ | 44.2 | 47.72 | 72.53 | - |
| YUV | 181.45 | 148.06 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 217 | 0.28 | 0.14 | 0 | 0.15 | 210 | 0.44 | 0.73 |
| Hex | 9D | BB | D9 | 1C | E | 0 | F | D2 | 2C | 49 |
| Octal | 235 | 273 | 331 | 34 | 16 | 0 | 17 | 322 | 54 | 111 |
| Binary | 10011101 | 10111011 | 11011001 | 11100 | 1110 | 0 | 1111 | 11010010 | 101100 | 1001001 |
Color Harmonies of #9DBBD9
Complementary color
Monochromatic Colors of #9DBBD9
Black with #9DBBD9
Text Example
Text Example
White with #9DBBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBD9; }
p { color: rgb(157,187,217); }
H1.HeaderClassName
{
color: #9DBBD9;
}
.AnyTagClassName
{
color: #9DBBD9;
}
</style>
background-color css
<style>
a { background-color: #9DBBD9; }
a { background-color: rgb(157,187,217); }
div.DivClassName
{
background-color: #9DBBD9;
}
.BgClassName
{
background-color: #9DBBD9;
}
</style>
border-color css
<style>
span { border-color: #9DBBD9; }
span { border-color: rgb(157,187,217); }
td.TdClassName
{
border-color: #9DBBD9;
}
.TagClassName
{
border-color: #9DBBD9;
}
</style>