#ACADC2

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

Shades of Echo Blue #ACADC2

Tints of Echo Blue #ACADC2

Color information

#ACADC2 (or 0xACADC2) is unknown color: approx Echo Blue. HEX triplet: AC, AD and C2. RGB value is (172,173,194). Sum of RGB (Red+Green+Blue) = 172+173+194=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADC2 is #53523D. Grayscale: #AFAFAF. Windows color (decimal): -5460542 or 12758444. OLE color: 12758444.

HSL color Cylindrical-coordinate representation of color #ACADC2: hue angle of 237.27º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACADC2 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172173194-
CMYK0.110.1100.24
HSL237.27º15.28%71.76%-
HSV(B)237.27º11.34%76.08%-
XYZ41.6942.5557.05-
YUV175.09138.67125.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 194 (76.17% from 255) = 35.99%
R=31.91%
G=32.10%
B=35.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721731940.110.1100.24237.2715.2871.76
HexACADC2BB018edf48
Octal254255302131303035517110
Binary101011001010110111000010101110110110001110110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADC2; }

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

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

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

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

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

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

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

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