#85BFB7

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

Shades of Monte Carlo #85BFB7

Tints of Monte Carlo #85BFB7

Color information

#85BFB7 (or 0x85BFB7) is unknown color: approx Monte Carlo. HEX triplet: 85, BF and B7. RGB value is (133,191,183). Sum of RGB (Red+Green+Blue) = 133+191+183=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #85BFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFB7 is #7A4048. Grayscale: #ACACAC. Windows color (decimal): -8011849 or 12042117. OLE color: 12042117.

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

Color convert

RGB133191183-
CMYK0.3000.040.25
HSL171.72º31.18%63.53%-
HSV(B)171.72º30.37%74.9%-
XYZ36.8545.6751.67-
YUV172.75133.7899.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 183 (71.88% from 255) = 36.09%
R=26.23%
G=37.67%
B=36.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331911830.3000.040.25171.7231.1863.53
Hex85BFB71E0419ac1f40
Octal20527726736043125437100
Binary1000010110111111101101111111001001100110101100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85BFB7; }

 p { color: rgb(133,191,183); }

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

<style>
 a { background-color: #85BFB7; }

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

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

<style>
 span { border-color: #85BFB7; }

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

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