Shades of Light Steel Blue #AAC2E0
Tints of Light Steel Blue #AAC2E0
RGB
CMYK
RGB Variations
Color information
#AAC2E0 (or 0xAAC2E0) is known color: Light Steel Blue. HEX triplet: AA, C2 and E0. RGB value is (170,194,224). Sum of RGB (Red+Green+Blue) = 170+194+224=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAC2E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2E0 is #553D1F. Grayscale: #BEBEBE. Windows color (decimal): -5586208 or 14729898. OLE color: 14729898.
HSL color Cylindrical-coordinate representation of color #AAC2E0: hue angle of 213.33º 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 #AAC2E0 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 194 | 224 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.12 |
| HSL | 213.33º | 0.47% | 0.77% | - |
| HSV(B) | 213.33º | 0.24% | 0.88% | - |
| XYZ | 49.32 | 52.51 | 78.06 | - |
| YUV | 190.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 224 | 0.24 | 0.13 | 0 | 0.12 | 213.33 | 0.47 | 0.77 |
| Hex | AA | C2 | E0 | 18 | D | 0 | C | D5 | 2F | 4D |
| Octal | 252 | 302 | 340 | 30 | 15 | 0 | 14 | 325 | 57 | 115 |
| Binary | 10101010 | 11000010 | 11100000 | 11000 | 1101 | 0 | 1100 | 11010101 | 101111 | 1001101 |
Color Harmonies of #AAC2E0
Complementary color
Monochromatic Colors of #AAC2E0
Black with #AAC2E0
Text Example
Text Example
White with #AAC2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2E0; }
p { color: rgb(170,194,224); }
H1.HeaderClassName
{
color: #AAC2E0;
}
.AnyTagClassName
{
color: #AAC2E0;
}
</style>
background-color css
<style>
a { background-color: #AAC2E0; }
a { background-color: rgb(170,194,224); }
div.DivClassName
{
background-color: #AAC2E0;
}
.BgClassName
{
background-color: #AAC2E0;
}
</style>
border-color css
<style>
span { border-color: #AAC2E0; }
span { border-color: rgb(170,194,224); }
td.TdClassName
{
border-color: #AAC2E0;
}
.TagClassName
{
border-color: #AAC2E0;
}
</style>