#AAAEC0

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

Shades of Echo Blue #AAAEC0

Tints of Echo Blue #AAAEC0

Color information

#AAAEC0 (or 0xAAAEC0) is unknown color: approx Echo Blue. HEX triplet: AA, AE and C0. RGB value is (170,174,192). Sum of RGB (Red+Green+Blue) = 170+174+192=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #AAAEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEC0 is #55513F. Grayscale: #AEAEAE. Windows color (decimal): -5591360 or 12627626. OLE color: 12627626.

HSL color Cylindrical-coordinate representation of color #AAAEC0: hue angle of 229.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAAEC0 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170174192-
CMYK0.110.0900.25
HSL229.09º14.86%70.98%-
HSV(B)229.09º11.46%75.29%-
XYZ41.2342.6255.92-
YUV174.86137.67124.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 192 (75.39% from 255) = 35.82%
R=31.72%
G=32.46%
B=35.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701741920.110.0900.25229.0914.8670.98
HexAAAEC0B9019e5f47
Octal252256300131103134517107
Binary101010101010111011000000101110010110011110010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEC0; }

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

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

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

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

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

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

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

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