#AEAFC0

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

Shades of Echo Blue #AEAFC0

Tints of Echo Blue #AEAFC0

Color information

#AEAFC0 (or 0xAEAFC0) is unknown color: approx Echo Blue. HEX triplet: AE, AF and C0. RGB value is (174,175,192). Sum of RGB (Red+Green+Blue) = 174+175+192=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEAFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFC0 is #51503F. Grayscale: #B0B0B0. Windows color (decimal): -5328960 or 12627886. OLE color: 12627886.

HSL color Cylindrical-coordinate representation of color #AEAFC0: hue angle of 236.67º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEAFC0 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174175192-
CMYK0.090.0900.25
HSL236.67º12.5%71.76%-
HSV(B)236.67º9.38%75.29%-
XYZ42.343.4656.03-
YUV176.64136.67126.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 192 (75.39% from 255) = 35.49%
R=32.16%
G=32.35%
B=35.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741751920.090.0900.25236.6712.571.76
HexAEAFC099019edc48
Octal256257300111103135514110
Binary101011101010111111000000100110010110011110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFC0; }

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

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

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

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

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

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

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

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