#AEB1BF

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

Shades of Echo Blue #AEB1BF

Tints of Echo Blue #AEB1BF

Color information

#AEB1BF (or 0xAEB1BF) is unknown color: approx Echo Blue. HEX triplet: AE, B1 and BF. RGB value is (174,177,191). Sum of RGB (Red+Green+Blue) = 174+177+191=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEB1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1BF is #514E40. Grayscale: #B1B1B1. Windows color (decimal): -5328449 or 12562862. OLE color: 12562862.

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

Color convert

RGB174177191-
CMYK0.090.0700.25
HSL229.41º11.72%71.57%-
HSV(B)229.41º8.9%74.9%-
XYZ42.5844.255.58-
YUV177.7135.51125.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 177 (69.53% from 255) = 32.66%
BLUE value IS 191 (75% from 255) = 35.24%
R=32.10%
G=32.66%
B=35.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741771910.090.0700.25229.4111.7271.57
HexAEB1BF97019e5c48
Octal25626127711703134514110
Binary10101110101100011011111110011110110011110010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1BF; }

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

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

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

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

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

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

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

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