Shades of Light Steel Blue #9DBFDD
Tints of Light Steel Blue #9DBFDD
RGB
CMYK
RGB Variations
Color information
#9DBFDD (or 0x9DBFDD) is known color: Light Steel Blue. HEX triplet: 9D, BF and DD. RGB value is (157,191,221). Sum of RGB (Red+Green+Blue) = 157+191+221=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFDD is #624022. Grayscale: #B8B8B8. Windows color (decimal): -6438947 or 14532509. OLE color: 14532509.
HSL color Cylindrical-coordinate representation of color #9DBFDD: hue angle of 208.12º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DBFDD is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 191 | 221 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.13 |
| HSL | 208.13º | 0.48% | 0.74% | - |
| HSV(B) | 208.13º | 0.29% | 0.87% | - |
| XYZ | 45.59 | 49.65 | 75.59 | - |
| YUV | 184.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 221 | 0.29 | 0.14 | 0 | 0.13 | 208.13 | 0.48 | 0.74 |
| Hex | 9D | BF | DD | 1D | E | 0 | D | D0 | 30 | 4A |
| Octal | 235 | 277 | 335 | 35 | 16 | 0 | 15 | 320 | 60 | 112 |
| Binary | 10011101 | 10111111 | 11011101 | 11101 | 1110 | 0 | 1101 | 11010000 | 110000 | 1001010 |
Color Harmonies of #9DBFDD
Complementary color
Monochromatic Colors of #9DBFDD
Black with #9DBFDD
Text Example
Text Example
White with #9DBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFDD; }
p { color: rgb(157,191,221); }
H1.HeaderClassName
{
color: #9DBFDD;
}
.AnyTagClassName
{
color: #9DBFDD;
}
</style>
background-color css
<style>
a { background-color: #9DBFDD; }
a { background-color: rgb(157,191,221); }
div.DivClassName
{
background-color: #9DBFDD;
}
.BgClassName
{
background-color: #9DBFDD;
}
</style>
border-color css
<style>
span { border-color: #9DBFDD; }
span { border-color: rgb(157,191,221); }
td.TdClassName
{
border-color: #9DBFDD;
}
.TagClassName
{
border-color: #9DBFDD;
}
</style>