#AEB6CC

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

Shades of Echo Blue #AEB6CC

Tints of Echo Blue #AEB6CC

Color information

#AEB6CC (or 0xAEB6CC) is unknown color: approx Echo Blue. HEX triplet: AE, B6 and CC. RGB value is (174,182,204). Sum of RGB (Red+Green+Blue) = 174+182+204=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEB6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6CC is #514933. Grayscale: #B6B6B6. Windows color (decimal): -5327156 or 13416110. OLE color: 13416110.

HSL color Cylindrical-coordinate representation of color #AEB6CC: hue angle of 224º degrees, saturation: 0.23, 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 #AEB6CC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174182204-
CMYK0.150.1100.2
HSL224º22.73%74.12%-
HSV(B)224º14.71%80%-
XYZ45.0846.8163.79-
YUV182.12140.35122.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 182 (71.48% from 255) = 32.5%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=31.07%
G=32.5%
B=36.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741822040.150.1100.222422.7374.12
HexAEB6CCFB014e0174a
Octal256266314171302434027112
Binary1010111010110110110011001111101101010011100000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6CC; }

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

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

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

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

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

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

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

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