#AEB3CB

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

Shades of Echo Blue #AEB3CB

Tints of Echo Blue #AEB3CB

Color information

#AEB3CB (or 0xAEB3CB) is unknown color: approx Echo Blue. HEX triplet: AE, B3 and CB. RGB value is (174,179,203). Sum of RGB (Red+Green+Blue) = 174+179+203=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEB3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB3CB is #514C34. Grayscale: #B4B4B4. Windows color (decimal): -5327925 or 13349806. OLE color: 13349806.

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

Color convert

RGB174179203-
CMYK0.140.1200.20
HSL229.66º21.8%73.92%-
HSV(B)229.66º14.29%79.61%-
XYZ44.3645.5562.95-
YUV180.24140.84123.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 179 (70.31% from 255) = 32.19%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=31.29%
G=32.19%
B=36.51%

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
Decimal1741792030.140.1200.20229.6621.873.92
HexAEB3CBEC014e6164a
Octal256263313161402434626112
Binary1010111010110011110010111110110001010011100110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3CB; }

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

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

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

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

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

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

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

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