#AEB2CB

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

Shades of Echo Blue #AEB2CB

Tints of Echo Blue #AEB2CB

Color information

#AEB2CB (or 0xAEB2CB) is unknown color: approx Echo Blue. HEX triplet: AE, B2 and CB. RGB value is (174,178,203). Sum of RGB (Red+Green+Blue) = 174+178+203=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEB2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2CB is #514D34. Grayscale: #B3B3B3. Windows color (decimal): -5328181 or 13349550. OLE color: 13349550.

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

Color convert

RGB174178203-
CMYK0.140.1200.20
HSL231.72º21.8%73.92%-
HSV(B)231.72º14.29%79.61%-
XYZ44.1645.1562.89-
YUV179.65141.17123.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 178 (69.92% from 255) = 32.07%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=31.35%
G=32.07%
B=36.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741782030.140.1200.20231.7221.873.92
HexAEB2CBEC014e8164a
Octal256262313161402435026112
Binary1010111010110010110010111110110001010011101000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2CB; }

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

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

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

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

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

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

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

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