Shades of Echo Blue #AAADC0
Tints of Echo Blue #AAADC0
RGB
CMYK
RGB Variations
Color information
#AAADC0 (or 0xAAADC0) is known color: Echo Blue. HEX triplet: AA, AD and C0. RGB value is (170,173,192). Sum of RGB (Red+Green+Blue) = 170+173+192=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 192 - color contains mainly: blue. Hex color #AAADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADC0 is #55523F. Grayscale: #AEAEAE. Windows color (decimal): -5591616 or 12627370. OLE color: 12627370.
HSL color Cylindrical-coordinate representation of color #AAADC0: hue angle of 231.82º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAADC0 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 170 | 173 | 192 | - |
CMYK | 0.11 | 0.10 | 0 | 0.25 |
HSL | 231.82º | 0.15% | 0.71% | - |
HSV(B) | 231.82º | 0.11% | 0.75% | - |
XYZ | 41.04 | 42.24 | 55.86 | - |
YUV | 174.27 | 138.01 | 124.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 173 | 192 | 0.11 | 0.10 | 0 | 0.25 | 231.82 | 0.15 | 0.71 |
Hex | AA | AD | C0 | B | A | 0 | 19 | E8 | F | 47 |
Octal | 252 | 255 | 300 | 13 | 12 | 0 | 31 | 350 | 17 | 107 |
Binary | 10101010 | 10101101 | 11000000 | 1011 | 1010 | 0 | 11001 | 11101000 | 1111 | 1000111 |
Color Harmonies of #AAADC0
Complementary color
Monochromatic Colors of #AAADC0
Black with #AAADC0
Text Example
Text Example
White with #AAADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADC0; }
p { color: rgb(170,173,192); }
H1.HeaderClassName
{
color: #AAADC0;
}
.AnyTagClassName
{
color: #AAADC0;
}
</style>
background-color css
<style>
a { background-color: #AAADC0; }
a { background-color: rgb(170,173,192); }
div.DivClassName
{
background-color: #AAADC0;
}
.BgClassName
{
background-color: #AAADC0;
}
</style>
border-color css
<style>
span { border-color: #AAADC0; }
span { border-color: rgb(170,173,192); }
td.TdClassName
{
border-color: #AAADC0;
}
.TagClassName
{
border-color: #AAADC0;
}
</style>