#ACAFCF

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

Shades of Echo Blue #ACAFCF

Tints of Echo Blue #ACAFCF

Color information

#ACAFCF (or 0xACAFCF) is unknown color: approx Echo Blue. HEX triplet: AC, AF and CF. RGB value is (172,175,207). Sum of RGB (Red+Green+Blue) = 172+175+207=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACAFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFCF is #535030. Grayscale: #B1B1B1. Windows color (decimal): -5460017 or 13610924. OLE color: 13610924.

HSL color Cylindrical-coordinate representation of color #ACAFCF: hue angle of 234.86º 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 #ACAFCF is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172175207-
CMYK0.170.1500.19
HSL234.86º26.72%74.31%-
HSV(B)234.86º16.91%81.18%-
XYZ43.6143.9465.21-
YUV177.75144.51123.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=31.05%
G=31.59%
B=37.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721752070.170.1500.19234.8626.7274.31
HexACAFCF11F013eb1b4a
Octal254257317211702335333112
Binary10101100101011111100111110001111101001111101011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFCF; }

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

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

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

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

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

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

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

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