#ACB8CA

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

Shades of Echo Blue #ACB8CA

Tints of Echo Blue #ACB8CA

Color information

#ACB8CA (or 0xACB8CA) is unknown color: approx Echo Blue. HEX triplet: AC, B8 and CA. RGB value is (172,184,202). Sum of RGB (Red+Green+Blue) = 172+184+202=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACB8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8CA is #534735. Grayscale: #B6B6B6. Windows color (decimal): -5457718 or 13285548. OLE color: 13285548.

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

Color convert

RGB172184202-
CMYK0.150.0900.21
HSL216º22.06%73.33%-
HSV(B)216º14.85%79.22%-
XYZ44.8147.3262.65-
YUV182.46139.02120.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 184 (72.27% from 255) = 32.97%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=30.82%
G=32.97%
B=36.20%

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
Decimal1721842020.150.0900.2121622.0673.33
HexACB8CAF9015d81649
Octal254270312171102533026111
Binary1010110010111000110010101111100101010111011000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8CA; }

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

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

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

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

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

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

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

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