#AAAECA

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

Shades of Echo Blue #AAAECA

Tints of Echo Blue #AAAECA

Color information

#AAAECA (or 0xAAAECA) is unknown color: approx Echo Blue. HEX triplet: AA, AE and CA. RGB value is (170,174,202). Sum of RGB (Red+Green+Blue) = 170+174+202=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAAECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAECA is #555135. Grayscale: #AFAFAF. Windows color (decimal): -5591350 or 13282986. OLE color: 13282986.

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

Color convert

RGB170174202-
CMYK0.160.1400.21
HSL232.5º23.19%72.94%-
HSV(B)232.5º15.84%79.22%-
XYZ42.3743.0861.96-
YUV176142.67123.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=31.14%
G=31.87%
B=37.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701742020.160.1400.21232.523.1972.94
HexAAAECA10E015e81749
Octal252256312201602535027111
Binary10101010101011101100101010000111001010111101000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAECA; }

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

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

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

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

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

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

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

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