Shades of Monte Carlo #85BCB1
Tints of Monte Carlo #85BCB1
RGB
CMYK
RGB Variations
Color information
#85BCB1 (or 0x85BCB1) is known color: Monte Carlo. HEX triplet: 85, BC and B1. RGB value is (133,188,177). Sum of RGB (Red+Green+Blue) = 133+188+177=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #85BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BCB1 is #7A434E. Grayscale: #AAAAAA. Windows color (decimal): -8012623 or 11648133. OLE color: 11648133.
HSL color Cylindrical-coordinate representation of color #85BCB1: hue angle of 168º 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 #85BCB1 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 177 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.26 |
| HSL | 168º | 0.29% | 0.63% | - |
| HSV(B) | 168º | 0.29% | 0.74% | - |
| XYZ | 35.59 | 44.13 | 48.24 | - |
| YUV | 170.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 177 | 0.29 | 0 | 0.06 | 0.26 | 168 | 0.29 | 0.63 |
| Hex | 85 | BC | B1 | 1D | 0 | 6 | 1A | A8 | 1D | 3F |
| Octal | 205 | 274 | 261 | 35 | 0 | 6 | 32 | 250 | 35 | 77 |
| Binary | 10000101 | 10111100 | 10110001 | 11101 | 0 | 110 | 11010 | 10101000 | 11101 | 111111 |
Color Harmonies of #85BCB1
Complementary color
Monochromatic Colors of #85BCB1
Black with #85BCB1
Text Example
Text Example
White with #85BCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCB1; }
p { color: rgb(133,188,177); }
H1.HeaderClassName
{
color: #85BCB1;
}
.AnyTagClassName
{
color: #85BCB1;
}
</style>
background-color css
<style>
a { background-color: #85BCB1; }
a { background-color: rgb(133,188,177); }
div.DivClassName
{
background-color: #85BCB1;
}
.BgClassName
{
background-color: #85BCB1;
}
</style>
border-color css
<style>
span { border-color: #85BCB1; }
span { border-color: rgb(133,188,177); }
td.TdClassName
{
border-color: #85BCB1;
}
.TagClassName
{
border-color: #85BCB1;
}
</style>