#AEB2C1

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

Shades of Echo Blue #AEB2C1

Tints of Echo Blue #AEB2C1

Color information

#AEB2C1 (or 0xAEB2C1) is unknown color: approx Echo Blue. HEX triplet: AE, B2 and C1. RGB value is (174,178,193). Sum of RGB (Red+Green+Blue) = 174+178+193=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEB2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2C1 is #514D3E. Grayscale: #B2B2B2. Windows color (decimal): -5328191 or 12694190. OLE color: 12694190.

HSL color Cylindrical-coordinate representation of color #AEB2C1: hue angle of 227.37º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEB2C1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174178193-
CMYK0.100.0800.24
HSL227.37º13.29%71.96%-
HSV(B)227.37º9.84%75.69%-
XYZ4344.6956.81-
YUV178.51136.17124.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 193 (75.78% from 255) = 35.41%
R=31.93%
G=32.66%
B=35.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741781930.100.0800.24227.3713.2971.96
HexAEB2C1A8018e3d48
Octal256262301121003034315110
Binary101011101011001011000001101010000110001110001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2C1; }

 p { color: rgb(174,178,193); }

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

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

 a { background-color: rgb(174,178,193); }

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

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

 span { border-color: rgb(174,178,193); }

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