Shades of Echo Blue #AAADD3
Tints of Echo Blue #AAADD3
RGB
CMYK
RGB Variations
Color information
#AAADD3 (or 0xAAADD3) is known color: Echo Blue. HEX triplet: AA, AD and D3. RGB value is (170,173,211). Sum of RGB (Red+Green+Blue) = 170+173+211=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 211 - color contains mainly: blue. Hex color #AAADD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADD3 is #55522C. Grayscale: #B0B0B0. Windows color (decimal): -5591597 or 13872554. OLE color: 13872554.
HSL color Cylindrical-coordinate representation of color #AAADD3: hue angle of 235.61º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAADD3 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 173 | 211 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.17 |
| HSL | 235.61º | 0.32% | 0.75% | - |
| HSV(B) | 235.61º | 0.19% | 0.83% | - |
| XYZ | 43.28 | 43.14 | 67.67 | - |
| YUV | 176.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 211 | 0.19 | 0.18 | 0 | 0.17 | 235.61 | 0.32 | 0.75 |
| Hex | AA | AD | D3 | 13 | 12 | 0 | 11 | EC | 20 | 4B |
| Octal | 252 | 255 | 323 | 23 | 22 | 0 | 21 | 354 | 40 | 113 |
| Binary | 10101010 | 10101101 | 11010011 | 10011 | 10010 | 0 | 10001 | 11101100 | 100000 | 1001011 |
Color Harmonies of #AAADD3
Complementary color
Monochromatic Colors of #AAADD3
Black with #AAADD3
Text Example
Text Example
White with #AAADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADD3; }
p { color: rgb(170,173,211); }
H1.HeaderClassName
{
color: #AAADD3;
}
.AnyTagClassName
{
color: #AAADD3;
}
</style>
background-color css
<style>
a { background-color: #AAADD3; }
a { background-color: rgb(170,173,211); }
div.DivClassName
{
background-color: #AAADD3;
}
.BgClassName
{
background-color: #AAADD3;
}
</style>
border-color css
<style>
span { border-color: #AAADD3; }
span { border-color: rgb(170,173,211); }
td.TdClassName
{
border-color: #AAADD3;
}
.TagClassName
{
border-color: #AAADD3;
}
</style>