Shades of Light Steel Blue #9DBEDC
Tints of Light Steel Blue #9DBEDC
RGB
CMYK
RGB Variations
Color information
#9DBEDC (or 0x9DBEDC) is known color: Light Steel Blue. HEX triplet: 9D, BE and DC. RGB value is (157,190,220). Sum of RGB (Red+Green+Blue) = 157+190+220=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DBEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEDC is #624123. Grayscale: #B7B7B7. Windows color (decimal): -6439204 or 14466717. OLE color: 14466717.
HSL color Cylindrical-coordinate representation of color #9DBEDC: hue angle of 208.57º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DBEDC is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 190 | 220 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.14 |
| HSL | 208.57º | 0.47% | 0.74% | - |
| HSV(B) | 208.57º | 0.29% | 0.86% | - |
| XYZ | 45.24 | 49.16 | 74.82 | - |
| YUV | 183.55 | 148.57 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 220 | 0.29 | 0.14 | 0 | 0.14 | 208.57 | 0.47 | 0.74 |
| Hex | 9D | BE | DC | 1D | E | 0 | E | D1 | 2F | 4A |
| Octal | 235 | 276 | 334 | 35 | 16 | 0 | 16 | 321 | 57 | 112 |
| Binary | 10011101 | 10111110 | 11011100 | 11101 | 1110 | 0 | 1110 | 11010001 | 101111 | 1001010 |
Color Harmonies of #9DBEDC
Complementary color
Monochromatic Colors of #9DBEDC
Black with #9DBEDC
Text Example
Text Example
White with #9DBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEDC; }
p { color: rgb(157,190,220); }
H1.HeaderClassName
{
color: #9DBEDC;
}
.AnyTagClassName
{
color: #9DBEDC;
}
</style>
background-color css
<style>
a { background-color: #9DBEDC; }
a { background-color: rgb(157,190,220); }
div.DivClassName
{
background-color: #9DBEDC;
}
.BgClassName
{
background-color: #9DBEDC;
}
</style>
border-color css
<style>
span { border-color: #9DBEDC; }
span { border-color: rgb(157,190,220); }
td.TdClassName
{
border-color: #9DBEDC;
}
.TagClassName
{
border-color: #9DBEDC;
}
</style>