#8FA6AF

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

Shades of Botticelli #8FA6AF

Tints of Botticelli #8FA6AF

Color information

#8FA6AF (or 0x8FA6AF) is unknown color: approx Botticelli. HEX triplet: 8F, A6 and AF. RGB value is (143,166,175). Sum of RGB (Red+Green+Blue) = 143+166+175=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 175 - color contains mainly: blue. Hex color #8FA6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA6AF is #705950. Grayscale: #A0A0A0. Windows color (decimal): -7362897 or 11511439. OLE color: 11511439.

HSL color Cylindrical-coordinate representation of color #8FA6AF: hue angle of 196.88º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FA6AF is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB143166175-
CMYK0.180.0500.31
HSL196.88º16.67%62.35%-
HSV(B)196.88º18.29%68.63%-
XYZ32.736.2145.82-
YUV160.15136.38115.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.55%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=29.55%
G=34.30%
B=36.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431661750.180.0500.31196.8816.6762.35
Hex8FA6AF12501Fc5113e
Octal2172462572250373052176
Binary100011111010011010101111100101010111111100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,166,175); }

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

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

 a { background-color: rgb(143,166,175); }

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

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

 span { border-color: rgb(143,166,175); }

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