Shades of Monte Carlo #85BEB4
Tints of Monte Carlo #85BEB4
RGB
CMYK
RGB Variations
Color information
#85BEB4 (or 0x85BEB4) is known color: Monte Carlo. HEX triplet: 85, BE and B4. RGB value is (133,190,180). Sum of RGB (Red+Green+Blue) = 133+190+180=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #85BEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BEB4 is #7A414B. Grayscale: #ABABAB. Windows color (decimal): -8012108 or 11845253. OLE color: 11845253.
HSL color Cylindrical-coordinate representation of color #85BEB4: hue angle of 169.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BEB4 is Cyan = 0.3, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 180 | - |
| CMYK | 0.3 | 0 | 0.05 | 0.25 |
| HSL | 169.47º | 0.3% | 0.63% | - |
| HSV(B) | 169.47º | 0.3% | 0.75% | - |
| XYZ | 36.32 | 45.11 | 49.97 | - |
| YUV | 171.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 180 | 0.3 | 0 | 0.05 | 0.25 | 169.47 | 0.3 | 0.63 |
| Hex | 85 | BE | B4 | 1E | 0 | 5 | 19 | A9 | 1E | 3F |
| Octal | 205 | 276 | 264 | 36 | 0 | 5 | 31 | 251 | 36 | 77 |
| Binary | 10000101 | 10111110 | 10110100 | 11110 | 0 | 101 | 11001 | 10101001 | 11110 | 111111 |
Color Harmonies of #85BEB4
Complementary color
Monochromatic Colors of #85BEB4
Black with #85BEB4
Text Example
Text Example
White with #85BEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BEB4; }
p { color: rgb(133,190,180); }
H1.HeaderClassName
{
color: #85BEB4;
}
.AnyTagClassName
{
color: #85BEB4;
}
</style>
background-color css
<style>
a { background-color: #85BEB4; }
a { background-color: rgb(133,190,180); }
div.DivClassName
{
background-color: #85BEB4;
}
.BgClassName
{
background-color: #85BEB4;
}
</style>
border-color css
<style>
span { border-color: #85BEB4; }
span { border-color: rgb(133,190,180); }
td.TdClassName
{
border-color: #85BEB4;
}
.TagClassName
{
border-color: #85BEB4;
}
</style>