#ACAED5

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

Shades of Echo Blue #ACAED5

Tints of Echo Blue #ACAED5

Color information

#ACAED5 (or 0xACAED5) is unknown color: approx Echo Blue. HEX triplet: AC, AE and D5. RGB value is (172,174,213). Sum of RGB (Red+Green+Blue) = 172+174+213=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACAED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAED5 is #53512A. Grayscale: #B1B1B1. Windows color (decimal): -5460267 or 14003884. OLE color: 14003884.

HSL color Cylindrical-coordinate representation of color #ACAED5: hue angle of 237.07º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACAED5 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172174213-
CMYK0.190.1800.16
HSL237.07º32.8%75.49%-
HSV(B)237.07º19.25%83.53%-
XYZ44.1643.8569.09-
YUV177.85147.84123.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 213 (83.59% from 255) = 38.10%
R=30.77%
G=31.13%
B=38.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721742130.190.1800.16237.0732.875.49
HexACAED51312010ed214b
Octal254256325232202035541113
Binary1010110010101110110101011001110010010000111011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAED5; }

 p { color: rgb(172,174,213); }

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

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

 a { background-color: rgb(172,174,213); }

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

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

 span { border-color: rgb(172,174,213); }

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