#ACC5CF

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

Shades of Heather #ACC5CF

Tints of Heather #ACC5CF

Color information

#ACC5CF (or 0xACC5CF) is unknown color: approx Heather. HEX triplet: AC, C5 and CF. RGB value is (172,197,207). Sum of RGB (Red+Green+Blue) = 172+197+207=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACC5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5CF is #533A30. Grayscale: #BEBEBE. Windows color (decimal): -5454385 or 13616556. OLE color: 13616556.

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

Color convert

RGB172197207-
CMYK0.170.0500.19
HSL197.14º26.72%74.31%-
HSV(B)197.14º16.91%81.18%-
XYZ48.2453.2166.76-
YUV190.67137.22114.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 197 (77.34% from 255) = 34.20%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=29.86%
G=34.20%
B=35.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721972070.170.0500.19197.1426.7274.31
HexACC5CF115013c51b4a
Octal25430531721502330533112
Binary1010110011000101110011111000110101001111000101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5CF; }

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

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

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

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

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

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

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

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