#AEAFBE

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

Shades of Echo Blue #AEAFBE

Tints of Echo Blue #AEAFBE

Color information

#AEAFBE (or 0xAEAFBE) is unknown color: approx Echo Blue. HEX triplet: AE, AF and BE. RGB value is (174,175,190). Sum of RGB (Red+Green+Blue) = 174+175+190=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #AEAFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFBE is #515041. Grayscale: #B0B0B0. Windows color (decimal): -5328962 or 12496814. OLE color: 12496814.

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

Color convert

RGB174175190-
CMYK0.080.0800.25
HSL236.25º10.96%71.37%-
HSV(B)236.25º8.42%74.51%-
XYZ42.0843.3854.87-
YUV176.41135.67126.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=32.28%
G=32.47%
B=35.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741751900.080.0800.25236.2510.9671.37
HexAEAFBE88019ecb47
Octal256257276101003135413107
Binary101011101010111110111110100010000110011110110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFBE; }

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

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

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

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

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

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

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

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