#AEB5CC

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

Shades of Echo Blue #AEB5CC

Tints of Echo Blue #AEB5CC

Color information

#AEB5CC (or 0xAEB5CC) is unknown color: approx Echo Blue. HEX triplet: AE, B5 and CC. RGB value is (174,181,204). Sum of RGB (Red+Green+Blue) = 174+181+204=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEB5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5CC is #514A33. Grayscale: #B5B5B5. Windows color (decimal): -5327412 or 13415854. OLE color: 13415854.

HSL color Cylindrical-coordinate representation of color #AEB5CC: hue angle of 226º 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 #AEB5CC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174181204-
CMYK0.150.1100.2
HSL226º22.73%74.12%-
HSV(B)226º14.71%80%-
XYZ44.8846.4163.72-
YUV181.53140.68122.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 181 (71.09% from 255) = 32.38%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=31.13%
G=32.38%
B=36.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741812040.150.1100.222622.7374.12
HexAEB5CCFB014e2174a
Octal256265314171302434227112
Binary1010111010110101110011001111101101010011100010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5CC; }

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

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

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

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

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

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

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

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