Shades of Echo Blue #AAACCC
Tints of Echo Blue #AAACCC
RGB
CMYK
RGB Variations
Color information
#AAACCC (or 0xAAACCC) is known color: Echo Blue. HEX triplet: AA, AC and CC. RGB value is (170,172,204). Sum of RGB (Red+Green+Blue) = 170+172+204=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACCC is #555333. Grayscale: #AEAEAE. Windows color (decimal): -5591860 or 13413546. OLE color: 13413546.
HSL color Cylindrical-coordinate representation of color #AAACCC: hue angle of 236.47º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAACCC is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 172 | 204 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.2 |
| HSL | 236.47º | 0.25% | 0.73% | - |
| HSV(B) | 236.47º | 0.17% | 0.8% | - |
| XYZ | 42.23 | 42.41 | 63.09 | - |
| YUV | 175.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 204 | 0.17 | 0.16 | 0 | 0.2 | 236.47 | 0.25 | 0.73 |
| Hex | AA | AC | CC | 11 | 10 | 0 | 14 | EC | 19 | 49 |
| Octal | 252 | 254 | 314 | 21 | 20 | 0 | 24 | 354 | 31 | 111 |
| Binary | 10101010 | 10101100 | 11001100 | 10001 | 10000 | 0 | 10100 | 11101100 | 11001 | 1001001 |
Color Harmonies of #AAACCC
Complementary color
Monochromatic Colors of #AAACCC
Black with #AAACCC
Text Example
Text Example
White with #AAACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACCC; }
p { color: rgb(170,172,204); }
H1.HeaderClassName
{
color: #AAACCC;
}
.AnyTagClassName
{
color: #AAACCC;
}
</style>
background-color css
<style>
a { background-color: #AAACCC; }
a { background-color: rgb(170,172,204); }
div.DivClassName
{
background-color: #AAACCC;
}
.BgClassName
{
background-color: #AAACCC;
}
</style>
border-color css
<style>
span { border-color: #AAACCC; }
span { border-color: rgb(170,172,204); }
td.TdClassName
{
border-color: #AAACCC;
}
.TagClassName
{
border-color: #AAACCC;
}
</style>