#AAAED1

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

Shades of Echo Blue #AAAED1

Tints of Echo Blue #AAAED1

Color information

#AAAED1 (or 0xAAAED1) is unknown color: approx Echo Blue. HEX triplet: AA, AE and D1. RGB value is (170,174,209). Sum of RGB (Red+Green+Blue) = 170+174+209=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAAED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAED1 is #55512E. Grayscale: #B0B0B0. Windows color (decimal): -5591343 or 13741738. OLE color: 13741738.

HSL color Cylindrical-coordinate representation of color #AAAED1: hue angle of 233.85º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAAED1 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170174209-
CMYK0.190.1700.18
HSL233.85º29.77%74.31%-
HSV(B)233.85º18.66%81.96%-
XYZ43.2243.4266.42-
YUV176.79146.17123.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=30.74%
G=31.46%
B=37.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701742090.190.1700.18233.8529.7774.31
HexAAAED11311012ea1e4a
Octal252256321232102235236112
Binary101010101010111011010001100111000101001011101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAED1; }

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

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

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

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

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

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

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

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