#AEAFC9

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

Shades of Echo Blue #AEAFC9

Tints of Echo Blue #AEAFC9

Color information

#AEAFC9 (or 0xAEAFC9) is unknown color: approx Echo Blue. HEX triplet: AE, AF and C9. RGB value is (174,175,201). Sum of RGB (Red+Green+Blue) = 174+175+201=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEAFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFC9 is #515036. Grayscale: #B1B1B1. Windows color (decimal): -5328951 or 13217710. OLE color: 13217710.

HSL color Cylindrical-coordinate representation of color #AEAFC9: hue angle of 237.78º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEAFC9 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174175201-
CMYK0.130.1300.21
HSL237.78º20%73.53%-
HSV(B)237.78º13.43%78.82%-
XYZ43.3343.8861.44-
YUV177.66141.17125.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 201 (78.91% from 255) = 36.55%
R=31.64%
G=31.82%
B=36.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741752010.130.1300.21237.782073.53
HexAEAFC9DD015ee144a
Octal256257311151502535624112
Binary1010111010101111110010011101110101010111101110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFC9; }

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

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

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

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

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

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

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

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