Shades of Monte Carlo #85CAB0
Tints of Monte Carlo #85CAB0
RGB
CMYK
RGB Variations
Color information
#85CAB0 (or 0x85CAB0) is known color: Monte Carlo. HEX triplet: 85, CA and B0. RGB value is (133,202,176). Sum of RGB (Red+Green+Blue) = 133+202+176=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #85CAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CAB0 is #7A354F. Grayscale: #B2B2B2. Windows color (decimal): -8009040 or 11586181. OLE color: 11586181.
HSL color Cylindrical-coordinate representation of color #85CAB0: hue angle of 157.39º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CAB0 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 176 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.21 |
| HSL | 157.39º | 0.39% | 0.66% | - |
| HSV(B) | 157.39º | 0.34% | 0.79% | - |
| XYZ | 38.63 | 50.36 | 48.76 | - |
| YUV | 178.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 176 | 0.34 | 0 | 0.13 | 0.21 | 157.39 | 0.39 | 0.66 |
| Hex | 85 | CA | B0 | 22 | 0 | D | 15 | 9D | 27 | 42 |
| Octal | 205 | 312 | 260 | 42 | 0 | 15 | 25 | 235 | 47 | 102 |
| Binary | 10000101 | 11001010 | 10110000 | 100010 | 0 | 1101 | 10101 | 10011101 | 100111 | 1000010 |
Color Harmonies of #85CAB0
Complementary color
Monochromatic Colors of #85CAB0
Black with #85CAB0
Text Example
Text Example
White with #85CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CAB0; }
p { color: rgb(133,202,176); }
H1.HeaderClassName
{
color: #85CAB0;
}
.AnyTagClassName
{
color: #85CAB0;
}
</style>
background-color css
<style>
a { background-color: #85CAB0; }
a { background-color: rgb(133,202,176); }
div.DivClassName
{
background-color: #85CAB0;
}
.BgClassName
{
background-color: #85CAB0;
}
</style>
border-color css
<style>
span { border-color: #85CAB0; }
span { border-color: rgb(133,202,176); }
td.TdClassName
{
border-color: #85CAB0;
}
.TagClassName
{
border-color: #85CAB0;
}
</style>