#87BFBF

Color #87BFBF Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #87BFBF

Tints of Monte Carlo #87BFBF

Color information

#87BFBF (or 0x87BFBF) is unknown color: approx Monte Carlo. HEX triplet: 87, BF and BF. RGB value is (135,191,191). Sum of RGB (Red+Green+Blue) = 135+191+191=517 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.11% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #87BFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BFBF is #784040. Grayscale: #AEAEAE. Windows color (decimal): -7880769 or 12566407. OLE color: 12566407.

HSL color Cylindrical-coordinate representation of color #87BFBF: hue angle of 180º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87BFBF is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135191191-
CMYK0.29000.25
HSL180º30.43%63.92%-
HSV(B)180º29.32%74.9%-
XYZ38.0346.1756.2-
YUV174.26137.45100-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.11%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 191 (75% from 255) = 36.94%
R=26.11%
G=36.94%
B=36.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351911910.29000.2518030.4363.92
Hex87BFBF1D0019b41e40
Octal20727727735003126436100
Binary10000111101111111011111111101001100110110100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87BFBF; }

 p { color: rgb(135,191,191); }

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

<style>
 a { background-color: #87BFBF; }

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

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

<style>
 span { border-color: #87BFBF; }

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

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