#AEB7CC

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

Shades of Echo Blue #AEB7CC

Tints of Echo Blue #AEB7CC

Color information

#AEB7CC (or 0xAEB7CC) is unknown color: approx Echo Blue. HEX triplet: AE, B7 and CC. RGB value is (174,183,204). Sum of RGB (Red+Green+Blue) = 174+183+204=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEB7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB7CC is #514833. Grayscale: #B6B6B6. Windows color (decimal): -5326900 or 13416366. OLE color: 13416366.

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

Color convert

RGB174183204-
CMYK0.150.1000.2
HSL222º22.73%74.12%-
HSV(B)222º14.71%80%-
XYZ45.2947.2363.86-
YUV182.7140.02121.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 183 (71.88% from 255) = 32.62%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=31.02%
G=32.62%
B=36.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741832040.150.1000.222222.7374.12
HexAEB7CCFA014de174a
Octal256267314171202433627112
Binary1010111010110111110011001111101001010011011110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB7CC; }

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

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

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

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

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

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

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

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