Shades of Monte Carlo #85BCBB
Tints of Monte Carlo #85BCBB
RGB
CMYK
RGB Variations
Color information
#85BCBB (or 0x85BCBB) is known color: Monte Carlo. HEX triplet: 85, BC and BB. RGB value is (133,188,187). Sum of RGB (Red+Green+Blue) = 133+188+187=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #85BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCBB is #7A4344. Grayscale: #ABABAB. Windows color (decimal): -8012613 or 12303493. OLE color: 12303493.
HSL color Cylindrical-coordinate representation of color #85BCBB: hue angle of 178.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BCBB is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 187 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.26 |
| HSL | 178.91º | 0.29% | 0.63% | - |
| HSV(B) | 178.91º | 0.29% | 0.74% | - |
| XYZ | 36.63 | 44.54 | 53.68 | - |
| YUV | 171.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 187 | 0.29 | 0 | 0.01 | 0.26 | 178.91 | 0.29 | 0.63 |
| Hex | 85 | BC | BB | 1D | 0 | 1 | 1A | B3 | 1D | 3F |
| Octal | 205 | 274 | 273 | 35 | 0 | 1 | 32 | 263 | 35 | 77 |
| Binary | 10000101 | 10111100 | 10111011 | 11101 | 0 | 1 | 11010 | 10110011 | 11101 | 111111 |
Color Harmonies of #85BCBB
Complementary color
Monochromatic Colors of #85BCBB
Black with #85BCBB
Text Example
Text Example
White with #85BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCBB; }
p { color: rgb(133,188,187); }
H1.HeaderClassName
{
color: #85BCBB;
}
.AnyTagClassName
{
color: #85BCBB;
}
</style>
background-color css
<style>
a { background-color: #85BCBB; }
a { background-color: rgb(133,188,187); }
div.DivClassName
{
background-color: #85BCBB;
}
.BgClassName
{
background-color: #85BCBB;
}
</style>
border-color css
<style>
span { border-color: #85BCBB; }
span { border-color: rgb(133,188,187); }
td.TdClassName
{
border-color: #85BCBB;
}
.TagClassName
{
border-color: #85BCBB;
}
</style>