#AEB5CB

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

Shades of Echo Blue #AEB5CB

Tints of Echo Blue #AEB5CB

Color information

#AEB5CB (or 0xAEB5CB) is unknown color: approx Echo Blue. HEX triplet: AE, B5 and CB. RGB value is (174,181,203). Sum of RGB (Red+Green+Blue) = 174+181+203=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEB5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5CB is #514A34. Grayscale: #B5B5B5. Windows color (decimal): -5327413 or 13350318. OLE color: 13350318.

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

Color convert

RGB174181203-
CMYK0.140.1100.20
HSL225.52º21.8%73.92%-
HSV(B)225.52º14.29%79.61%-
XYZ44.7646.3663.09-
YUV181.42140.18122.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.18%
GREEN value IS 181 (71.09% from 255) = 32.44%
BLUE value IS 203 (79.69% from 255) = 36.38%
R=31.18%
G=32.44%
B=36.38%

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
Decimal1741812030.140.1100.20225.5221.873.92
HexAEB5CBEB014e2164a
Octal256265313161302434226112
Binary1010111010110101110010111110101101010011100010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5CB; }

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

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

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

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

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

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

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

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