Shades of Light Steel Blue #9DBEDD
Tints of Light Steel Blue #9DBEDD
RGB
CMYK
RGB Variations
Color information
#9DBEDD (or 0x9DBEDD) is known color: Light Steel Blue. HEX triplet: 9D, BE and DD. RGB value is (157,190,221). Sum of RGB (Red+Green+Blue) = 157+190+221=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DBEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEDD is #624122. Grayscale: #B7B7B7. Windows color (decimal): -6439203 or 14532253. OLE color: 14532253.
HSL color Cylindrical-coordinate representation of color #9DBEDD: hue angle of 209.06º degrees, saturation: 0.48, 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 #9DBEDD is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 190 | 221 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.13 |
| HSL | 209.06º | 0.48% | 0.74% | - |
| HSV(B) | 209.06º | 0.29% | 0.87% | - |
| XYZ | 45.37 | 49.22 | 75.51 | - |
| YUV | 183.67 | 149.07 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 221 | 0.29 | 0.14 | 0 | 0.13 | 209.06 | 0.48 | 0.74 |
| Hex | 9D | BE | DD | 1D | E | 0 | D | D1 | 30 | 4A |
| Octal | 235 | 276 | 335 | 35 | 16 | 0 | 15 | 321 | 60 | 112 |
| Binary | 10011101 | 10111110 | 11011101 | 11101 | 1110 | 0 | 1101 | 11010001 | 110000 | 1001010 |
Color Harmonies of #9DBEDD
Complementary color
Monochromatic Colors of #9DBEDD
Black with #9DBEDD
Text Example
Text Example
White with #9DBEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEDD; }
p { color: rgb(157,190,221); }
H1.HeaderClassName
{
color: #9DBEDD;
}
.AnyTagClassName
{
color: #9DBEDD;
}
</style>
background-color css
<style>
a { background-color: #9DBEDD; }
a { background-color: rgb(157,190,221); }
div.DivClassName
{
background-color: #9DBEDD;
}
.BgClassName
{
background-color: #9DBEDD;
}
</style>
border-color css
<style>
span { border-color: #9DBEDD; }
span { border-color: rgb(157,190,221); }
td.TdClassName
{
border-color: #9DBEDD;
}
.TagClassName
{
border-color: #9DBEDD;
}
</style>