#ACAFC9

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

Shades of Echo Blue #ACAFC9

Tints of Echo Blue #ACAFC9

Color information

#ACAFC9 (or 0xACAFC9) is unknown color: approx Echo Blue. HEX triplet: AC, AF and C9. RGB value is (172,175,201). Sum of RGB (Red+Green+Blue) = 172+175+201=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 201 - color contains mainly: blue. Hex color #ACAFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFC9 is #535036. Grayscale: #B0B0B0. Windows color (decimal): -5460023 or 13217708. OLE color: 13217708.

HSL color Cylindrical-coordinate representation of color #ACAFC9: hue angle of 233.79º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACAFC9 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172175201-
CMYK0.140.1300.21
HSL233.79º21.17%73.14%-
HSV(B)233.79º14.43%78.82%-
XYZ42.8943.6561.42-
YUV177.07141.51124.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 201 (78.91% from 255) = 36.68%
R=31.39%
G=31.93%
B=36.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721752010.140.1300.21233.7921.1773.14
HexACAFC9ED015ea1549
Octal254257311161502535225111
Binary1010110010101111110010011110110101010111101010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFC9; }

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

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

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

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

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

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

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

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