#8FBEBF

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

Shades of Botticelli #8FBEBF

Tints of Botticelli #8FBEBF

Color information

#8FBEBF (or 0x8FBEBF) is unknown color: approx Botticelli. HEX triplet: 8F, BE and BF. RGB value is (143,190,191). Sum of RGB (Red+Green+Blue) = 143+190+191=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FBEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBEBF is #704140. Grayscale: #B0B0B0. Windows color (decimal): -7356737 or 12566159. OLE color: 12566159.

HSL color Cylindrical-coordinate representation of color #8FBEBF: hue angle of 181.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 #8FBEBF is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143190191-
CMYK0.250.0100.25
HSL181.25º27.27%65.49%-
HSV(B)181.25º25.13%74.9%-
XYZ39.1546.4356.19-
YUV176.06136.43104.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.29%
GREEN value IS 190 (74.61% from 255) = 36.26%
BLUE value IS 191 (75% from 255) = 36.45%
R=27.29%
G=36.26%
B=36.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431901910.250.0100.25181.2527.2765.49
Hex8FBEBF191019b51b41
Octal21727627731103126533101
Binary10001111101111101011111111001101100110110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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