Shades of Light Steel Blue #AAC2DA
Tints of Light Steel Blue #AAC2DA
RGB
CMYK
RGB Variations
Color information
#AAC2DA (or 0xAAC2DA) is known color: Light Steel Blue. HEX triplet: AA, C2 and DA. RGB value is (170,194,218). Sum of RGB (Red+Green+Blue) = 170+194+218=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAC2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2DA is #553D25. Grayscale: #BDBDBD. Windows color (decimal): -5586214 or 14336682. OLE color: 14336682.
HSL color Cylindrical-coordinate representation of color #AAC2DA: hue angle of 210º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAC2DA is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 194 | 218 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.15 |
| HSL | 210º | 0.39% | 0.76% | - |
| HSV(B) | 210º | 0.22% | 0.85% | - |
| XYZ | 48.52 | 52.19 | 73.85 | - |
| YUV | 189.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 218 | 0.22 | 0.11 | 0 | 0.15 | 210 | 0.39 | 0.76 |
| Hex | AA | C2 | DA | 16 | B | 0 | F | D2 | 27 | 4C |
| Octal | 252 | 302 | 332 | 26 | 13 | 0 | 17 | 322 | 47 | 114 |
| Binary | 10101010 | 11000010 | 11011010 | 10110 | 1011 | 0 | 1111 | 11010010 | 100111 | 1001100 |
Color Harmonies of #AAC2DA
Complementary color
Monochromatic Colors of #AAC2DA
Black with #AAC2DA
Text Example
Text Example
White with #AAC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2DA; }
p { color: rgb(170,194,218); }
H1.HeaderClassName
{
color: #AAC2DA;
}
.AnyTagClassName
{
color: #AAC2DA;
}
</style>
background-color css
<style>
a { background-color: #AAC2DA; }
a { background-color: rgb(170,194,218); }
div.DivClassName
{
background-color: #AAC2DA;
}
.BgClassName
{
background-color: #AAC2DA;
}
</style>
border-color css
<style>
span { border-color: #AAC2DA; }
span { border-color: rgb(170,194,218); }
td.TdClassName
{
border-color: #AAC2DA;
}
.TagClassName
{
border-color: #AAC2DA;
}
</style>