#ACB7CA

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

Shades of Echo Blue #ACB7CA

Tints of Echo Blue #ACB7CA

Color information

#ACB7CA (or 0xACB7CA) is unknown color: approx Echo Blue. HEX triplet: AC, B7 and CA. RGB value is (172,183,202). Sum of RGB (Red+Green+Blue) = 172+183+202=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACB7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7CA is #534835. Grayscale: #B5B5B5. Windows color (decimal): -5457974 or 13285292. OLE color: 13285292.

HSL color Cylindrical-coordinate representation of color #ACB7CA: hue angle of 218º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB7CA is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172183202-
CMYK0.150.0900.21
HSL218º22.06%73.33%-
HSV(B)218º14.85%79.22%-
XYZ44.6146.962.58-
YUV181.88139.36120.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 183 (71.88% from 255) = 32.85%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=30.88%
G=32.85%
B=36.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721832020.150.0900.2121822.0673.33
HexACB7CAF9015da1649
Octal254267312171102533226111
Binary1010110010110111110010101111100101010111011010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7CA; }

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

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

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

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

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

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

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

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