#8FB8BE

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

Shades of Botticelli #8FB8BE

Tints of Botticelli #8FB8BE

Color information

#8FB8BE (or 0x8FB8BE) is unknown color: approx Botticelli. HEX triplet: 8F, B8 and BE. RGB value is (143,184,190). Sum of RGB (Red+Green+Blue) = 143+184+190=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FB8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB8BE is #704741. Grayscale: #ACACAC. Windows color (decimal): -7358274 or 12499087. OLE color: 12499087.

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

Color convert

RGB143184190-
CMYK0.250.0300.25
HSL187.66º26.55%65.29%-
HSV(B)187.66º24.74%74.51%-
XYZ37.7643.8455.19-
YUV172.42137.92107.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.66%
GREEN value IS 184 (72.27% from 255) = 35.59%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=27.66%
G=35.59%
B=36.75%

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
Decimal1431841900.250.0300.25187.6626.5565.29
Hex8FB8BE193019bc1b41
Octal21727027631303127433101
Binary100011111011100010111110110011101100110111100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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