Shades of Echo Blue #AAADD2
Tints of Echo Blue #AAADD2
RGB
CMYK
RGB Variations
Color information
#AAADD2 (or 0xAAADD2) is known color: Echo Blue. HEX triplet: AA, AD and D2. RGB value is (170,173,210). Sum of RGB (Red+Green+Blue) = 170+173+210=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 210 - color contains mainly: blue. Hex color #AAADD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADD2 is #55522D. Grayscale: #B0B0B0. Windows color (decimal): -5591598 or 13807018. OLE color: 13807018.
HSL color Cylindrical-coordinate representation of color #AAADD2: hue angle of 235.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 #AAADD2 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 173 | 210 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.18 |
| HSL | 235.5º | 0.31% | 0.75% | - |
| HSV(B) | 235.5º | 0.19% | 0.82% | - |
| XYZ | 43.15 | 43.09 | 67.01 | - |
| YUV | 176.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 210 | 0.19 | 0.18 | 0 | 0.18 | 235.5 | 0.31 | 0.75 |
| Hex | AA | AD | D2 | 13 | 12 | 0 | 12 | EC | 1F | 4B |
| Octal | 252 | 255 | 322 | 23 | 22 | 0 | 22 | 354 | 37 | 113 |
| Binary | 10101010 | 10101101 | 11010010 | 10011 | 10010 | 0 | 10010 | 11101100 | 11111 | 1001011 |
Color Harmonies of #AAADD2
Complementary color
Monochromatic Colors of #AAADD2
Black with #AAADD2
Text Example
Text Example
White with #AAADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADD2; }
p { color: rgb(170,173,210); }
H1.HeaderClassName
{
color: #AAADD2;
}
.AnyTagClassName
{
color: #AAADD2;
}
</style>
background-color css
<style>
a { background-color: #AAADD2; }
a { background-color: rgb(170,173,210); }
div.DivClassName
{
background-color: #AAADD2;
}
.BgClassName
{
background-color: #AAADD2;
}
</style>
border-color css
<style>
span { border-color: #AAADD2; }
span { border-color: rgb(170,173,210); }
td.TdClassName
{
border-color: #AAADD2;
}
.TagClassName
{
border-color: #AAADD2;
}
</style>