Shades of Echo Blue #AAACC0
Tints of Echo Blue #AAACC0
RGB
CMYK
RGB Variations
Color information
#AAACC0 (or 0xAAACC0) is known color: Echo Blue. HEX triplet: AA, AC and C0. RGB value is (170,172,192). Sum of RGB (Red+Green+Blue) = 170+172+192=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #AAACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACC0 is #55533F. Grayscale: #ADADAD. Windows color (decimal): -5591872 or 12627114. OLE color: 12627114.
HSL color Cylindrical-coordinate representation of color #AAACC0: hue angle of 234.55º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAACC0 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 172 | 192 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.25 |
| HSL | 234.55º | 0.15% | 0.71% | - |
| HSV(B) | 234.55º | 0.11% | 0.75% | - |
| XYZ | 40.84 | 41.86 | 55.8 | - |
| YUV | 173.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 192 | 0.11 | 0.10 | 0 | 0.25 | 234.55 | 0.15 | 0.71 |
| Hex | AA | AC | C0 | B | A | 0 | 19 | EB | F | 47 |
| Octal | 252 | 254 | 300 | 13 | 12 | 0 | 31 | 353 | 17 | 107 |
| Binary | 10101010 | 10101100 | 11000000 | 1011 | 1010 | 0 | 11001 | 11101011 | 1111 | 1000111 |
Color Harmonies of #AAACC0
Complementary color
Monochromatic Colors of #AAACC0
Black with #AAACC0
Text Example
Text Example
White with #AAACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACC0; }
p { color: rgb(170,172,192); }
H1.HeaderClassName
{
color: #AAACC0;
}
.AnyTagClassName
{
color: #AAACC0;
}
</style>
background-color css
<style>
a { background-color: #AAACC0; }
a { background-color: rgb(170,172,192); }
div.DivClassName
{
background-color: #AAACC0;
}
.BgClassName
{
background-color: #AAACC0;
}
</style>
border-color css
<style>
span { border-color: #AAACC0; }
span { border-color: rgb(170,172,192); }
td.TdClassName
{
border-color: #AAACC0;
}
.TagClassName
{
border-color: #AAACC0;
}
</style>