#AEB0C9

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

Shades of Echo Blue #AEB0C9

Tints of Echo Blue #AEB0C9

Color information

#AEB0C9 (or 0xAEB0C9) is unknown color: approx Echo Blue. HEX triplet: AE, B0 and C9. RGB value is (174,176,201). Sum of RGB (Red+Green+Blue) = 174+176+201=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEB0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0C9 is #514F36. Grayscale: #B2B2B2. Windows color (decimal): -5328695 or 13217966. OLE color: 13217966.

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

Color convert

RGB174176201-
CMYK0.130.1200.21
HSL235.56º20%73.53%-
HSV(B)235.56º13.43%78.82%-
XYZ43.5244.2761.51-
YUV178.25140.84124.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=31.58%
G=31.94%
B=36.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741762010.130.1200.21235.562073.53
HexAEB0C9DC015ec144a
Octal256260311151402535424112
Binary1010111010110000110010011101110001010111101100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0C9; }

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

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

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

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

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

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

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

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