Shades of Light Steel Blue #9DBEDF
Tints of Light Steel Blue #9DBEDF
RGB
CMYK
RGB Variations
Color information
#9DBEDF (or 0x9DBEDF) is known color: Light Steel Blue. HEX triplet: 9D, BE and DF. RGB value is (157,190,223). Sum of RGB (Red+Green+Blue) = 157+190+223=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DBEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEDF is #624120. Grayscale: #B7B7B7. Windows color (decimal): -6439201 or 14663325. OLE color: 14663325.
HSL color Cylindrical-coordinate representation of color #9DBEDF: hue angle of 210º 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 #9DBEDF is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 190 | 223 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.13 |
| HSL | 210º | 0.51% | 0.75% | - |
| HSV(B) | 210º | 0.3% | 0.87% | - |
| XYZ | 45.64 | 49.32 | 76.93 | - |
| YUV | 183.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 223 | 0.30 | 0.15 | 0 | 0.13 | 210 | 0.51 | 0.75 |
| Hex | 9D | BE | DF | 1E | F | 0 | D | D2 | 33 | 4B |
| Octal | 235 | 276 | 337 | 36 | 17 | 0 | 15 | 322 | 63 | 113 |
| Binary | 10011101 | 10111110 | 11011111 | 11110 | 1111 | 0 | 1101 | 11010010 | 110011 | 1001011 |
Color Harmonies of #9DBEDF
Complementary color
Monochromatic Colors of #9DBEDF
Black with #9DBEDF
Text Example
Text Example
White with #9DBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEDF; }
p { color: rgb(157,190,223); }
H1.HeaderClassName
{
color: #9DBEDF;
}
.AnyTagClassName
{
color: #9DBEDF;
}
</style>
background-color css
<style>
a { background-color: #9DBEDF; }
a { background-color: rgb(157,190,223); }
div.DivClassName
{
background-color: #9DBEDF;
}
.BgClassName
{
background-color: #9DBEDF;
}
</style>
border-color css
<style>
span { border-color: #9DBEDF; }
span { border-color: rgb(157,190,223); }
td.TdClassName
{
border-color: #9DBEDF;
}
.TagClassName
{
border-color: #9DBEDF;
}
</style>