Shades of Echo Blue #AAAFCC
Tints of Echo Blue #AAAFCC
RGB
CMYK
RGB Variations
Color information
#AAAFCC (or 0xAAAFCC) is known color: Echo Blue. HEX triplet: AA, AF and CC. RGB value is (170,175,204). Sum of RGB (Red+Green+Blue) = 170+175+204=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFCC is #555033. Grayscale: #B0B0B0. Windows color (decimal): -5591092 or 13414314. OLE color: 13414314.
HSL color Cylindrical-coordinate representation of color #AAAFCC: hue angle of 231.18º 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 #AAAFCC is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 175 | 204 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.2 |
| HSL | 231.18º | 0.25% | 0.73% | - |
| HSV(B) | 231.18º | 0.17% | 0.8% | - |
| XYZ | 42.81 | 43.57 | 63.28 | - |
| YUV | 176.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 204 | 0.17 | 0.14 | 0 | 0.2 | 231.18 | 0.25 | 0.73 |
| Hex | AA | AF | CC | 11 | E | 0 | 14 | E7 | 19 | 49 |
| Octal | 252 | 257 | 314 | 21 | 16 | 0 | 24 | 347 | 31 | 111 |
| Binary | 10101010 | 10101111 | 11001100 | 10001 | 1110 | 0 | 10100 | 11100111 | 11001 | 1001001 |
Color Harmonies of #AAAFCC
Complementary color
Monochromatic Colors of #AAAFCC
Black with #AAAFCC
Text Example
Text Example
White with #AAAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAFCC; }
p { color: rgb(170,175,204); }
H1.HeaderClassName
{
color: #AAAFCC;
}
.AnyTagClassName
{
color: #AAAFCC;
}
</style>
background-color css
<style>
a { background-color: #AAAFCC; }
a { background-color: rgb(170,175,204); }
div.DivClassName
{
background-color: #AAAFCC;
}
.BgClassName
{
background-color: #AAAFCC;
}
</style>
border-color css
<style>
span { border-color: #AAAFCC; }
span { border-color: rgb(170,175,204); }
td.TdClassName
{
border-color: #AAAFCC;
}
.TagClassName
{
border-color: #AAAFCC;
}
</style>