#ACB7CE

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

Shades of Echo Blue #ACB7CE

Tints of Echo Blue #ACB7CE

Color information

#ACB7CE (or 0xACB7CE) is unknown color: approx Echo Blue. HEX triplet: AC, B7 and CE. RGB value is (172,183,206). Sum of RGB (Red+Green+Blue) = 172+183+206=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACB7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7CE is #534831. Grayscale: #B6B6B6. Windows color (decimal): -5457970 or 13547436. OLE color: 13547436.

HSL color Cylindrical-coordinate representation of color #ACB7CE: hue angle of 220.59º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACB7CE is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172183206-
CMYK0.170.1100.19
HSL220.59º25.76%74.12%-
HSV(B)220.59º16.5%80.78%-
XYZ45.0947.0965.11-
YUV182.33141.36120.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 183 (71.88% from 255) = 32.62%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=30.66%
G=32.62%
B=36.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721832060.170.1100.19220.5925.7674.12
HexACB7CE11B013dd1a4a
Octal254267316211302333532112
Binary10101100101101111100111010001101101001111011101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7CE; }

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

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

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

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

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

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

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

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