#AEAFBF

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

Shades of Echo Blue #AEAFBF

Tints of Echo Blue #AEAFBF

Color information

#AEAFBF (or 0xAEAFBF) is unknown color: approx Echo Blue. HEX triplet: AE, AF and BF. RGB value is (174,175,191). Sum of RGB (Red+Green+Blue) = 174+175+191=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEAFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFBF is #515040. Grayscale: #B0B0B0. Windows color (decimal): -5328961 or 12562350. OLE color: 12562350.

HSL color Cylindrical-coordinate representation of color #AEAFBF: hue angle of 236.47º 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 #AEAFBF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174175191-
CMYK0.090.0800.25
HSL236.47º11.72%71.57%-
HSV(B)236.47º8.9%74.9%-
XYZ42.1943.4255.45-
YUV176.52136.17126.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 191 (75% from 255) = 35.37%
R=32.22%
G=32.41%
B=35.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741751910.090.0800.25236.4711.7271.57
HexAEAFBF98019ecc48
Octal256257277111003135414110
Binary101011101010111110111111100110000110011110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFBF; }

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

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

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

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

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

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

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

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