Shades of Monte Carlo #85BBB7
Tints of Monte Carlo #85BBB7
RGB
CMYK
RGB Variations
Color information
#85BBB7 (or 0x85BBB7) is known color: Monte Carlo. HEX triplet: 85, BB and B7. RGB value is (133,187,183). Sum of RGB (Red+Green+Blue) = 133+187+183=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #85BBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BBB7 is #7A4448. Grayscale: #AAAAAA. Windows color (decimal): -8012873 or 12041093. OLE color: 12041093.
HSL color Cylindrical-coordinate representation of color #85BBB7: hue angle of 175.56º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BBB7 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 187 | 183 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.27 |
| HSL | 175.56º | 0.28% | 0.63% | - |
| HSV(B) | 175.56º | 0.29% | 0.73% | - |
| XYZ | 35.99 | 43.95 | 51.39 | - |
| YUV | 170.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 183 | 0.29 | 0 | 0.02 | 0.27 | 175.56 | 0.28 | 0.63 |
| Hex | 85 | BB | B7 | 1D | 0 | 2 | 1B | B0 | 1C | 3F |
| Octal | 205 | 273 | 267 | 35 | 0 | 2 | 33 | 260 | 34 | 77 |
| Binary | 10000101 | 10111011 | 10110111 | 11101 | 0 | 10 | 11011 | 10110000 | 11100 | 111111 |
Color Harmonies of #85BBB7
Complementary color
Monochromatic Colors of #85BBB7
Black with #85BBB7
Text Example
Text Example
White with #85BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BBB7; }
p { color: rgb(133,187,183); }
H1.HeaderClassName
{
color: #85BBB7;
}
.AnyTagClassName
{
color: #85BBB7;
}
</style>
background-color css
<style>
a { background-color: #85BBB7; }
a { background-color: rgb(133,187,183); }
div.DivClassName
{
background-color: #85BBB7;
}
.BgClassName
{
background-color: #85BBB7;
}
</style>
border-color css
<style>
span { border-color: #85BBB7; }
span { border-color: rgb(133,187,183); }
td.TdClassName
{
border-color: #85BBB7;
}
.TagClassName
{
border-color: #85BBB7;
}
</style>