Shades of Light Steel Blue #AABEDD
Tints of Light Steel Blue #AABEDD
RGB
CMYK
RGB Variations
Color information
#AABEDD (or 0xAABEDD) is known color: Light Steel Blue. HEX triplet: AA, BE and DD. RGB value is (170,190,221). Sum of RGB (Red+Green+Blue) = 170+190+221=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #AABEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEDD is #554122. Grayscale: #BBBBBB. Windows color (decimal): -5587235 or 14532266. OLE color: 14532266.
HSL color Cylindrical-coordinate representation of color #AABEDD: hue angle of 216.47º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AABEDD is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 190 | 221 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.13 |
| HSL | 216.47º | 0.43% | 0.77% | - |
| HSV(B) | 216.47º | 0.23% | 0.87% | - |
| XYZ | 48.04 | 50.59 | 75.64 | - |
| YUV | 187.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 221 | 0.23 | 0.14 | 0 | 0.13 | 216.47 | 0.43 | 0.77 |
| Hex | AA | BE | DD | 17 | E | 0 | D | D8 | 2B | 4D |
| Octal | 252 | 276 | 335 | 27 | 16 | 0 | 15 | 330 | 53 | 115 |
| Binary | 10101010 | 10111110 | 11011101 | 10111 | 1110 | 0 | 1101 | 11011000 | 101011 | 1001101 |
Color Harmonies of #AABEDD
Complementary color
Monochromatic Colors of #AABEDD
Black with #AABEDD
Text Example
Text Example
White with #AABEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEDD; }
p { color: rgb(170,190,221); }
H1.HeaderClassName
{
color: #AABEDD;
}
.AnyTagClassName
{
color: #AABEDD;
}
</style>
background-color css
<style>
a { background-color: #AABEDD; }
a { background-color: rgb(170,190,221); }
div.DivClassName
{
background-color: #AABEDD;
}
.BgClassName
{
background-color: #AABEDD;
}
</style>
border-color css
<style>
span { border-color: #AABEDD; }
span { border-color: rgb(170,190,221); }
td.TdClassName
{
border-color: #AABEDD;
}
.TagClassName
{
border-color: #AABEDD;
}
</style>