#AEB0CE

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

Shades of Echo Blue #AEB0CE

Tints of Echo Blue #AEB0CE

Color information

#AEB0CE (or 0xAEB0CE) is unknown color: approx Echo Blue. HEX triplet: AE, B0 and CE. RGB value is (174,176,206). Sum of RGB (Red+Green+Blue) = 174+176+206=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEB0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0CE is #514F31. Grayscale: #B2B2B2. Windows color (decimal): -5328690 or 13545646. OLE color: 13545646.

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

Color convert

RGB174176206-
CMYK0.160.1500.19
HSL236.25º24.62%74.51%-
HSV(B)236.25º15.53%80.78%-
XYZ44.1244.5164.66-
YUV178.82143.34124.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 176 (69.14% from 255) = 31.65%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=31.29%
G=31.65%
B=37.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741762060.160.1500.19236.2524.6274.51
HexAEB0CE10F013ec194b
Octal256260316201702335431113
Binary10101110101100001100111010000111101001111101100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0CE; }

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

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

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

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

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

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

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

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