#AEB1CB

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

Shades of Echo Blue #AEB1CB

Tints of Echo Blue #AEB1CB

Color information

#AEB1CB (or 0xAEB1CB) is unknown color: approx Echo Blue. HEX triplet: AE, B1 and CB. RGB value is (174,177,203). Sum of RGB (Red+Green+Blue) = 174+177+203=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEB1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1CB is #514E34. Grayscale: #B2B2B2. Windows color (decimal): -5328437 or 13349294. OLE color: 13349294.

HSL color Cylindrical-coordinate representation of color #AEB1CB: hue angle of 233.79º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEB1CB is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174177203-
CMYK0.140.1300.20
HSL233.79º21.8%73.92%-
HSV(B)233.79º14.29%79.61%-
XYZ43.9644.7562.82-
YUV179.07141.51124.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.41%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=31.41%
G=31.95%
B=36.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741772030.140.1300.20233.7921.873.92
HexAEB1CBED014ea164a
Octal256261313161502435226112
Binary1010111010110001110010111110110101010011101010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1CB; }

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

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

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

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

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

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

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

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