Shades of Monte Carlo #85BCAE
Tints of Monte Carlo #85BCAE
RGB
CMYK
RGB Variations
Color information
#85BCAE (or 0x85BCAE) is known color: Monte Carlo. HEX triplet: 85, BC and AE. RGB value is (133,188,174). Sum of RGB (Red+Green+Blue) = 133+188+174=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #85BCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BCAE is #7A4351. Grayscale: #A9A9A9. Windows color (decimal): -8012626 or 11451525. OLE color: 11451525.
HSL color Cylindrical-coordinate representation of color #85BCAE: hue angle of 164.73º 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 #85BCAE is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 174 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.26 |
| HSL | 164.73º | 0.29% | 0.63% | - |
| HSV(B) | 164.73º | 0.29% | 0.74% | - |
| XYZ | 35.3 | 44.01 | 46.68 | - |
| YUV | 169.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 174 | 0.29 | 0 | 0.07 | 0.26 | 164.73 | 0.29 | 0.63 |
| Hex | 85 | BC | AE | 1D | 0 | 7 | 1A | A5 | 1D | 3F |
| Octal | 205 | 274 | 256 | 35 | 0 | 7 | 32 | 245 | 35 | 77 |
| Binary | 10000101 | 10111100 | 10101110 | 11101 | 0 | 111 | 11010 | 10100101 | 11101 | 111111 |
Color Harmonies of #85BCAE
Complementary color
Monochromatic Colors of #85BCAE
Black with #85BCAE
Text Example
Text Example
White with #85BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCAE; }
p { color: rgb(133,188,174); }
H1.HeaderClassName
{
color: #85BCAE;
}
.AnyTagClassName
{
color: #85BCAE;
}
</style>
background-color css
<style>
a { background-color: #85BCAE; }
a { background-color: rgb(133,188,174); }
div.DivClassName
{
background-color: #85BCAE;
}
.BgClassName
{
background-color: #85BCAE;
}
</style>
border-color css
<style>
span { border-color: #85BCAE; }
span { border-color: rgb(133,188,174); }
td.TdClassName
{
border-color: #85BCAE;
}
.TagClassName
{
border-color: #85BCAE;
}
</style>