Shades of Echo Blue #AAADCD
Tints of Echo Blue #AAADCD
RGB
CMYK
RGB Variations
Color information
#AAADCD (or 0xAAADCD) is known color: Echo Blue. HEX triplet: AA, AD and CD. RGB value is (170,173,205). Sum of RGB (Red+Green+Blue) = 170+173+205=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADCD is #555232. Grayscale: #AFAFAF. Windows color (decimal): -5591603 or 13479338. OLE color: 13479338.
HSL color Cylindrical-coordinate representation of color #AAADCD: hue angle of 234.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAADCD is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 170 | 173 | 205 | - |
CMYK | 0.17 | 0.16 | 0 | 0.20 |
HSL | 234.86º | 0.26% | 0.74% | - |
HSV(B) | 234.86º | 0.17% | 0.8% | - |
XYZ | 42.54 | 42.84 | 63.78 | - |
YUV | 175.75 | 144.51 | 123.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 173 | 205 | 0.17 | 0.16 | 0 | 0.20 | 234.86 | 0.26 | 0.74 |
Hex | AA | AD | CD | 11 | 10 | 0 | 14 | EB | 1A | 4A |
Octal | 252 | 255 | 315 | 21 | 20 | 0 | 24 | 353 | 32 | 112 |
Binary | 10101010 | 10101101 | 11001101 | 10001 | 10000 | 0 | 10100 | 11101011 | 11010 | 1001010 |
Color Harmonies of #AAADCD
Complementary color
Monochromatic Colors of #AAADCD
Black with #AAADCD
Text Example
Text Example
White with #AAADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADCD; }
p { color: rgb(170,173,205); }
H1.HeaderClassName
{
color: #AAADCD;
}
.AnyTagClassName
{
color: #AAADCD;
}
</style>
background-color css
<style>
a { background-color: #AAADCD; }
a { background-color: rgb(170,173,205); }
div.DivClassName
{
background-color: #AAADCD;
}
.BgClassName
{
background-color: #AAADCD;
}
</style>
border-color css
<style>
span { border-color: #AAADCD; }
span { border-color: rgb(170,173,205); }
td.TdClassName
{
border-color: #AAADCD;
}
.TagClassName
{
border-color: #AAADCD;
}
</style>