Shades of Echo Blue #AAAFC2
Tints of Echo Blue #AAAFC2
RGB
CMYK
RGB Variations
Color information
#AAAFC2 (or 0xAAAFC2) is known color: Echo Blue. HEX triplet: AA, AF and C2. RGB value is (170,175,194). Sum of RGB (Red+Green+Blue) = 170+175+194=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #AAAFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFC2 is #55503D. Grayscale: #AFAFAF. Windows color (decimal): -5591102 or 12758954. OLE color: 12758954.
HSL color Cylindrical-coordinate representation of color #AAAFC2: hue angle of 227.5º 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 #AAAFC2 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 175 | 194 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.24 |
| HSL | 227.5º | 0.16% | 0.71% | - |
| HSV(B) | 227.5º | 0.12% | 0.76% | - |
| XYZ | 41.65 | 43.1 | 57.16 | - |
| YUV | 175.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 194 | 0.12 | 0.10 | 0 | 0.24 | 227.5 | 0.16 | 0.71 |
| Hex | AA | AF | C2 | C | A | 0 | 18 | E4 | 10 | 47 |
| Octal | 252 | 257 | 302 | 14 | 12 | 0 | 30 | 344 | 20 | 107 |
| Binary | 10101010 | 10101111 | 11000010 | 1100 | 1010 | 0 | 11000 | 11100100 | 10000 | 1000111 |
Color Harmonies of #AAAFC2
Complementary color
Monochromatic Colors of #AAAFC2
Black with #AAAFC2
Text Example
Text Example
White with #AAAFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAFC2; }
p { color: rgb(170,175,194); }
H1.HeaderClassName
{
color: #AAAFC2;
}
.AnyTagClassName
{
color: #AAAFC2;
}
</style>
background-color css
<style>
a { background-color: #AAAFC2; }
a { background-color: rgb(170,175,194); }
div.DivClassName
{
background-color: #AAAFC2;
}
.BgClassName
{
background-color: #AAAFC2;
}
</style>
border-color css
<style>
span { border-color: #AAAFC2; }
span { border-color: rgb(170,175,194); }
td.TdClassName
{
border-color: #AAAFC2;
}
.TagClassName
{
border-color: #AAAFC2;
}
</style>