#AEB4C9

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

Shades of Echo Blue #AEB4C9

Tints of Echo Blue #AEB4C9

Color information

#AEB4C9 (or 0xAEB4C9) is unknown color: approx Echo Blue. HEX triplet: AE, B4 and C9. RGB value is (174,180,201). Sum of RGB (Red+Green+Blue) = 174+180+201=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEB4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4C9 is #514B36. Grayscale: #B4B4B4. Windows color (decimal): -5327671 or 13218990. OLE color: 13218990.

HSL color Cylindrical-coordinate representation of color #AEB4C9: hue angle of 226.67º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEB4C9 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174180201-
CMYK0.130.1000.21
HSL226.67º20%73.53%-
HSV(B)226.67º13.43%78.82%-
XYZ44.3245.8661.77-
YUV180.6139.51123.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 201 (78.91% from 255) = 36.22%
R=31.35%
G=32.43%
B=36.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741802010.130.1000.21226.672073.53
HexAEB4C9DA015e3144a
Octal256264311151202534324112
Binary1010111010110100110010011101101001010111100011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4C9; }

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

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

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

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

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

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

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

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