#8FBCBF

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

Shades of Botticelli #8FBCBF

Tints of Botticelli #8FBCBF

Color information

#8FBCBF (or 0x8FBCBF) is unknown color: approx Botticelli. HEX triplet: 8F, BC and BF. RGB value is (143,188,191). Sum of RGB (Red+Green+Blue) = 143+188+191=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FBCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCBF is #704340. Grayscale: #AEAEAE. Windows color (decimal): -7357249 or 12565647. OLE color: 12565647.

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

Color convert

RGB143188191-
CMYK0.250.0200.25
HSL183.75º27.27%65.49%-
HSV(B)183.75º25.13%74.9%-
XYZ38.7145.5756.05-
YUV174.89137.09105.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.39%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 191 (75% from 255) = 36.59%
R=27.39%
G=36.02%
B=36.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431881910.250.0200.25183.7527.2765.49
Hex8FBCBF192019b81b41
Octal21727427731203127033101
Binary100011111011110010111111110011001100110111000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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