Shades of Monte Carlo #85BDB0
Tints of Monte Carlo #85BDB0
RGB
CMYK
RGB Variations
Color information
#85BDB0 (or 0x85BDB0) is known color: Monte Carlo. HEX triplet: 85, BD and B0. RGB value is (133,189,176). Sum of RGB (Red+Green+Blue) = 133+189+176=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #85BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BDB0 is #7A424F. Grayscale: #AAAAAA. Windows color (decimal): -8012368 or 11582853. OLE color: 11582853.
HSL color Cylindrical-coordinate representation of color #85BDB0: hue angle of 166.07º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BDB0 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 176 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.26 |
| HSL | 166.07º | 0.3% | 0.63% | - |
| HSV(B) | 166.07º | 0.3% | 0.74% | - |
| XYZ | 35.71 | 44.52 | 47.78 | - |
| YUV | 170.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 176 | 0.30 | 0 | 0.07 | 0.26 | 166.07 | 0.3 | 0.63 |
| Hex | 85 | BD | B0 | 1E | 0 | 7 | 1A | A6 | 1E | 3F |
| Octal | 205 | 275 | 260 | 36 | 0 | 7 | 32 | 246 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10110000 | 11110 | 0 | 111 | 11010 | 10100110 | 11110 | 111111 |
Color Harmonies of #85BDB0
Complementary color
Monochromatic Colors of #85BDB0
Black with #85BDB0
Text Example
Text Example
White with #85BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDB0; }
p { color: rgb(133,189,176); }
H1.HeaderClassName
{
color: #85BDB0;
}
.AnyTagClassName
{
color: #85BDB0;
}
</style>
background-color css
<style>
a { background-color: #85BDB0; }
a { background-color: rgb(133,189,176); }
div.DivClassName
{
background-color: #85BDB0;
}
.BgClassName
{
background-color: #85BDB0;
}
</style>
border-color css
<style>
span { border-color: #85BDB0; }
span { border-color: rgb(133,189,176); }
td.TdClassName
{
border-color: #85BDB0;
}
.TagClassName
{
border-color: #85BDB0;
}
</style>