#AEB4CE

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

Shades of Echo Blue #AEB4CE

Tints of Echo Blue #AEB4CE

Color information

#AEB4CE (or 0xAEB4CE) is unknown color: approx Echo Blue. HEX triplet: AE, B4 and CE. RGB value is (174,180,206). Sum of RGB (Red+Green+Blue) = 174+180+206=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEB4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4CE is #514B31. Grayscale: #B5B5B5. Windows color (decimal): -5327666 or 13546670. OLE color: 13546670.

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

Color convert

RGB174180206-
CMYK0.160.1300.19
HSL228.75º24.62%74.51%-
HSV(B)228.75º15.53%80.78%-
XYZ44.9246.164.92-
YUV181.17142.01122.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 180 (70.70% from 255) = 32.14%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=31.07%
G=32.14%
B=36.79%

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
Decimal1741802060.160.1300.19228.7524.6274.51
HexAEB4CE10D013e5194b
Octal256264316201502334531113
Binary10101110101101001100111010000110101001111100101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4CE; }

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

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

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

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

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

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

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

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