Shades of Light Steel Blue #AAC2DD
Tints of Light Steel Blue #AAC2DD
RGB
CMYK
RGB Variations
Color information
#AAC2DD (or 0xAAC2DD) is known color: Light Steel Blue. HEX triplet: AA, C2 and DD. RGB value is (170,194,221). Sum of RGB (Red+Green+Blue) = 170+194+221=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAC2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2DD is #553D22. Grayscale: #BDBDBD. Windows color (decimal): -5586211 or 14533290. OLE color: 14533290.
HSL color Cylindrical-coordinate representation of color #AAC2DD: hue angle of 211.76º 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 #AAC2DD is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 194 | 221 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.13 |
| HSL | 211.76º | 0.43% | 0.77% | - |
| HSV(B) | 211.76º | 0.23% | 0.87% | - |
| XYZ | 48.92 | 52.35 | 75.93 | - |
| YUV | 189.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 221 | 0.23 | 0.12 | 0 | 0.13 | 211.76 | 0.43 | 0.77 |
| Hex | AA | C2 | DD | 17 | C | 0 | D | D4 | 2B | 4D |
| Octal | 252 | 302 | 335 | 27 | 14 | 0 | 15 | 324 | 53 | 115 |
| Binary | 10101010 | 11000010 | 11011101 | 10111 | 1100 | 0 | 1101 | 11010100 | 101011 | 1001101 |
Color Harmonies of #AAC2DD
Complementary color
Monochromatic Colors of #AAC2DD
Black with #AAC2DD
Text Example
Text Example
White with #AAC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2DD; }
p { color: rgb(170,194,221); }
H1.HeaderClassName
{
color: #AAC2DD;
}
.AnyTagClassName
{
color: #AAC2DD;
}
</style>
background-color css
<style>
a { background-color: #AAC2DD; }
a { background-color: rgb(170,194,221); }
div.DivClassName
{
background-color: #AAC2DD;
}
.BgClassName
{
background-color: #AAC2DD;
}
</style>
border-color css
<style>
span { border-color: #AAC2DD; }
span { border-color: rgb(170,194,221); }
td.TdClassName
{
border-color: #AAC2DD;
}
.TagClassName
{
border-color: #AAC2DD;
}
</style>