#AEB1CD

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

Shades of Echo Blue #AEB1CD

Tints of Echo Blue #AEB1CD

Color information

#AEB1CD (or 0xAEB1CD) is unknown color: approx Echo Blue. HEX triplet: AE, B1 and CD. RGB value is (174,177,205). Sum of RGB (Red+Green+Blue) = 174+177+205=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEB1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1CD is #514E32. Grayscale: #B3B3B3. Windows color (decimal): -5328435 or 13480366. OLE color: 13480366.

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

Color convert

RGB174177205-
CMYK0.150.1400.20
HSL234.19º23.66%74.31%-
HSV(B)234.19º15.12%80.39%-
XYZ44.244.8564.09-
YUV179.3142.51124.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 177 (69.53% from 255) = 31.83%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=31.29%
G=31.83%
B=36.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741772050.150.1400.20234.1923.6674.31
HexAEB1CDFE014ea184a
Octal256261315171602435230112
Binary1010111010110001110011011111111001010011101010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1CD; }

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

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

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

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

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

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

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

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