Shades of Light Steel Blue #9DBDDF
Tints of Light Steel Blue #9DBDDF
RGB
CMYK
RGB Variations
Color information
#9DBDDF (or 0x9DBDDF) is known color: Light Steel Blue. HEX triplet: 9D, BD and DF. RGB value is (157,189,223). Sum of RGB (Red+Green+Blue) = 157+189+223=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DBDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDDF is #624220. Grayscale: #B7B7B7. Windows color (decimal): -6439457 or 14663069. OLE color: 14663069.
HSL color Cylindrical-coordinate representation of color #9DBDDF: hue angle of 210.91º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DBDDF is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 189 | 223 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.13 |
| HSL | 210.91º | 0.51% | 0.75% | - |
| HSV(B) | 210.91º | 0.3% | 0.87% | - |
| XYZ | 45.42 | 48.89 | 76.85 | - |
| YUV | 183.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 223 | 0.30 | 0.15 | 0 | 0.13 | 210.91 | 0.51 | 0.75 |
| Hex | 9D | BD | DF | 1E | F | 0 | D | D3 | 33 | 4B |
| Octal | 235 | 275 | 337 | 36 | 17 | 0 | 15 | 323 | 63 | 113 |
| Binary | 10011101 | 10111101 | 11011111 | 11110 | 1111 | 0 | 1101 | 11010011 | 110011 | 1001011 |
Color Harmonies of #9DBDDF
Complementary color
Monochromatic Colors of #9DBDDF
Black with #9DBDDF
Text Example
Text Example
White with #9DBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDDF; }
p { color: rgb(157,189,223); }
H1.HeaderClassName
{
color: #9DBDDF;
}
.AnyTagClassName
{
color: #9DBDDF;
}
</style>
background-color css
<style>
a { background-color: #9DBDDF; }
a { background-color: rgb(157,189,223); }
div.DivClassName
{
background-color: #9DBDDF;
}
.BgClassName
{
background-color: #9DBDDF;
}
</style>
border-color css
<style>
span { border-color: #9DBDDF; }
span { border-color: rgb(157,189,223); }
td.TdClassName
{
border-color: #9DBDDF;
}
.TagClassName
{
border-color: #9DBDDF;
}
</style>