Shades of Monte Carlo #85BCB5
Tints of Monte Carlo #85BCB5
RGB
CMYK
RGB Variations
Color information
#85BCB5 (or 0x85BCB5) is known color: Monte Carlo. HEX triplet: 85, BC and B5. RGB value is (133,188,181). Sum of RGB (Red+Green+Blue) = 133+188+181=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #85BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCB5 is #7A434A. Grayscale: #AAAAAA. Windows color (decimal): -8012619 or 11910277. OLE color: 11910277.
HSL color Cylindrical-coordinate representation of color #85BCB5: hue angle of 172.36º 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 #85BCB5 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 181 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.26 |
| HSL | 172.36º | 0.29% | 0.63% | - |
| HSV(B) | 172.36º | 0.29% | 0.74% | - |
| XYZ | 36 | 44.29 | 50.37 | - |
| YUV | 170.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 181 | 0.29 | 0 | 0.04 | 0.26 | 172.36 | 0.29 | 0.63 |
| Hex | 85 | BC | B5 | 1D | 0 | 4 | 1A | AC | 1D | 3F |
| Octal | 205 | 274 | 265 | 35 | 0 | 4 | 32 | 254 | 35 | 77 |
| Binary | 10000101 | 10111100 | 10110101 | 11101 | 0 | 100 | 11010 | 10101100 | 11101 | 111111 |
Color Harmonies of #85BCB5
Complementary color
Monochromatic Colors of #85BCB5
Black with #85BCB5
Text Example
Text Example
White with #85BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCB5; }
p { color: rgb(133,188,181); }
H1.HeaderClassName
{
color: #85BCB5;
}
.AnyTagClassName
{
color: #85BCB5;
}
</style>
background-color css
<style>
a { background-color: #85BCB5; }
a { background-color: rgb(133,188,181); }
div.DivClassName
{
background-color: #85BCB5;
}
.BgClassName
{
background-color: #85BCB5;
}
</style>
border-color css
<style>
span { border-color: #85BCB5; }
span { border-color: rgb(133,188,181); }
td.TdClassName
{
border-color: #85BCB5;
}
.TagClassName
{
border-color: #85BCB5;
}
</style>