#AEB3CC

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

Shades of Echo Blue #AEB3CC

Tints of Echo Blue #AEB3CC

Color information

#AEB3CC (or 0xAEB3CC) is unknown color: approx Echo Blue. HEX triplet: AE, B3 and CC. RGB value is (174,179,204). Sum of RGB (Red+Green+Blue) = 174+179+204=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEB3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB3CC is #514C33. Grayscale: #B4B4B4. Windows color (decimal): -5327924 or 13415342. OLE color: 13415342.

HSL color Cylindrical-coordinate representation of color #AEB3CC: hue angle of 230º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEB3CC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174179204-
CMYK0.150.1200.2
HSL230º22.73%74.12%-
HSV(B)230º14.71%80%-
XYZ44.4745.663.58-
YUV180.36141.34123.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 179 (70.31% from 255) = 32.14%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=31.24%
G=32.14%
B=36.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741792040.150.1200.223022.7374.12
HexAEB3CCFC014e6174a
Octal256263314171402434627112
Binary1010111010110011110011001111110001010011100110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3CC; }

 p { color: rgb(174,179,204); }

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

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

 a { background-color: rgb(174,179,204); }

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

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

 span { border-color: rgb(174,179,204); }

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