#AEAFC4

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

Shades of Echo Blue #AEAFC4

Tints of Echo Blue #AEAFC4

Color information

#AEAFC4 (or 0xAEAFC4) is unknown color: approx Echo Blue. HEX triplet: AE, AF and C4. RGB value is (174,175,196). Sum of RGB (Red+Green+Blue) = 174+175+196=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 196 - color contains mainly: blue. Hex color #AEAFC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFC4 is #51503B. Grayscale: #B1B1B1. Windows color (decimal): -5328956 or 12890030. OLE color: 12890030.

HSL color Cylindrical-coordinate representation of color #AEAFC4: hue angle of 237.27º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEAFC4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174175196-
CMYK0.110.1100.23
HSL237.27º15.71%72.55%-
HSV(B)237.27º11.22%76.86%-
XYZ42.7543.6458.4-
YUV177.09138.67125.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 196 (76.95% from 255) = 35.96%
R=31.93%
G=32.11%
B=35.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741751960.110.1100.23237.2715.7172.55
HexAEAFC4BB017ed1049
Octal256257304131302735520111
Binary1010111010101111110001001011101101011111101101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFC4; }

 p { color: rgb(174,175,196); }

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

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

 a { background-color: rgb(174,175,196); }

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

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

 span { border-color: rgb(174,175,196); }

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