#ACAFCD

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

Shades of Echo Blue #ACAFCD

Tints of Echo Blue #ACAFCD

Color information

#ACAFCD (or 0xACAFCD) is unknown color: approx Echo Blue. HEX triplet: AC, AF and CD. RGB value is (172,175,205). Sum of RGB (Red+Green+Blue) = 172+175+205=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFCD is #535032. Grayscale: #B1B1B1. Windows color (decimal): -5460019 or 13479852. OLE color: 13479852.

HSL color Cylindrical-coordinate representation of color #ACAFCD: hue angle of 234.55º degrees, saturation: 0.25, 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 #ACAFCD is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172175205-
CMYK0.160.1500.20
HSL234.55º24.81%73.92%-
HSV(B)234.55º16.1%80.39%-
XYZ43.3643.8463.93-
YUV177.52143.51124.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=31.16%
G=31.70%
B=37.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721752050.160.1500.20234.5524.8173.92
HexACAFCD10F014eb194a
Octal254257315201702435331112
Binary10101100101011111100110110000111101010011101011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFCD; }

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

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

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

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

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

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

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

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