#ACAFCC

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

Shades of Echo Blue #ACAFCC

Tints of Echo Blue #ACAFCC

Color information

#ACAFCC (or 0xACAFCC) is unknown color: approx Echo Blue. HEX triplet: AC, AF and CC. RGB value is (172,175,204). Sum of RGB (Red+Green+Blue) = 172+175+204=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFCC is #535033. Grayscale: #B1B1B1. Windows color (decimal): -5460020 or 13414316. OLE color: 13414316.

HSL color Cylindrical-coordinate representation of color #ACAFCC: hue angle of 234.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACAFCC is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172175204-
CMYK0.160.1400.2
HSL234.38º23.88%73.73%-
HSV(B)234.38º15.69%80%-
XYZ43.2443.7963.3-
YUV177.41143.01124.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=31.22%
G=31.76%
B=37.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721752040.160.1400.2234.3823.8873.73
HexACAFCC10E014ea184a
Octal254257314201602435230112
Binary10101100101011111100110010000111001010011101010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFCC; }

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

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

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

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

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

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

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

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