#ACAECF

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

Shades of Echo Blue #ACAECF

Tints of Echo Blue #ACAECF

Color information

#ACAECF (or 0xACAECF) is unknown color: approx Echo Blue. HEX triplet: AC, AE and CF. RGB value is (172,174,207). Sum of RGB (Red+Green+Blue) = 172+174+207=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACAECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAECF is #535130. Grayscale: #B1B1B1. Windows color (decimal): -5460273 or 13610668. OLE color: 13610668.

HSL color Cylindrical-coordinate representation of color #ACAECF: hue angle of 236.57º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACAECF is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172174207-
CMYK0.170.1600.19
HSL236.57º26.72%74.31%-
HSV(B)236.57º16.91%81.18%-
XYZ43.4143.5565.15-
YUV177.16144.84124.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=31.10%
G=31.46%
B=37.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721742070.170.1600.19236.5726.7274.31
HexACAECF1110013ed1b4a
Octal254256317212002335533112
Binary101011001010111011001111100011000001001111101101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAECF; }

 p { color: rgb(172,174,207); }

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

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

 a { background-color: rgb(172,174,207); }

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

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

 span { border-color: rgb(172,174,207); }

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