#8FA9AC

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

Shades of Botticelli #8FA9AC

Tints of Botticelli #8FA9AC

Color information

#8FA9AC (or 0x8FA9AC) is unknown color: approx Botticelli. HEX triplet: 8F, A9 and AC. RGB value is (143,169,172). Sum of RGB (Red+Green+Blue) = 143+169+172=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #8FA9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA9AC is #705653. Grayscale: #A1A1A1. Windows color (decimal): -7362132 or 11315599. OLE color: 11315599.

HSL color Cylindrical-coordinate representation of color #8FA9AC: hue angle of 186.21º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FA9AC is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143169172-
CMYK0.170.0200.33
HSL186.21º14.87%61.76%-
HSV(B)186.21º16.86%67.45%-
XYZ32.9637.1944.47-
YUV161.57133.89114.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.55%
GREEN value IS 169 (66.41% from 255) = 34.92%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=29.55%
G=34.92%
B=35.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431691720.170.0200.33186.2114.8761.76
Hex8FA9AC112021baf3e
Octal2172512542120412721776
Binary10001111101010011010110010001100100001101110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA9AC; }

 p { color: rgb(143,169,172); }

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

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

 a { background-color: rgb(143,169,172); }

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

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

 span { border-color: rgb(143,169,172); }

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