#AAAEC9

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

Shades of Echo Blue #AAAEC9

Tints of Echo Blue #AAAEC9

Color information

#AAAEC9 (or 0xAAAEC9) is unknown color: approx Echo Blue. HEX triplet: AA, AE and C9. RGB value is (170,174,201). Sum of RGB (Red+Green+Blue) = 170+174+201=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAAEC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEC9 is #555136. Grayscale: #AFAFAF. Windows color (decimal): -5591351 or 13217450. OLE color: 13217450.

HSL color Cylindrical-coordinate representation of color #AAAEC9: hue angle of 232.26º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAAEC9 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170174201-
CMYK0.150.1300.21
HSL232.26º22.3%72.75%-
HSV(B)232.26º15.42%78.82%-
XYZ42.2643.0461.34-
YUV175.88142.17123.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 201 (78.91% from 255) = 36.88%
R=31.19%
G=31.93%
B=36.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701742010.150.1300.21232.2622.372.75
HexAAAEC9FD015e81649
Octal252256311171502535026111
Binary1010101010101110110010011111110101010111101000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEC9; }

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

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

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

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

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

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

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

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