#ACAFD0

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

Shades of Echo Blue #ACAFD0

Tints of Echo Blue #ACAFD0

Color information

#ACAFD0 (or 0xACAFD0) is unknown color: approx Echo Blue. HEX triplet: AC, AF and D0. RGB value is (172,175,208). Sum of RGB (Red+Green+Blue) = 172+175+208=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACAFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFD0 is #53502F. Grayscale: #B1B1B1. Windows color (decimal): -5460016 or 13676460. OLE color: 13676460.

HSL color Cylindrical-coordinate representation of color #ACAFD0: hue angle of 235º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACAFD0 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172175208-
CMYK0.170.1600.18
HSL235º27.69%74.51%-
HSV(B)235º17.31%81.57%-
XYZ43.7343.9865.86-
YUV177.86145.01123.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 208 (81.64% from 255) = 37.48%
R=30.99%
G=31.53%
B=37.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721752080.170.1600.1823527.6974.51
HexACAFD01110012eb1c4b
Octal254257320212002235334113
Binary101011001010111111010000100011000001001011101011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFD0; }

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

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

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

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

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

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

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

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