Shades of Light Steel Blue #AAC1E0
Tints of Light Steel Blue #AAC1E0
RGB
CMYK
RGB Variations
Color information
#AAC1E0 (or 0xAAC1E0) is known color: Light Steel Blue. HEX triplet: AA, C1 and E0. RGB value is (170,193,224). Sum of RGB (Red+Green+Blue) = 170+193+224=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAC1E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1E0 is #553E1F. Grayscale: #BDBDBD. Windows color (decimal): -5586464 or 14729642. OLE color: 14729642.
HSL color Cylindrical-coordinate representation of color #AAC1E0: hue angle of 214.44º 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 #AAC1E0 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 193 | 224 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.12 |
| HSL | 214.44º | 0.47% | 0.77% | - |
| HSV(B) | 214.44º | 0.24% | 0.88% | - |
| XYZ | 49.1 | 52.07 | 77.98 | - |
| YUV | 189.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 224 | 0.24 | 0.14 | 0 | 0.12 | 214.44 | 0.47 | 0.77 |
| Hex | AA | C1 | E0 | 18 | E | 0 | C | D6 | 2F | 4D |
| Octal | 252 | 301 | 340 | 30 | 16 | 0 | 14 | 326 | 57 | 115 |
| Binary | 10101010 | 11000001 | 11100000 | 11000 | 1110 | 0 | 1100 | 11010110 | 101111 | 1001101 |
Color Harmonies of #AAC1E0
Complementary color
Monochromatic Colors of #AAC1E0
Black with #AAC1E0
Text Example
Text Example
White with #AAC1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1E0; }
p { color: rgb(170,193,224); }
H1.HeaderClassName
{
color: #AAC1E0;
}
.AnyTagClassName
{
color: #AAC1E0;
}
</style>
background-color css
<style>
a { background-color: #AAC1E0; }
a { background-color: rgb(170,193,224); }
div.DivClassName
{
background-color: #AAC1E0;
}
.BgClassName
{
background-color: #AAC1E0;
}
</style>
border-color css
<style>
span { border-color: #AAC1E0; }
span { border-color: rgb(170,193,224); }
td.TdClassName
{
border-color: #AAC1E0;
}
.TagClassName
{
border-color: #AAC1E0;
}
</style>