#AAAED9

Color #AAAED9 Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #AAAED9

Tints of Echo Blue #AAAED9

Color information

#AAAED9 (or 0xAAAED9) is unknown color: approx Echo Blue. HEX triplet: AA, AE and D9. RGB value is (170,174,217). Sum of RGB (Red+Green+Blue) = 170+174+217=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #AAAED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAED9 is #555126. Grayscale: #B1B1B1. Windows color (decimal): -5591335 or 14266026. OLE color: 14266026.

HSL color Cylindrical-coordinate representation of color #AAAED9: hue angle of 234.89º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAAED9 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170174217-
CMYK0.220.2000.15
HSL234.89º38.21%75.88%-
HSV(B)234.89º21.66%85.1%-
XYZ44.2443.8371.77-
YUV177.71150.17122.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 217 (85.16% from 255) = 38.68%
R=30.30%
G=31.02%
B=38.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701742170.220.2000.15234.8938.2175.88
HexAAAED916140Feb264c
Octal252256331262401735346114
Binary101010101010111011011001101101010001111111010111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAED9; }

 p { color: rgb(170,174,217); }

 H1.HeaderClassName
 {
   color: #AAAED9;
 }
 .AnyTagClassName
 {
   color: #AAAED9;
 }
</style>
background-color css

<style>
 a { background-color: #AAAED9; }

 a { background-color: rgb(170,174,217); }

 div.DivClassName
 {
   background-color: #AAAED9;
 }
 .BgClassName
 {
   background-color: #AAAED9;
 }
</style>
border-color css

<style>
 span { border-color: #AAAED9; }

 span { border-color: rgb(170,174,217); }

 td.TdClassName
 {
   border-color: #AAAED9;
 }
 .TagClassName
 {
   border-color: #AAAED9;
 }
</style>