#8FBBBF

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

Shades of Botticelli #8FBBBF

Tints of Botticelli #8FBBBF

Color information

#8FBBBF (or 0x8FBBBF) is unknown color: approx Botticelli. HEX triplet: 8F, BB and BF. RGB value is (143,187,191). Sum of RGB (Red+Green+Blue) = 143+187+191=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FBBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBBF is #704440. Grayscale: #AEAEAE. Windows color (decimal): -7357505 or 12565391. OLE color: 12565391.

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

Color convert

RGB143187191-
CMYK0.250.0200.25
HSL185º27.27%65.49%-
HSV(B)185º25.13%74.9%-
XYZ38.545.1455.97-
YUV174.3137.42105.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.45%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 191 (75% from 255) = 36.66%
R=27.45%
G=35.89%
B=36.66%

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
Decimal1431871910.250.0200.2518527.2765.49
Hex8FBBBF192019b91b41
Octal21727327731203127133101
Binary100011111011101110111111110011001100110111001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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