#8FB8BF

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

Shades of Botticelli #8FB8BF

Tints of Botticelli #8FB8BF

Color information

#8FB8BF (or 0x8FB8BF) is unknown color: approx Botticelli. HEX triplet: 8F, B8 and BF. RGB value is (143,184,191). Sum of RGB (Red+Green+Blue) = 143+184+191=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FB8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB8BF is #704740. Grayscale: #ACACAC. Windows color (decimal): -7358273 or 12564623. OLE color: 12564623.

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

Color convert

RGB143184191-
CMYK0.250.0400.25
HSL188.75º27.27%65.49%-
HSV(B)188.75º25.13%74.9%-
XYZ37.8743.8855.76-
YUV172.54138.42106.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.61%
GREEN value IS 184 (72.27% from 255) = 35.52%
BLUE value IS 191 (75% from 255) = 36.87%
R=27.61%
G=35.52%
B=36.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431841910.250.0400.25188.7527.2765.49
Hex8FB8BF194019bd1b41
Octal21727027731403127533101
Binary1000111110111000101111111100110001100110111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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