#ACB0CC

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

Shades of Echo Blue #ACB0CC

Tints of Echo Blue #ACB0CC

Color information

#ACB0CC (or 0xACB0CC) is unknown color: approx Echo Blue. HEX triplet: AC, B0 and CC. RGB value is (172,176,204). Sum of RGB (Red+Green+Blue) = 172+176+204=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACB0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0CC is #534F33. Grayscale: #B1B1B1. Windows color (decimal): -5459764 or 13414572. OLE color: 13414572.

HSL color Cylindrical-coordinate representation of color #ACB0CC: hue angle of 232.5º 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 #ACB0CC is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172176204-
CMYK0.160.1400.2
HSL232.5º23.88%73.73%-
HSV(B)232.5º15.69%80%-
XYZ43.4444.1863.37-
YUV178142.67123.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 176 (69.14% from 255) = 31.88%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=31.16%
G=31.88%
B=36.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721762040.160.1400.2232.523.8873.73
HexACB0CC10E014e8184a
Octal254260314201602435030112
Binary10101100101100001100110010000111001010011101000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0CC; }

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

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

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

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

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

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

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

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