#ACB4CA

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

Shades of Echo Blue #ACB4CA

Tints of Echo Blue #ACB4CA

Color information

#ACB4CA (or 0xACB4CA) is unknown color: approx Echo Blue. HEX triplet: AC, B4 and CA. RGB value is (172,180,202). Sum of RGB (Red+Green+Blue) = 172+180+202=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACB4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4CA is #534B35. Grayscale: #B4B4B4. Windows color (decimal): -5458742 or 13284524. OLE color: 13284524.

HSL color Cylindrical-coordinate representation of color #ACB4CA: hue angle of 224º 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 #ACB4CA is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172180202-
CMYK0.150.1100.21
HSL224º22.06%73.33%-
HSV(B)224º14.85%79.22%-
XYZ4445.6862.37-
YUV180.12140.35122.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 180 (70.70% from 255) = 32.49%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=31.05%
G=32.49%
B=36.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721802020.150.1100.2122422.0673.33
HexACB4CAFB015e01649
Octal254264312171302534026111
Binary1010110010110100110010101111101101010111100000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4CA; }

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

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

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

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

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

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

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

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