Shades of Light Steel Blue #AAC2DE
Tints of Light Steel Blue #AAC2DE
RGB
CMYK
RGB Variations
Color information
#AAC2DE (or 0xAAC2DE) is known color: Light Steel Blue. HEX triplet: AA, C2 and DE. RGB value is (170,194,222). Sum of RGB (Red+Green+Blue) = 170+194+222=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAC2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2DE is #553D21. Grayscale: #BDBDBD. Windows color (decimal): -5586210 or 14598826. OLE color: 14598826.
HSL color Cylindrical-coordinate representation of color #AAC2DE: hue angle of 212.31º degrees, saturation: 0.44, 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 #AAC2DE is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 194 | 222 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.13 |
| HSL | 212.31º | 0.44% | 0.77% | - |
| HSV(B) | 212.31º | 0.23% | 0.87% | - |
| XYZ | 49.05 | 52.4 | 76.64 | - |
| YUV | 190.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 222 | 0.23 | 0.13 | 0 | 0.13 | 212.31 | 0.44 | 0.77 |
| Hex | AA | C2 | DE | 17 | D | 0 | D | D4 | 2C | 4D |
| Octal | 252 | 302 | 336 | 27 | 15 | 0 | 15 | 324 | 54 | 115 |
| Binary | 10101010 | 11000010 | 11011110 | 10111 | 1101 | 0 | 1101 | 11010100 | 101100 | 1001101 |
Color Harmonies of #AAC2DE
Complementary color
Monochromatic Colors of #AAC2DE
Black with #AAC2DE
Text Example
Text Example
White with #AAC2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2DE; }
p { color: rgb(170,194,222); }
H1.HeaderClassName
{
color: #AAC2DE;
}
.AnyTagClassName
{
color: #AAC2DE;
}
</style>
background-color css
<style>
a { background-color: #AAC2DE; }
a { background-color: rgb(170,194,222); }
div.DivClassName
{
background-color: #AAC2DE;
}
.BgClassName
{
background-color: #AAC2DE;
}
</style>
border-color css
<style>
span { border-color: #AAC2DE; }
span { border-color: rgb(170,194,222); }
td.TdClassName
{
border-color: #AAC2DE;
}
.TagClassName
{
border-color: #AAC2DE;
}
</style>