Shades of Light Steel Blue #AAC4E1
Tints of Light Steel Blue #AAC4E1
RGB
CMYK
RGB Variations
Color information
#AAC4E1 (or 0xAAC4E1) is known color: Light Steel Blue. HEX triplet: AA, C4 and E1. RGB value is (170,196,225). Sum of RGB (Red+Green+Blue) = 170+196+225=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAC4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4E1 is #553B1E. Grayscale: #BFBFBF. Windows color (decimal): -5585695 or 14795946. OLE color: 14795946.
HSL color Cylindrical-coordinate representation of color #AAC4E1: hue angle of 211.64º degrees, saturation: 0.48, 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 #AAC4E1 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 196 | 225 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.12 |
| HSL | 211.64º | 0.48% | 0.77% | - |
| HSV(B) | 211.64º | 0.24% | 0.88% | - |
| XYZ | 49.91 | 53.46 | 78.92 | - |
| YUV | 191.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 225 | 0.24 | 0.13 | 0 | 0.12 | 211.64 | 0.48 | 0.77 |
| Hex | AA | C4 | E1 | 18 | D | 0 | C | D4 | 30 | 4D |
| Octal | 252 | 304 | 341 | 30 | 15 | 0 | 14 | 324 | 60 | 115 |
| Binary | 10101010 | 11000100 | 11100001 | 11000 | 1101 | 0 | 1100 | 11010100 | 110000 | 1001101 |
Color Harmonies of #AAC4E1
Complementary color
Monochromatic Colors of #AAC4E1
Black with #AAC4E1
Text Example
Text Example
White with #AAC4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC4E1; }
p { color: rgb(170,196,225); }
H1.HeaderClassName
{
color: #AAC4E1;
}
.AnyTagClassName
{
color: #AAC4E1;
}
</style>
background-color css
<style>
a { background-color: #AAC4E1; }
a { background-color: rgb(170,196,225); }
div.DivClassName
{
background-color: #AAC4E1;
}
.BgClassName
{
background-color: #AAC4E1;
}
</style>
border-color css
<style>
span { border-color: #AAC4E1; }
span { border-color: rgb(170,196,225); }
td.TdClassName
{
border-color: #AAC4E1;
}
.TagClassName
{
border-color: #AAC4E1;
}
</style>