Shades of Light Steel Blue #9DBEDE
Tints of Light Steel Blue #9DBEDE
RGB
CMYK
RGB Variations
Color information
#9DBEDE (or 0x9DBEDE) is known color: Light Steel Blue. HEX triplet: 9D, BE and DE. RGB value is (157,190,222). Sum of RGB (Red+Green+Blue) = 157+190+222=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DBEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEDE is #624121. Grayscale: #B7B7B7. Windows color (decimal): -6439202 or 14597789. OLE color: 14597789.
HSL color Cylindrical-coordinate representation of color #9DBEDE: hue angle of 209.54º degrees, saturation: 0.5, 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 #9DBEDE is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 190 | 222 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.13 |
| HSL | 209.54º | 0.5% | 0.74% | - |
| HSV(B) | 209.54º | 0.29% | 0.87% | - |
| XYZ | 45.5 | 49.27 | 76.22 | - |
| YUV | 183.78 | 149.57 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 222 | 0.29 | 0.14 | 0 | 0.13 | 209.54 | 0.5 | 0.74 |
| Hex | 9D | BE | DE | 1D | E | 0 | D | D2 | 32 | 4A |
| Octal | 235 | 276 | 336 | 35 | 16 | 0 | 15 | 322 | 62 | 112 |
| Binary | 10011101 | 10111110 | 11011110 | 11101 | 1110 | 0 | 1101 | 11010010 | 110010 | 1001010 |
Color Harmonies of #9DBEDE
Complementary color
Monochromatic Colors of #9DBEDE
Black with #9DBEDE
Text Example
Text Example
White with #9DBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEDE; }
p { color: rgb(157,190,222); }
H1.HeaderClassName
{
color: #9DBEDE;
}
.AnyTagClassName
{
color: #9DBEDE;
}
</style>
background-color css
<style>
a { background-color: #9DBEDE; }
a { background-color: rgb(157,190,222); }
div.DivClassName
{
background-color: #9DBEDE;
}
.BgClassName
{
background-color: #9DBEDE;
}
</style>
border-color css
<style>
span { border-color: #9DBEDE; }
span { border-color: rgb(157,190,222); }
td.TdClassName
{
border-color: #9DBEDE;
}
.TagClassName
{
border-color: #9DBEDE;
}
</style>