#AEAFC6

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

Shades of Echo Blue #AEAFC6

Tints of Echo Blue #AEAFC6

Color information

#AEAFC6 (or 0xAEAFC6) is unknown color: approx Echo Blue. HEX triplet: AE, AF and C6. RGB value is (174,175,198). Sum of RGB (Red+Green+Blue) = 174+175+198=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 198 - color contains mainly: blue. Hex color #AEAFC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFC6 is #515039. Grayscale: #B1B1B1. Windows color (decimal): -5328954 or 13021102. OLE color: 13021102.

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

Color convert

RGB174175198-
CMYK0.120.1200.22
HSL237.5º17.39%72.94%-
HSV(B)237.5º12.12%77.65%-
XYZ42.9843.7459.6-
YUV177.32139.67125.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 198 (77.73% from 255) = 36.20%
R=31.81%
G=31.99%
B=36.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741751980.120.1200.22237.517.3972.94
HexAEAFC6CC016ee1149
Octal256257306141402635621111
Binary1010111010101111110001101100110001011011101110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFC6; }

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

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

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

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

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

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

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

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