#ACAED1

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

Shades of Echo Blue #ACAED1

Tints of Echo Blue #ACAED1

Color information

#ACAED1 (or 0xACAED1) is unknown color: approx Echo Blue. HEX triplet: AC, AE and D1. RGB value is (172,174,209). Sum of RGB (Red+Green+Blue) = 172+174+209=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 209 - color contains mainly: blue. Hex color #ACAED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAED1 is #53512E. Grayscale: #B1B1B1. Windows color (decimal): -5460271 or 13741740. OLE color: 13741740.

HSL color Cylindrical-coordinate representation of color #ACAED1: hue angle of 236.76º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACAED1 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172174209-
CMYK0.180.1700.18
HSL236.76º28.68%74.71%-
HSV(B)236.76º17.7%81.96%-
XYZ43.6643.6566.45-
YUV177.39145.84124.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 209 (82.03% from 255) = 37.66%
R=30.99%
G=31.35%
B=37.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721742090.180.1700.18236.7628.6874.71
HexACAED11211012ed1d4b
Octal254256321222102235535113
Binary101011001010111011010001100101000101001011101101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAED1; }

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

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

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

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

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

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

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

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