#ACAFC4

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

Shades of Echo Blue #ACAFC4

Tints of Echo Blue #ACAFC4

Color information

#ACAFC4 (or 0xACAFC4) is unknown color: approx Echo Blue. HEX triplet: AC, AF and C4. RGB value is (172,175,196). Sum of RGB (Red+Green+Blue) = 172+175+196=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 196 - color contains mainly: blue. Hex color #ACAFC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFC4 is #53503B. Grayscale: #B0B0B0. Windows color (decimal): -5460028 or 12890028. OLE color: 12890028.

HSL color Cylindrical-coordinate representation of color #ACAFC4: hue angle of 232.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACAFC4 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB172175196-
CMYK0.120.1100.23
HSL232.5º16.9%72.16%-
HSV(B)232.5º12.24%76.86%-
XYZ42.3143.4258.37-
YUV176.5139.01124.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 196 (76.95% from 255) = 36.10%
R=31.68%
G=32.23%
B=36.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721751960.120.1100.23232.516.972.16
HexACAFC4CB017e81148
Octal254257304141302735021110
Binary1010110010101111110001001100101101011111101000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFC4; }

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

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

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

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

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

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

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

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