#ACB7CC

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

Shades of Echo Blue #ACB7CC

Tints of Echo Blue #ACB7CC

Color information

#ACB7CC (or 0xACB7CC) is unknown color: approx Echo Blue. HEX triplet: AC, B7 and CC. RGB value is (172,183,204). Sum of RGB (Red+Green+Blue) = 172+183+204=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACB7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7CC is #534833. Grayscale: #B6B6B6. Windows color (decimal): -5457972 or 13416364. OLE color: 13416364.

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

Color convert

RGB172183204-
CMYK0.160.1000.2
HSL219.38º23.88%73.73%-
HSV(B)219.38º15.69%80%-
XYZ44.854763.83-
YUV182.1140.36120.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 183 (71.88% from 255) = 32.74%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=30.77%
G=32.74%
B=36.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721832040.160.1000.2219.3823.8873.73
HexACB7CC10A014db184a
Octal254267314201202433330112
Binary10101100101101111100110010000101001010011011011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7CC; }

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

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

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

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

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

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

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

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