Shades of Monte Carlo #85CDB1
Tints of Monte Carlo #85CDB1
RGB
CMYK
RGB Variations
Color information
#85CDB1 (or 0x85CDB1) is known color: Monte Carlo. HEX triplet: 85, CD and B1. RGB value is (133,205,177). Sum of RGB (Red+Green+Blue) = 133+205+177=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CDB1 is #7A324E. Grayscale: #B4B4B4. Windows color (decimal): -8008271 or 11652485. OLE color: 11652485.
HSL color Cylindrical-coordinate representation of color #85CDB1: hue angle of 156.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CDB1 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 205 | 177 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.20 |
| HSL | 156.67º | 0.42% | 0.66% | - |
| HSV(B) | 156.67º | 0.35% | 0.8% | - |
| XYZ | 39.44 | 51.82 | 49.52 | - |
| YUV | 180.28 | 126.15 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 205 | 177 | 0.35 | 0 | 0.14 | 0.20 | 156.67 | 0.42 | 0.66 |
| Hex | 85 | CD | B1 | 23 | 0 | E | 14 | 9D | 2A | 42 |
| Octal | 205 | 315 | 261 | 43 | 0 | 16 | 24 | 235 | 52 | 102 |
| Binary | 10000101 | 11001101 | 10110001 | 100011 | 0 | 1110 | 10100 | 10011101 | 101010 | 1000010 |
Color Harmonies of #85CDB1
Complementary color
Monochromatic Colors of #85CDB1
Black with #85CDB1
Text Example
Text Example
White with #85CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CDB1; }
p { color: rgb(133,205,177); }
H1.HeaderClassName
{
color: #85CDB1;
}
.AnyTagClassName
{
color: #85CDB1;
}
</style>
background-color css
<style>
a { background-color: #85CDB1; }
a { background-color: rgb(133,205,177); }
div.DivClassName
{
background-color: #85CDB1;
}
.BgClassName
{
background-color: #85CDB1;
}
</style>
border-color css
<style>
span { border-color: #85CDB1; }
span { border-color: rgb(133,205,177); }
td.TdClassName
{
border-color: #85CDB1;
}
.TagClassName
{
border-color: #85CDB1;
}
</style>