Shades of Echo Blue #AAADCC
Tints of Echo Blue #AAADCC
RGB
CMYK
RGB Variations
Color information
#AAADCC (or 0xAAADCC) is known color: Echo Blue. HEX triplet: AA, AD and CC. RGB value is (170,173,204). Sum of RGB (Red+Green+Blue) = 170+173+204=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADCC is #555233. Grayscale: #AFAFAF. Windows color (decimal): -5591604 or 13413802. OLE color: 13413802.
HSL color Cylindrical-coordinate representation of color #AAADCC: hue angle of 234.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAADCC is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 173 | 204 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.2 |
| HSL | 234.71º | 0.25% | 0.73% | - |
| HSV(B) | 234.71º | 0.17% | 0.8% | - |
| XYZ | 42.42 | 42.79 | 63.15 | - |
| YUV | 175.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 204 | 0.17 | 0.15 | 0 | 0.2 | 234.71 | 0.25 | 0.73 |
| Hex | AA | AD | CC | 11 | F | 0 | 14 | EB | 19 | 49 |
| Octal | 252 | 255 | 314 | 21 | 17 | 0 | 24 | 353 | 31 | 111 |
| Binary | 10101010 | 10101101 | 11001100 | 10001 | 1111 | 0 | 10100 | 11101011 | 11001 | 1001001 |
Color Harmonies of #AAADCC
Complementary color
Monochromatic Colors of #AAADCC
Black with #AAADCC
Text Example
Text Example
White with #AAADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADCC; }
p { color: rgb(170,173,204); }
H1.HeaderClassName
{
color: #AAADCC;
}
.AnyTagClassName
{
color: #AAADCC;
}
</style>
background-color css
<style>
a { background-color: #AAADCC; }
a { background-color: rgb(170,173,204); }
div.DivClassName
{
background-color: #AAADCC;
}
.BgClassName
{
background-color: #AAADCC;
}
</style>
border-color css
<style>
span { border-color: #AAADCC; }
span { border-color: rgb(170,173,204); }
td.TdClassName
{
border-color: #AAADCC;
}
.TagClassName
{
border-color: #AAADCC;
}
</style>