#ACB6C3

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

Shades of Echo Blue #ACB6C3

Tints of Echo Blue #ACB6C3

Color information

#ACB6C3 (or 0xACB6C3) is unknown color: approx Echo Blue. HEX triplet: AC, B6 and C3. RGB value is (172,182,195). Sum of RGB (Red+Green+Blue) = 172+182+195=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACB6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6C3 is #53493C. Grayscale: #B4B4B4. Windows color (decimal): -5458237 or 12826284. OLE color: 12826284.

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

Color convert

RGB172182195-
CMYK0.120.0700.24
HSL213.91º16.08%71.96%-
HSV(B)213.91º11.79%76.47%-
XYZ43.5946.1758.24-
YUV180.49136.19121.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 182 (71.48% from 255) = 33.15%
BLUE value IS 195 (76.56% from 255) = 35.52%
R=31.33%
G=33.15%
B=35.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721821950.120.0700.24213.9116.0871.96
HexACB6C3C7018d61048
Octal25426630314703032620110
Binary101011001011011011000011110011101100011010110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB6C3; }

 p { color: rgb(172,182,195); }

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

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

 a { background-color: rgb(172,182,195); }

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

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

 span { border-color: rgb(172,182,195); }

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