Shades of Monte Carlo #85CDB3
Tints of Monte Carlo #85CDB3
RGB
CMYK
RGB Variations
Color information
#85CDB3 (or 0x85CDB3) is known color: Monte Carlo. HEX triplet: 85, CD and B3. RGB value is (133,205,179). Sum of RGB (Red+Green+Blue) = 133+205+179=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDB3 is #7A324C. Grayscale: #B4B4B4. Windows color (decimal): -8008269 or 11783557. OLE color: 11783557.
HSL color Cylindrical-coordinate representation of color #85CDB3: hue angle of 158.33º 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 #85CDB3 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 205 | 179 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.20 |
| HSL | 158.33º | 0.42% | 0.66% | - |
| HSV(B) | 158.33º | 0.35% | 0.8% | - |
| XYZ | 39.64 | 51.9 | 50.58 | - |
| YUV | 180.51 | 127.15 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 205 | 179 | 0.35 | 0 | 0.13 | 0.20 | 158.33 | 0.42 | 0.66 |
| Hex | 85 | CD | B3 | 23 | 0 | D | 14 | 9E | 2A | 42 |
| Octal | 205 | 315 | 263 | 43 | 0 | 15 | 24 | 236 | 52 | 102 |
| Binary | 10000101 | 11001101 | 10110011 | 100011 | 0 | 1101 | 10100 | 10011110 | 101010 | 1000010 |
Color Harmonies of #85CDB3
Complementary color
Monochromatic Colors of #85CDB3
Black with #85CDB3
Text Example
Text Example
White with #85CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CDB3; }
p { color: rgb(133,205,179); }
H1.HeaderClassName
{
color: #85CDB3;
}
.AnyTagClassName
{
color: #85CDB3;
}
</style>
background-color css
<style>
a { background-color: #85CDB3; }
a { background-color: rgb(133,205,179); }
div.DivClassName
{
background-color: #85CDB3;
}
.BgClassName
{
background-color: #85CDB3;
}
</style>
border-color css
<style>
span { border-color: #85CDB3; }
span { border-color: rgb(133,205,179); }
td.TdClassName
{
border-color: #85CDB3;
}
.TagClassName
{
border-color: #85CDB3;
}
</style>