Shades of Light Steel Blue #9DBCD8
Tints of Light Steel Blue #9DBCD8
RGB
CMYK
RGB Variations
Color information
#9DBCD8 (or 0x9DBCD8) is known color: Light Steel Blue. HEX triplet: 9D, BC and D8. RGB value is (157,188,216). Sum of RGB (Red+Green+Blue) = 157+188+216=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #9DBCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCD8 is #624327. Grayscale: #B5B5B5. Windows color (decimal): -6439720 or 14204061. OLE color: 14204061.
HSL color Cylindrical-coordinate representation of color #9DBCD8: hue angle of 208.47º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DBCD8 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 188 | 216 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.15 |
| HSL | 208.47º | 0.43% | 0.73% | - |
| HSV(B) | 208.47º | 0.27% | 0.85% | - |
| XYZ | 44.28 | 48.09 | 71.91 | - |
| YUV | 181.92 | 147.23 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 216 | 0.27 | 0.13 | 0 | 0.15 | 208.47 | 0.43 | 0.73 |
| Hex | 9D | BC | D8 | 1B | D | 0 | F | D0 | 2B | 49 |
| Octal | 235 | 274 | 330 | 33 | 15 | 0 | 17 | 320 | 53 | 111 |
| Binary | 10011101 | 10111100 | 11011000 | 11011 | 1101 | 0 | 1111 | 11010000 | 101011 | 1001001 |
Color Harmonies of #9DBCD8
Complementary color
Monochromatic Colors of #9DBCD8
Black with #9DBCD8
Text Example
Text Example
White with #9DBCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCD8; }
p { color: rgb(157,188,216); }
H1.HeaderClassName
{
color: #9DBCD8;
}
.AnyTagClassName
{
color: #9DBCD8;
}
</style>
background-color css
<style>
a { background-color: #9DBCD8; }
a { background-color: rgb(157,188,216); }
div.DivClassName
{
background-color: #9DBCD8;
}
.BgClassName
{
background-color: #9DBCD8;
}
</style>
border-color css
<style>
span { border-color: #9DBCD8; }
span { border-color: rgb(157,188,216); }
td.TdClassName
{
border-color: #9DBCD8;
}
.TagClassName
{
border-color: #9DBCD8;
}
</style>