#AAAEC8

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

Shades of Echo Blue #AAAEC8

Tints of Echo Blue #AAAEC8

Color information

#AAAEC8 (or 0xAAAEC8) is unknown color: approx Echo Blue. HEX triplet: AA, AE and C8. RGB value is (170,174,200). Sum of RGB (Red+Green+Blue) = 170+174+200=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 200 - color contains mainly: blue. Hex color #AAAEC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEC8 is #555137. Grayscale: #AFAFAF. Windows color (decimal): -5591352 or 13151914. OLE color: 13151914.

HSL color Cylindrical-coordinate representation of color #AAAEC8: hue angle of 232º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAAEC8 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170174200-
CMYK0.150.1300.22
HSL232º21.43%72.55%-
HSV(B)232º15%78.43%-
XYZ42.1442.9960.72-
YUV175.77141.67123.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 200 (78.52% from 255) = 36.76%
R=31.25%
G=31.99%
B=36.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701742000.150.1300.2223221.4372.55
HexAAAEC8FD016e81549
Octal252256310171502635025111
Binary1010101010101110110010001111110101011011101000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEC8; }

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

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

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

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

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

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

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

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