Shades of Echo Blue #AAACC2
Tints of Echo Blue #AAACC2
RGB
CMYK
RGB Variations
Color information
#AAACC2 (or 0xAAACC2) is known color: Echo Blue. HEX triplet: AA, AC and C2. RGB value is (170,172,194). Sum of RGB (Red+Green+Blue) = 170+172+194=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 194 - color contains mainly: blue. Hex color #AAACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACC2 is #55533D. Grayscale: #ADADAD. Windows color (decimal): -5591870 or 12758186. OLE color: 12758186.
HSL color Cylindrical-coordinate representation of color #AAACC2: hue angle of 235º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAACC2 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 172 | 194 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.24 |
| HSL | 235º | 0.16% | 0.71% | - |
| HSV(B) | 235º | 0.12% | 0.76% | - |
| XYZ | 41.07 | 41.95 | 56.97 | - |
| YUV | 173.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 194 | 0.12 | 0.11 | 0 | 0.24 | 235 | 0.16 | 0.71 |
| Hex | AA | AC | C2 | C | B | 0 | 18 | EB | 10 | 47 |
| Octal | 252 | 254 | 302 | 14 | 13 | 0 | 30 | 353 | 20 | 107 |
| Binary | 10101010 | 10101100 | 11000010 | 1100 | 1011 | 0 | 11000 | 11101011 | 10000 | 1000111 |
Color Harmonies of #AAACC2
Complementary color
Monochromatic Colors of #AAACC2
Black with #AAACC2
Text Example
Text Example
White with #AAACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACC2; }
p { color: rgb(170,172,194); }
H1.HeaderClassName
{
color: #AAACC2;
}
.AnyTagClassName
{
color: #AAACC2;
}
</style>
background-color css
<style>
a { background-color: #AAACC2; }
a { background-color: rgb(170,172,194); }
div.DivClassName
{
background-color: #AAACC2;
}
.BgClassName
{
background-color: #AAACC2;
}
</style>
border-color css
<style>
span { border-color: #AAACC2; }
span { border-color: rgb(170,172,194); }
td.TdClassName
{
border-color: #AAACC2;
}
.TagClassName
{
border-color: #AAACC2;
}
</style>