#AAAECB

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

Shades of Echo Blue #AAAECB

Tints of Echo Blue #AAAECB

Color information

#AAAECB (or 0xAAAECB) is unknown color: approx Echo Blue. HEX triplet: AA, AE and CB. RGB value is (170,174,203). Sum of RGB (Red+Green+Blue) = 170+174+203=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAAECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAECB is #555134. Grayscale: #AFAFAF. Windows color (decimal): -5591349 or 13348522. OLE color: 13348522.

HSL color Cylindrical-coordinate representation of color #AAAECB: hue angle of 232.73º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAAECB is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170174203-
CMYK0.160.1400.20
HSL232.73º24.09%73.14%-
HSV(B)232.73º16.26%79.61%-
XYZ42.4943.1362.59-
YUV176.11143.17123.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=31.08%
G=31.81%
B=37.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701742030.160.1400.20232.7324.0973.14
HexAAAECB10E014e91849
Octal252256313201602435130111
Binary10101010101011101100101110000111001010011101001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAECB; }

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

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

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

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

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

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

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

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