#AAAECD

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

Shades of Echo Blue #AAAECD

Tints of Echo Blue #AAAECD

Color information

#AAAECD (or 0xAAAECD) is unknown color: approx Echo Blue. HEX triplet: AA, AE and CD. RGB value is (170,174,205). Sum of RGB (Red+Green+Blue) = 170+174+205=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAECD is #555132. Grayscale: #B0B0B0. Windows color (decimal): -5591347 or 13479594. OLE color: 13479594.

HSL color Cylindrical-coordinate representation of color #AAAECD: hue angle of 233.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAAECD is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170174205-
CMYK0.170.1500.20
HSL233.14º25.93%73.53%-
HSV(B)233.14º17.07%80.39%-
XYZ42.7343.2363.85-
YUV176.34144.17123.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=30.97%
G=31.69%
B=37.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701742050.170.1500.20233.1425.9373.53
HexAAAECD11F014e91a4a
Octal252256315211702435132112
Binary10101010101011101100110110001111101010011101001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAECD; }

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

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

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

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

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

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

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

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