Shades of Monte Carlo #85BEBA
Tints of Monte Carlo #85BEBA
RGB
CMYK
RGB Variations
Color information
#85BEBA (or 0x85BEBA) is known color: Monte Carlo. HEX triplet: 85, BE and BA. RGB value is (133,190,186). Sum of RGB (Red+Green+Blue) = 133+190+186=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #85BEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BEBA is #7A4145. Grayscale: #ACACAC. Windows color (decimal): -8012102 or 12238469. OLE color: 12238469.
HSL color Cylindrical-coordinate representation of color #85BEBA: hue angle of 175.79º 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 #85BEBA is Cyan = 0.3, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 186 | - |
| CMYK | 0.3 | 0 | 0.02 | 0.25 |
| HSL | 175.79º | 0.3% | 0.63% | - |
| HSV(B) | 175.79º | 0.3% | 0.75% | - |
| XYZ | 36.95 | 45.36 | 53.26 | - |
| YUV | 172.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 186 | 0.3 | 0 | 0.02 | 0.25 | 175.79 | 0.3 | 0.63 |
| Hex | 85 | BE | BA | 1E | 0 | 2 | 19 | B0 | 1E | 3F |
| Octal | 205 | 276 | 272 | 36 | 0 | 2 | 31 | 260 | 36 | 77 |
| Binary | 10000101 | 10111110 | 10111010 | 11110 | 0 | 10 | 11001 | 10110000 | 11110 | 111111 |
Color Harmonies of #85BEBA
Complementary color
Monochromatic Colors of #85BEBA
Black with #85BEBA
Text Example
Text Example
White with #85BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BEBA; }
p { color: rgb(133,190,186); }
H1.HeaderClassName
{
color: #85BEBA;
}
.AnyTagClassName
{
color: #85BEBA;
}
</style>
background-color css
<style>
a { background-color: #85BEBA; }
a { background-color: rgb(133,190,186); }
div.DivClassName
{
background-color: #85BEBA;
}
.BgClassName
{
background-color: #85BEBA;
}
</style>
border-color css
<style>
span { border-color: #85BEBA; }
span { border-color: rgb(133,190,186); }
td.TdClassName
{
border-color: #85BEBA;
}
.TagClassName
{
border-color: #85BEBA;
}
</style>