#AEB4CB

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

Shades of Echo Blue #AEB4CB

Tints of Echo Blue #AEB4CB

Color information

#AEB4CB (or 0xAEB4CB) is unknown color: approx Echo Blue. HEX triplet: AE, B4 and CB. RGB value is (174,180,203). Sum of RGB (Red+Green+Blue) = 174+180+203=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEB4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4CB is #514B34. Grayscale: #B4B4B4. Windows color (decimal): -5327669 or 13350062. OLE color: 13350062.

HSL color Cylindrical-coordinate representation of color #AEB4CB: hue angle of 227.59º 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 #AEB4CB is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174180203-
CMYK0.140.1100.20
HSL227.59º21.8%73.92%-
HSV(B)227.59º14.29%79.61%-
XYZ44.5645.9563.02-
YUV180.83140.51123.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 180 (70.70% from 255) = 32.32%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=31.24%
G=32.32%
B=36.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741802030.140.1100.20227.5921.873.92
HexAEB4CBEB014e4164a
Octal256264313161302434426112
Binary1010111010110100110010111110101101010011100100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4CB; }

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

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

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

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

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

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

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

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