Shades of Light Steel Blue #9DBBD7
Tints of Light Steel Blue #9DBBD7
RGB
CMYK
RGB Variations
Color information
#9DBBD7 (or 0x9DBBD7) is known color: Light Steel Blue. HEX triplet: 9D, BB and D7. RGB value is (157,187,215). Sum of RGB (Red+Green+Blue) = 157+187+215=559 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.09% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #9DBBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBD7 is #624428. Grayscale: #B5B5B5. Windows color (decimal): -6439977 or 14138269. OLE color: 14138269.
HSL color Cylindrical-coordinate representation of color #9DBBD7: hue angle of 208.97º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DBBD7 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 187 | 215 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.16 |
| HSL | 208.97º | 0.42% | 0.73% | - |
| HSV(B) | 208.97º | 0.27% | 0.84% | - |
| XYZ | 43.94 | 47.62 | 71.16 | - |
| YUV | 181.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 215 | 0.27 | 0.13 | 0 | 0.16 | 208.97 | 0.42 | 0.73 |
| Hex | 9D | BB | D7 | 1B | D | 0 | 10 | D1 | 2A | 49 |
| Octal | 235 | 273 | 327 | 33 | 15 | 0 | 20 | 321 | 52 | 111 |
| Binary | 10011101 | 10111011 | 11010111 | 11011 | 1101 | 0 | 10000 | 11010001 | 101010 | 1001001 |
Color Harmonies of #9DBBD7
Complementary color
Monochromatic Colors of #9DBBD7
Black with #9DBBD7
Text Example
Text Example
White with #9DBBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBD7; }
p { color: rgb(157,187,215); }
H1.HeaderClassName
{
color: #9DBBD7;
}
.AnyTagClassName
{
color: #9DBBD7;
}
</style>
background-color css
<style>
a { background-color: #9DBBD7; }
a { background-color: rgb(157,187,215); }
div.DivClassName
{
background-color: #9DBBD7;
}
.BgClassName
{
background-color: #9DBBD7;
}
</style>
border-color css
<style>
span { border-color: #9DBBD7; }
span { border-color: rgb(157,187,215); }
td.TdClassName
{
border-color: #9DBBD7;
}
.TagClassName
{
border-color: #9DBBD7;
}
</style>