#ACADC0

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

Shades of Echo Blue #ACADC0

Tints of Echo Blue #ACADC0

Color information

#ACADC0 (or 0xACADC0) is unknown color: approx Echo Blue. HEX triplet: AC, AD and C0. RGB value is (172,173,192). Sum of RGB (Red+Green+Blue) = 172+173+192=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADC0 is #53523F. Grayscale: #AEAEAE. Windows color (decimal): -5460544 or 12627372. OLE color: 12627372.

HSL color Cylindrical-coordinate representation of color #ACADC0: hue angle of 237º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACADC0 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172173192-
CMYK0.100.1000.25
HSL237º13.7%71.37%-
HSV(B)237º10.42%75.29%-
XYZ41.4742.4655.88-
YUV174.87137.67125.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=32.03%
G=32.22%
B=35.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721731920.100.1000.2523713.771.37
HexACADC0AA019ede47
Octal254255300121203135516107
Binary101011001010110111000000101010100110011110110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADC0; }

 p { color: rgb(172,173,192); }

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

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

 a { background-color: rgb(172,173,192); }

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

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

 span { border-color: rgb(172,173,192); }

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