#AEB6CF

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

Shades of Echo Blue #AEB6CF

Tints of Echo Blue #AEB6CF

Color information

#AEB6CF (or 0xAEB6CF) is unknown color: approx Echo Blue. HEX triplet: AE, B6 and CF. RGB value is (174,182,207). Sum of RGB (Red+Green+Blue) = 174+182+207=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEB6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6CF is #514930. Grayscale: #B6B6B6. Windows color (decimal): -5327153 or 13612718. OLE color: 13612718.

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

Color convert

RGB174182207-
CMYK0.160.1200.19
HSL225.45º25.58%74.71%-
HSV(B)225.45º15.94%81.18%-
XYZ45.4546.9665.7-
YUV182.46141.85121.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.91%
GREEN value IS 182 (71.48% from 255) = 32.33%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=30.91%
G=32.33%
B=36.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741822070.160.1200.19225.4525.5874.71
HexAEB6CF10C013e11a4b
Octal256266317201402334132113
Binary10101110101101101100111110000110001001111100001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6CF; }

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

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

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

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

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

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

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

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