Shades of Monte Carlo #85C0B1
Tints of Monte Carlo #85C0B1
RGB
CMYK
RGB Variations
Color information
#85C0B1 (or 0x85C0B1) is known color: Monte Carlo. HEX triplet: 85, C0 and B1. RGB value is (133,192,177). Sum of RGB (Red+Green+Blue) = 133+192+177=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #85C0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C0B1 is #7A3F4E. Grayscale: #ACACAC. Windows color (decimal): -8011599 or 11649157. OLE color: 11649157.
HSL color Cylindrical-coordinate representation of color #85C0B1: hue angle of 164.75º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C0B1 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 177 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.25 |
| HSL | 164.75º | 0.32% | 0.64% | - |
| HSV(B) | 164.75º | 0.31% | 0.75% | - |
| XYZ | 36.46 | 45.86 | 48.53 | - |
| YUV | 172.65 | 130.45 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 177 | 0.31 | 0 | 0.08 | 0.25 | 164.75 | 0.32 | 0.64 |
| Hex | 85 | C0 | B1 | 1F | 0 | 8 | 19 | A5 | 20 | 40 |
| Octal | 205 | 300 | 261 | 37 | 0 | 10 | 31 | 245 | 40 | 100 |
| Binary | 10000101 | 11000000 | 10110001 | 11111 | 0 | 1000 | 11001 | 10100101 | 100000 | 1000000 |
Color Harmonies of #85C0B1
Complementary color
Monochromatic Colors of #85C0B1
Black with #85C0B1
Text Example
Text Example
White with #85C0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C0B1; }
p { color: rgb(133,192,177); }
H1.HeaderClassName
{
color: #85C0B1;
}
.AnyTagClassName
{
color: #85C0B1;
}
</style>
background-color css
<style>
a { background-color: #85C0B1; }
a { background-color: rgb(133,192,177); }
div.DivClassName
{
background-color: #85C0B1;
}
.BgClassName
{
background-color: #85C0B1;
}
</style>
border-color css
<style>
span { border-color: #85C0B1; }
span { border-color: rgb(133,192,177); }
td.TdClassName
{
border-color: #85C0B1;
}
.TagClassName
{
border-color: #85C0B1;
}
</style>