Shades of Echo Blue #AAADC5
Tints of Echo Blue #AAADC5
RGB
CMYK
RGB Variations
Color information
#AAADC5 (or 0xAAADC5) is known color: Echo Blue. HEX triplet: AA, AD and C5. RGB value is (170,173,197). Sum of RGB (Red+Green+Blue) = 170+173+197=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADC5 is #55523A. Grayscale: #AEAEAE. Windows color (decimal): -5591611 or 12955050. OLE color: 12955050.
HSL color Cylindrical-coordinate representation of color #AAADC5: hue angle of 233.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAADC5 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 173 | 197 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.23 |
| HSL | 233.33º | 0.19% | 0.72% | - |
| HSV(B) | 233.33º | 0.14% | 0.77% | - |
| XYZ | 41.6 | 42.46 | 58.83 | - |
| YUV | 174.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 197 | 0.14 | 0.12 | 0 | 0.23 | 233.33 | 0.19 | 0.72 |
| Hex | AA | AD | C5 | E | C | 0 | 17 | E9 | 13 | 48 |
| Octal | 252 | 255 | 305 | 16 | 14 | 0 | 27 | 351 | 23 | 110 |
| Binary | 10101010 | 10101101 | 11000101 | 1110 | 1100 | 0 | 10111 | 11101001 | 10011 | 1001000 |
Color Harmonies of #AAADC5
Complementary color
Monochromatic Colors of #AAADC5
Black with #AAADC5
Text Example
Text Example
White with #AAADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADC5; }
p { color: rgb(170,173,197); }
H1.HeaderClassName
{
color: #AAADC5;
}
.AnyTagClassName
{
color: #AAADC5;
}
</style>
background-color css
<style>
a { background-color: #AAADC5; }
a { background-color: rgb(170,173,197); }
div.DivClassName
{
background-color: #AAADC5;
}
.BgClassName
{
background-color: #AAADC5;
}
</style>
border-color css
<style>
span { border-color: #AAADC5; }
span { border-color: rgb(170,173,197); }
td.TdClassName
{
border-color: #AAADC5;
}
.TagClassName
{
border-color: #AAADC5;
}
</style>