Shades of Monte Carlo #85CBB5
Tints of Monte Carlo #85CBB5
RGB
CMYK
RGB Variations
Color information
#85CBB5 (or 0x85CBB5) is known color: Monte Carlo. HEX triplet: 85, CB and B5. RGB value is (133,203,181). Sum of RGB (Red+Green+Blue) = 133+203+181=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBB5 is #7A344A. Grayscale: #B3B3B3. Windows color (decimal): -8008779 or 11914117. OLE color: 11914117.
HSL color Cylindrical-coordinate representation of color #85CBB5: hue angle of 161.14º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CBB5 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 181 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.20 |
| HSL | 161.14º | 0.4% | 0.66% | - |
| HSV(B) | 161.14º | 0.34% | 0.8% | - |
| XYZ | 39.37 | 51.03 | 51.49 | - |
| YUV | 179.56 | 128.81 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 181 | 0.34 | 0 | 0.11 | 0.20 | 161.14 | 0.4 | 0.66 |
| Hex | 85 | CB | B5 | 22 | 0 | B | 14 | A1 | 28 | 42 |
| Octal | 205 | 313 | 265 | 42 | 0 | 13 | 24 | 241 | 50 | 102 |
| Binary | 10000101 | 11001011 | 10110101 | 100010 | 0 | 1011 | 10100 | 10100001 | 101000 | 1000010 |
Color Harmonies of #85CBB5
Complementary color
Monochromatic Colors of #85CBB5
Black with #85CBB5
Text Example
Text Example
White with #85CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBB5; }
p { color: rgb(133,203,181); }
H1.HeaderClassName
{
color: #85CBB5;
}
.AnyTagClassName
{
color: #85CBB5;
}
</style>
background-color css
<style>
a { background-color: #85CBB5; }
a { background-color: rgb(133,203,181); }
div.DivClassName
{
background-color: #85CBB5;
}
.BgClassName
{
background-color: #85CBB5;
}
</style>
border-color css
<style>
span { border-color: #85CBB5; }
span { border-color: rgb(133,203,181); }
td.TdClassName
{
border-color: #85CBB5;
}
.TagClassName
{
border-color: #85CBB5;
}
</style>