Shades of Monte Carlo #85B7B2
Tints of Monte Carlo #85B7B2
RGB
CMYK
RGB Variations
Color information
#85B7B2 (or 0x85B7B2) is known color: Monte Carlo. HEX triplet: 85, B7 and B2. RGB value is (133,183,178). Sum of RGB (Red+Green+Blue) = 133+183+178=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #85B7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B7B2 is #7A484D. Grayscale: #A7A7A7. Windows color (decimal): -8013902 or 11712389. OLE color: 11712389.
HSL color Cylindrical-coordinate representation of color #85B7B2: hue angle of 174º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B7B2 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 178 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.28 |
| HSL | 174º | 0.26% | 0.62% | - |
| HSV(B) | 174º | 0.27% | 0.72% | - |
| XYZ | 34.64 | 42.07 | 48.41 | - |
| YUV | 167.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 178 | 0.27 | 0 | 0.03 | 0.28 | 174 | 0.26 | 0.62 |
| Hex | 85 | B7 | B2 | 1B | 0 | 3 | 1C | AE | 1A | 3E |
| Octal | 205 | 267 | 262 | 33 | 0 | 3 | 34 | 256 | 32 | 76 |
| Binary | 10000101 | 10110111 | 10110010 | 11011 | 0 | 11 | 11100 | 10101110 | 11010 | 111110 |
Color Harmonies of #85B7B2
Complementary color
Monochromatic Colors of #85B7B2
Black with #85B7B2
Text Example
Text Example
White with #85B7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B7B2; }
p { color: rgb(133,183,178); }
H1.HeaderClassName
{
color: #85B7B2;
}
.AnyTagClassName
{
color: #85B7B2;
}
</style>
background-color css
<style>
a { background-color: #85B7B2; }
a { background-color: rgb(133,183,178); }
div.DivClassName
{
background-color: #85B7B2;
}
.BgClassName
{
background-color: #85B7B2;
}
</style>
border-color css
<style>
span { border-color: #85B7B2; }
span { border-color: rgb(133,183,178); }
td.TdClassName
{
border-color: #85B7B2;
}
.TagClassName
{
border-color: #85B7B2;
}
</style>