#AEB1CF

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

Shades of Echo Blue #AEB1CF

Tints of Echo Blue #AEB1CF

Color information

#AEB1CF (or 0xAEB1CF) is unknown color: approx Echo Blue. HEX triplet: AE, B1 and CF. RGB value is (174,177,207). Sum of RGB (Red+Green+Blue) = 174+177+207=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEB1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1CF is #514E30. Grayscale: #B3B3B3. Windows color (decimal): -5328433 or 13611438. OLE color: 13611438.

HSL color Cylindrical-coordinate representation of color #AEB1CF: hue angle of 234.55º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEB1CF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174177207-
CMYK0.160.1400.19
HSL234.55º25.58%74.71%-
HSV(B)234.55º15.94%81.18%-
XYZ44.4444.9565.37-
YUV179.52143.51124.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.18%
GREEN value IS 177 (69.53% from 255) = 31.72%
BLUE value IS 207 (81.25% from 255) = 37.10%
R=31.18%
G=31.72%
B=37.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741772070.160.1400.19234.5525.5874.71
HexAEB1CF10E013eb1a4b
Octal256261317201602335332113
Binary10101110101100011100111110000111001001111101011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1CF; }

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

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

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

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

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

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

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

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