#8FBABF

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

Shades of Botticelli #8FBABF

Tints of Botticelli #8FBABF

Color information

#8FBABF (or 0x8FBABF) is unknown color: approx Botticelli. HEX triplet: 8F, BA and BF. RGB value is (143,186,191). Sum of RGB (Red+Green+Blue) = 143+186+191=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FBABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBABF is #704540. Grayscale: #ADADAD. Windows color (decimal): -7357761 or 12565135. OLE color: 12565135.

HSL color Cylindrical-coordinate representation of color #8FBABF: hue angle of 186.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FBABF is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143186191-
CMYK0.250.0300.25
HSL186.25º27.27%65.49%-
HSV(B)186.25º25.13%74.9%-
XYZ38.2944.7255.9-
YUV173.71137.75106.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.5%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 191 (75% from 255) = 36.73%
R=27.5%
G=35.77%
B=36.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431861910.250.0300.25186.2527.2765.49
Hex8FBABF193019ba1b41
Octal21727227731303127233101
Binary100011111011101010111111110011101100110111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,186,191); }

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

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

 a { background-color: rgb(143,186,191); }

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

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

 span { border-color: rgb(143,186,191); }

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