#ACAFC5

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

Shades of Echo Blue #ACAFC5

Tints of Echo Blue #ACAFC5

Color information

#ACAFC5 (or 0xACAFC5) is unknown color: approx Echo Blue. HEX triplet: AC, AF and C5. RGB value is (172,175,197). Sum of RGB (Red+Green+Blue) = 172+175+197=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 197 - color contains mainly: blue. Hex color #ACAFC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFC5 is #53503A. Grayscale: #B0B0B0. Windows color (decimal): -5460027 or 12955564. OLE color: 12955564.

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

Color convert

RGB172175197-
CMYK0.130.1100.23
HSL232.8º17.73%72.35%-
HSV(B)232.8º12.69%77.25%-
XYZ42.4243.4658.98-
YUV176.61139.51124.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 197 (77.34% from 255) = 36.21%
R=31.62%
G=32.17%
B=36.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721751970.130.1100.23232.817.7372.35
HexACAFC5DB017e91248
Octal254257305151302735122110
Binary1010110010101111110001011101101101011111101001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFC5; }

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

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

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

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

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

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

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

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