#ACAFC3

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

Shades of Echo Blue #ACAFC3

Tints of Echo Blue #ACAFC3

Color information

#ACAFC3 (or 0xACAFC3) is unknown color: approx Echo Blue. HEX triplet: AC, AF and C3. RGB value is (172,175,195). Sum of RGB (Red+Green+Blue) = 172+175+195=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACAFC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFC3 is #53503C. Grayscale: #B0B0B0. Windows color (decimal): -5460029 or 12824492. OLE color: 12824492.

HSL color Cylindrical-coordinate representation of color #ACAFC3: hue angle of 232.17º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACAFC3 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172175195-
CMYK0.120.1000.24
HSL232.17º16.08%71.96%-
HSV(B)232.17º11.79%76.47%-
XYZ42.1943.3757.78-
YUV176.38138.51124.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 195 (76.56% from 255) = 35.98%
R=31.73%
G=32.29%
B=35.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721751950.120.1000.24232.1716.0871.96
HexACAFC3CA018e81048
Octal254257303141203035020110
Binary1010110010101111110000111100101001100011101000100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFC3; }

 p { color: rgb(172,175,195); }

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

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

 a { background-color: rgb(172,175,195); }

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

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

 span { border-color: rgb(172,175,195); }

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