Shades of Monte Carlo #85BFB4
Tints of Monte Carlo #85BFB4
RGB
CMYK
RGB Variations
Color information
#85BFB4 (or 0x85BFB4) is known color: Monte Carlo. HEX triplet: 85, BF and B4. RGB value is (133,191,180). Sum of RGB (Red+Green+Blue) = 133+191+180=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #85BFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFB4 is #7A404B. Grayscale: #ACACAC. Windows color (decimal): -8011852 or 11845509. OLE color: 11845509.
HSL color Cylindrical-coordinate representation of color #85BFB4: hue angle of 168.62º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BFB4 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 180 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.25 |
| HSL | 168.62º | 0.31% | 0.64% | - |
| HSV(B) | 168.62º | 0.3% | 0.75% | - |
| XYZ | 36.54 | 45.54 | 50.04 | - |
| YUV | 172.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 180 | 0.30 | 0 | 0.06 | 0.25 | 168.62 | 0.31 | 0.64 |
| Hex | 85 | BF | B4 | 1E | 0 | 6 | 19 | A9 | 1F | 40 |
| Octal | 205 | 277 | 264 | 36 | 0 | 6 | 31 | 251 | 37 | 100 |
| Binary | 10000101 | 10111111 | 10110100 | 11110 | 0 | 110 | 11001 | 10101001 | 11111 | 1000000 |
Color Harmonies of #85BFB4
Complementary color
Monochromatic Colors of #85BFB4
Black with #85BFB4
Text Example
Text Example
White with #85BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFB4; }
p { color: rgb(133,191,180); }
H1.HeaderClassName
{
color: #85BFB4;
}
.AnyTagClassName
{
color: #85BFB4;
}
</style>
background-color css
<style>
a { background-color: #85BFB4; }
a { background-color: rgb(133,191,180); }
div.DivClassName
{
background-color: #85BFB4;
}
.BgClassName
{
background-color: #85BFB4;
}
</style>
border-color css
<style>
span { border-color: #85BFB4; }
span { border-color: rgb(133,191,180); }
td.TdClassName
{
border-color: #85BFB4;
}
.TagClassName
{
border-color: #85BFB4;
}
</style>