#AAAEC5

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

Shades of Echo Blue #AAAEC5

Tints of Echo Blue #AAAEC5

Color information

#AAAEC5 (or 0xAAAEC5) is unknown color: approx Echo Blue. HEX triplet: AA, AE and C5. RGB value is (170,174,197). Sum of RGB (Red+Green+Blue) = 170+174+197=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAAEC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEC5 is #55513A. Grayscale: #AFAFAF. Windows color (decimal): -5591355 or 12955306. OLE color: 12955306.

HSL color Cylindrical-coordinate representation of color #AAAEC5: hue angle of 231.11º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAAEC5 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170174197-
CMYK0.140.1200.23
HSL231.11º18.88%71.96%-
HSV(B)231.11º13.71%77.25%-
XYZ41.7942.8558.89-
YUV175.43140.17124.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 197 (77.34% from 255) = 36.41%
R=31.42%
G=32.16%
B=36.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701741970.140.1200.23231.1118.8871.96
HexAAAEC5EC017e71348
Octal252256305161402734723110
Binary1010101010101110110001011110110001011111100111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEC5; }

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

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

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

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

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

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

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

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