#ACAFCA

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

Shades of Echo Blue #ACAFCA

Tints of Echo Blue #ACAFCA

Color information

#ACAFCA (or 0xACAFCA) is unknown color: approx Echo Blue. HEX triplet: AC, AF and CA. RGB value is (172,175,202). Sum of RGB (Red+Green+Blue) = 172+175+202=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACAFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFCA is #535035. Grayscale: #B1B1B1. Windows color (decimal): -5460022 or 13283244. OLE color: 13283244.

HSL color Cylindrical-coordinate representation of color #ACAFCA: hue angle of 234º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACAFCA is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172175202-
CMYK0.150.1300.21
HSL234º22.06%73.33%-
HSV(B)234º14.85%79.22%-
XYZ4343.6962.04-
YUV177.18142.01124.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=31.33%
G=31.88%
B=36.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721752020.150.1300.2123422.0673.33
HexACAFCAFD015ea1649
Octal254257312171502535226111
Binary1010110010101111110010101111110101010111101010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFCA; }

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

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

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

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

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

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

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

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