#ACB3CC

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

Shades of Echo Blue #ACB3CC

Tints of Echo Blue #ACB3CC

Color information

#ACB3CC (or 0xACB3CC) is unknown color: approx Echo Blue. HEX triplet: AC, B3 and CC. RGB value is (172,179,204). Sum of RGB (Red+Green+Blue) = 172+179+204=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACB3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3CC is #534C33. Grayscale: #B3B3B3. Windows color (decimal): -5458996 or 13415340. OLE color: 13415340.

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

Color convert

RGB172179204-
CMYK0.160.1200.2
HSL226.88º23.88%73.73%-
HSV(B)226.88º15.69%80%-
XYZ44.0345.3763.56-
YUV179.76141.68122.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 179 (70.31% from 255) = 32.25%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=30.99%
G=32.25%
B=36.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721792040.160.1200.2226.8823.8873.73
HexACB3CC10C014e3184a
Octal254263314201402434330112
Binary10101100101100111100110010000110001010011100011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3CC; }

 p { color: rgb(172,179,204); }

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

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

 a { background-color: rgb(172,179,204); }

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

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

 span { border-color: rgb(172,179,204); }

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