#8FACAF

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

Shades of Botticelli #8FACAF

Tints of Botticelli #8FACAF

Color information

#8FACAF (or 0x8FACAF) is unknown color: approx Botticelli. HEX triplet: 8F, AC and AF. RGB value is (143,172,175). Sum of RGB (Red+Green+Blue) = 143+172+175=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #8FACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FACAF is #705350. Grayscale: #A3A3A3. Windows color (decimal): -7361361 or 11512975. OLE color: 11512975.

HSL color Cylindrical-coordinate representation of color #8FACAF: hue angle of 185.62º 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 #8FACAF is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB143172175-
CMYK0.180.0200.31
HSL185.62º16.67%62.35%-
HSV(B)185.62º18.29%68.63%-
XYZ33.8238.4446.19-
YUV163.67134.39113.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.18%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=29.18%
G=35.10%
B=35.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431721750.180.0200.31185.6216.6762.35
Hex8FACAF12201Fba113e
Octal2172542572220372722176
Binary10001111101011001010111110010100111111011101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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