Shades of Echo Blue #AAAFD2
Tints of Echo Blue #AAAFD2
RGB
CMYK
RGB Variations
Color information
#AAAFD2 (or 0xAAAFD2) is known color: Echo Blue. HEX triplet: AA, AF and D2. RGB value is (170,175,210). Sum of RGB (Red+Green+Blue) = 170+175+210=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 210 - color contains mainly: blue. Hex color #AAAFD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFD2 is #55502D. Grayscale: #B1B1B1. Windows color (decimal): -5591086 or 13807530. OLE color: 13807530.
HSL color Cylindrical-coordinate representation of color #AAAFD2: hue angle of 232.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAAFD2 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 175 | 210 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.18 |
| HSL | 232.5º | 0.31% | 0.75% | - |
| HSV(B) | 232.5º | 0.19% | 0.82% | - |
| XYZ | 43.54 | 43.86 | 67.14 | - |
| YUV | 177.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 210 | 0.19 | 0.17 | 0 | 0.18 | 232.5 | 0.31 | 0.75 |
| Hex | AA | AF | D2 | 13 | 11 | 0 | 12 | E8 | 1F | 4B |
| Octal | 252 | 257 | 322 | 23 | 21 | 0 | 22 | 350 | 37 | 113 |
| Binary | 10101010 | 10101111 | 11010010 | 10011 | 10001 | 0 | 10010 | 11101000 | 11111 | 1001011 |
Color Harmonies of #AAAFD2
Complementary color
Monochromatic Colors of #AAAFD2
Black with #AAAFD2
Text Example
Text Example
White with #AAAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAFD2; }
p { color: rgb(170,175,210); }
H1.HeaderClassName
{
color: #AAAFD2;
}
.AnyTagClassName
{
color: #AAAFD2;
}
</style>
background-color css
<style>
a { background-color: #AAAFD2; }
a { background-color: rgb(170,175,210); }
div.DivClassName
{
background-color: #AAAFD2;
}
.BgClassName
{
background-color: #AAAFD2;
}
</style>
border-color css
<style>
span { border-color: #AAAFD2; }
span { border-color: rgb(170,175,210); }
td.TdClassName
{
border-color: #AAAFD2;
}
.TagClassName
{
border-color: #AAAFD2;
}
</style>