Shades of Monte Carlo #85BFBE
Tints of Monte Carlo #85BFBE
RGB
CMYK
RGB Variations
Color information
#85BFBE (or 0x85BFBE) is known color: Monte Carlo. HEX triplet: 85, BF and BE. RGB value is (133,191,190). Sum of RGB (Red+Green+Blue) = 133+191+190=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #85BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFBE is #7A4041. Grayscale: #ADADAD. Windows color (decimal): -8011842 or 12500869. OLE color: 12500869.
HSL color Cylindrical-coordinate representation of color #85BFBE: hue angle of 178.97º 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 #85BFBE is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 190 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.25 |
| HSL | 178.97º | 0.31% | 0.64% | - |
| HSV(B) | 178.97º | 0.3% | 0.75% | - |
| XYZ | 37.6 | 45.97 | 55.61 | - |
| YUV | 173.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 190 | 0.30 | 0 | 0.01 | 0.25 | 178.97 | 0.31 | 0.64 |
| Hex | 85 | BF | BE | 1E | 0 | 1 | 19 | B3 | 1F | 40 |
| Octal | 205 | 277 | 276 | 36 | 0 | 1 | 31 | 263 | 37 | 100 |
| Binary | 10000101 | 10111111 | 10111110 | 11110 | 0 | 1 | 11001 | 10110011 | 11111 | 1000000 |
Color Harmonies of #85BFBE
Complementary color
Monochromatic Colors of #85BFBE
Black with #85BFBE
Text Example
Text Example
White with #85BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFBE; }
p { color: rgb(133,191,190); }
H1.HeaderClassName
{
color: #85BFBE;
}
.AnyTagClassName
{
color: #85BFBE;
}
</style>
background-color css
<style>
a { background-color: #85BFBE; }
a { background-color: rgb(133,191,190); }
div.DivClassName
{
background-color: #85BFBE;
}
.BgClassName
{
background-color: #85BFBE;
}
</style>
border-color css
<style>
span { border-color: #85BFBE; }
span { border-color: rgb(133,191,190); }
td.TdClassName
{
border-color: #85BFBE;
}
.TagClassName
{
border-color: #85BFBE;
}
</style>