Shades of Echo Blue #AAACCA
Tints of Echo Blue #AAACCA
RGB
CMYK
RGB Variations
Color information
#AAACCA (or 0xAAACCA) is known color: Echo Blue. HEX triplet: AA, AC and CA. RGB value is (170,172,202). Sum of RGB (Red+Green+Blue) = 170+172+202=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACCA is #555335. Grayscale: #AEAEAE. Windows color (decimal): -5591862 or 13282474. OLE color: 13282474.
HSL color Cylindrical-coordinate representation of color #AAACCA: hue angle of 236.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAACCA is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 172 | 202 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.21 |
| HSL | 236.25º | 0.23% | 0.73% | - |
| HSV(B) | 236.25º | 0.16% | 0.79% | - |
| XYZ | 41.99 | 42.32 | 61.83 | - |
| YUV | 174.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 202 | 0.16 | 0.15 | 0 | 0.21 | 236.25 | 0.23 | 0.73 |
| Hex | AA | AC | CA | 10 | F | 0 | 15 | EC | 17 | 49 |
| Octal | 252 | 254 | 312 | 20 | 17 | 0 | 25 | 354 | 27 | 111 |
| Binary | 10101010 | 10101100 | 11001010 | 10000 | 1111 | 0 | 10101 | 11101100 | 10111 | 1001001 |
Color Harmonies of #AAACCA
Complementary color
Monochromatic Colors of #AAACCA
Black with #AAACCA
Text Example
Text Example
White with #AAACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACCA; }
p { color: rgb(170,172,202); }
H1.HeaderClassName
{
color: #AAACCA;
}
.AnyTagClassName
{
color: #AAACCA;
}
</style>
background-color css
<style>
a { background-color: #AAACCA; }
a { background-color: rgb(170,172,202); }
div.DivClassName
{
background-color: #AAACCA;
}
.BgClassName
{
background-color: #AAACCA;
}
</style>
border-color css
<style>
span { border-color: #AAACCA; }
span { border-color: rgb(170,172,202); }
td.TdClassName
{
border-color: #AAACCA;
}
.TagClassName
{
border-color: #AAACCA;
}
</style>