#AAAEC2

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

Shades of Echo Blue #AAAEC2

Tints of Echo Blue #AAAEC2

Color information

#AAAEC2 (or 0xAAAEC2) is unknown color: approx Echo Blue. HEX triplet: AA, AE and C2. RGB value is (170,174,194). Sum of RGB (Red+Green+Blue) = 170+174+194=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 194 - color contains mainly: blue. Hex color #AAAEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEC2 is #55513D. Grayscale: #AFAFAF. Windows color (decimal): -5591358 or 12758698. OLE color: 12758698.

HSL color Cylindrical-coordinate representation of color #AAAEC2: hue angle of 230º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAAEC2 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170174194-
CMYK0.120.1000.24
HSL230º16.44%71.37%-
HSV(B)230º12.37%76.08%-
XYZ41.4542.7157.1-
YUV175.08138.67124.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 194 (76.17% from 255) = 36.06%
R=31.60%
G=32.34%
B=36.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701741940.120.1000.2423016.4471.37
HexAAAEC2CA018e61047
Octal252256302141203034620107
Binary1010101010101110110000101100101001100011100110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEC2; }

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

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

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

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

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

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

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

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