#ACB9CA

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

Shades of Echo Blue #ACB9CA

Tints of Echo Blue #ACB9CA

Color information

#ACB9CA (or 0xACB9CA) is unknown color: approx Echo Blue. HEX triplet: AC, B9 and CA. RGB value is (172,185,202). Sum of RGB (Red+Green+Blue) = 172+185+202=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACB9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9CA is #534635. Grayscale: #B6B6B6. Windows color (decimal): -5457462 or 13285804. OLE color: 13285804.

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

Color convert

RGB172185202-
CMYK0.150.0800.21
HSL214º22.06%73.33%-
HSV(B)214º14.85%79.22%-
XYZ45.0247.7362.72-
YUV183.05138.69120.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=30.77%
G=33.09%
B=36.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721852020.150.0800.2121422.0673.33
HexACB9CAF8015d61649
Octal254271312171002532626111
Binary1010110010111001110010101111100001010111010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9CA; }

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

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

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

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

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

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

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

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