#AEB8CE

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

Shades of Echo Blue #AEB8CE

Tints of Echo Blue #AEB8CE

Color information

#AEB8CE (or 0xAEB8CE) is unknown color: approx Echo Blue. HEX triplet: AE, B8 and CE. RGB value is (174,184,206). Sum of RGB (Red+Green+Blue) = 174+184+206=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEB8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB8CE is #514731. Grayscale: #B7B7B7. Windows color (decimal): -5326642 or 13547694. OLE color: 13547694.

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

Color convert

RGB174184206-
CMYK0.160.1100.19
HSL221.25º24.62%74.51%-
HSV(B)221.25º15.53%80.78%-
XYZ45.7447.7465.2-
YUV183.52140.69121.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 184 (72.27% from 255) = 32.62%
BLUE value IS 206 (80.86% from 255) = 36.52%
R=30.85%
G=32.62%
B=36.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741842060.160.1100.19221.2524.6274.51
HexAEB8CE10B013dd194b
Octal256270316201302333531113
Binary10101110101110001100111010000101101001111011101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB8CE; }

 p { color: rgb(174,184,206); }

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

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

 a { background-color: rgb(174,184,206); }

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

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

 span { border-color: rgb(174,184,206); }

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