Shades of Light Steel Blue #9DB9DF
Tints of Light Steel Blue #9DB9DF
RGB
CMYK
RGB Variations
Color information
#9DB9DF (or 0x9DB9DF) is known color: Light Steel Blue. HEX triplet: 9D, B9 and DF. RGB value is (157,185,223). Sum of RGB (Red+Green+Blue) = 157+185+223=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DB9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB9DF is #624620. Grayscale: #B4B4B4. Windows color (decimal): -6440481 or 14662045. OLE color: 14662045.
HSL color Cylindrical-coordinate representation of color #9DB9DF: hue angle of 214.55º 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 #9DB9DF is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 185 | 223 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.13 |
| HSL | 214.55º | 0.51% | 0.75% | - |
| HSV(B) | 214.55º | 0.3% | 0.87% | - |
| XYZ | 44.57 | 47.19 | 76.57 | - |
| YUV | 180.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 223 | 0.30 | 0.17 | 0 | 0.13 | 214.55 | 0.51 | 0.75 |
| Hex | 9D | B9 | DF | 1E | 11 | 0 | D | D7 | 33 | 4B |
| Octal | 235 | 271 | 337 | 36 | 21 | 0 | 15 | 327 | 63 | 113 |
| Binary | 10011101 | 10111001 | 11011111 | 11110 | 10001 | 0 | 1101 | 11010111 | 110011 | 1001011 |
Color Harmonies of #9DB9DF
Complementary color
Monochromatic Colors of #9DB9DF
Black with #9DB9DF
Text Example
Text Example
White with #9DB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB9DF; }
p { color: rgb(157,185,223); }
H1.HeaderClassName
{
color: #9DB9DF;
}
.AnyTagClassName
{
color: #9DB9DF;
}
</style>
background-color css
<style>
a { background-color: #9DB9DF; }
a { background-color: rgb(157,185,223); }
div.DivClassName
{
background-color: #9DB9DF;
}
.BgClassName
{
background-color: #9DB9DF;
}
</style>
border-color css
<style>
span { border-color: #9DB9DF; }
span { border-color: rgb(157,185,223); }
td.TdClassName
{
border-color: #9DB9DF;
}
.TagClassName
{
border-color: #9DB9DF;
}
</style>