#AAAED4

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

Shades of Echo Blue #AAAED4

Tints of Echo Blue #AAAED4

Color information

#AAAED4 (or 0xAAAED4) is unknown color: approx Echo Blue. HEX triplet: AA, AE and D4. RGB value is (170,174,212). Sum of RGB (Red+Green+Blue) = 170+174+212=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #AAAED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAED4 is #55512B. Grayscale: #B0B0B0. Windows color (decimal): -5591340 or 13938346. OLE color: 13938346.

HSL color Cylindrical-coordinate representation of color #AAAED4: hue angle of 234.29º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAAED4 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB170174212-
CMYK0.200.1800.17
HSL234.29º32.81%74.9%-
HSV(B)234.29º19.81%83.14%-
XYZ43.643.5768.4-
YUV177.14147.67122.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=30.58%
G=31.29%
B=38.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1701742120.200.1800.17234.2932.8174.9
HexAAAED41412011ea214b
Octal252256324242202135241113
Binary1010101010101110110101001010010010010001111010101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAED4; }

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

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

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

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

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

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

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

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