#ACAFC1

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

Shades of Echo Blue #ACAFC1

Tints of Echo Blue #ACAFC1

Color information

#ACAFC1 (or 0xACAFC1) is unknown color: approx Echo Blue. HEX triplet: AC, AF and C1. RGB value is (172,175,193). Sum of RGB (Red+Green+Blue) = 172+175+193=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACAFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFC1 is #53503E. Grayscale: #B0B0B0. Windows color (decimal): -5460031 or 12693420. OLE color: 12693420.

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

Color convert

RGB172175193-
CMYK0.110.0900.24
HSL231.43º14.48%71.57%-
HSV(B)231.43º10.88%75.69%-
XYZ41.9743.2856.59-
YUV176.16137.51125.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=31.85%
G=32.41%
B=35.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721751930.110.0900.24231.4314.4871.57
HexACAFC1B9018e7e48
Octal254257301131103034716110
Binary101011001010111111000001101110010110001110011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFC1; }

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

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

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

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

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

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

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

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