Shades of Light Steel Blue #AABEE0
Tints of Light Steel Blue #AABEE0
RGB
CMYK
RGB Variations
Color information
#AABEE0 (or 0xAABEE0) is known color: Light Steel Blue. HEX triplet: AA, BE and E0. RGB value is (170,190,224). Sum of RGB (Red+Green+Blue) = 170+190+224=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #AABEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEE0 is #55411F. Grayscale: #BBBBBB. Windows color (decimal): -5587232 or 14728874. OLE color: 14728874.
HSL color Cylindrical-coordinate representation of color #AABEE0: hue angle of 217.78º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AABEE0 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 190 | 224 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.12 |
| HSL | 217.78º | 0.47% | 0.77% | - |
| HSV(B) | 217.78º | 0.24% | 0.88% | - |
| XYZ | 48.45 | 50.75 | 77.76 | - |
| YUV | 187.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 224 | 0.24 | 0.15 | 0 | 0.12 | 217.78 | 0.47 | 0.77 |
| Hex | AA | BE | E0 | 18 | F | 0 | C | DA | 2F | 4D |
| Octal | 252 | 276 | 340 | 30 | 17 | 0 | 14 | 332 | 57 | 115 |
| Binary | 10101010 | 10111110 | 11100000 | 11000 | 1111 | 0 | 1100 | 11011010 | 101111 | 1001101 |
Color Harmonies of #AABEE0
Complementary color
Monochromatic Colors of #AABEE0
Black with #AABEE0
Text Example
Text Example
White with #AABEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEE0; }
p { color: rgb(170,190,224); }
H1.HeaderClassName
{
color: #AABEE0;
}
.AnyTagClassName
{
color: #AABEE0;
}
</style>
background-color css
<style>
a { background-color: #AABEE0; }
a { background-color: rgb(170,190,224); }
div.DivClassName
{
background-color: #AABEE0;
}
.BgClassName
{
background-color: #AABEE0;
}
</style>
border-color css
<style>
span { border-color: #AABEE0; }
span { border-color: rgb(170,190,224); }
td.TdClassName
{
border-color: #AABEE0;
}
.TagClassName
{
border-color: #AABEE0;
}
</style>