#AEB4CF

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

Shades of Echo Blue #AEB4CF

Tints of Echo Blue #AEB4CF

Color information

#AEB4CF (or 0xAEB4CF) is unknown color: approx Echo Blue. HEX triplet: AE, B4 and CF. RGB value is (174,180,207). Sum of RGB (Red+Green+Blue) = 174+180+207=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEB4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4CF is #514B30. Grayscale: #B5B5B5. Windows color (decimal): -5327665 or 13612206. OLE color: 13612206.

HSL color Cylindrical-coordinate representation of color #AEB4CF: hue angle of 229.09º 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 #AEB4CF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174180207-
CMYK0.160.1300.19
HSL229.09º25.58%74.71%-
HSV(B)229.09º15.94%81.18%-
XYZ45.0446.1565.56-
YUV181.28142.51122.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 180 (70.70% from 255) = 32.09%
BLUE value IS 207 (81.25% from 255) = 36.90%
R=31.02%
G=32.09%
B=36.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741802070.160.1300.19229.0925.5874.71
HexAEB4CF10D013e51a4b
Octal256264317201502334532113
Binary10101110101101001100111110000110101001111100101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4CF; }

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

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

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

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

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

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

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

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