#ACAFD5

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

Shades of Echo Blue #ACAFD5

Tints of Echo Blue #ACAFD5

Color information

#ACAFD5 (or 0xACAFD5) is unknown color: approx Echo Blue. HEX triplet: AC, AF and D5. RGB value is (172,175,213). Sum of RGB (Red+Green+Blue) = 172+175+213=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACAFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFD5 is #53502A. Grayscale: #B2B2B2. Windows color (decimal): -5460011 or 14004140. OLE color: 14004140.

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

Color convert

RGB172175213-
CMYK0.190.1800.16
HSL235.61º32.8%75.49%-
HSV(B)235.61º19.25%83.53%-
XYZ44.3544.2369.15-
YUV178.44147.51123.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 213 (83.59% from 255) = 38.04%
R=30.71%
G=31.25%
B=38.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721752130.190.1800.16235.6132.875.49
HexACAFD51312010ec214b
Octal254257325232202035441113
Binary1010110010101111110101011001110010010000111011001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFD5; }

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

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

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

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

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

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

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

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