Shades of Monte Carlo #85BDB7
Tints of Monte Carlo #85BDB7
RGB
CMYK
RGB Variations
Color information
#85BDB7 (or 0x85BDB7) is known color: Monte Carlo. HEX triplet: 85, BD and B7. RGB value is (133,189,183). Sum of RGB (Red+Green+Blue) = 133+189+183=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #85BDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDB7 is #7A4248. Grayscale: #ABABAB. Windows color (decimal): -8012361 or 12041605. OLE color: 12041605.
HSL color Cylindrical-coordinate representation of color #85BDB7: hue angle of 173.57º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BDB7 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 183 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.26 |
| HSL | 173.57º | 0.3% | 0.63% | - |
| HSV(B) | 173.57º | 0.3% | 0.74% | - |
| XYZ | 36.42 | 44.8 | 51.53 | - |
| YUV | 171.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 183 | 0.30 | 0 | 0.03 | 0.26 | 173.57 | 0.3 | 0.63 |
| Hex | 85 | BD | B7 | 1E | 0 | 3 | 1A | AE | 1E | 3F |
| Octal | 205 | 275 | 267 | 36 | 0 | 3 | 32 | 256 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10110111 | 11110 | 0 | 11 | 11010 | 10101110 | 11110 | 111111 |
Color Harmonies of #85BDB7
Complementary color
Monochromatic Colors of #85BDB7
Black with #85BDB7
Text Example
Text Example
White with #85BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDB7; }
p { color: rgb(133,189,183); }
H1.HeaderClassName
{
color: #85BDB7;
}
.AnyTagClassName
{
color: #85BDB7;
}
</style>
background-color css
<style>
a { background-color: #85BDB7; }
a { background-color: rgb(133,189,183); }
div.DivClassName
{
background-color: #85BDB7;
}
.BgClassName
{
background-color: #85BDB7;
}
</style>
border-color css
<style>
span { border-color: #85BDB7; }
span { border-color: rgb(133,189,183); }
td.TdClassName
{
border-color: #85BDB7;
}
.TagClassName
{
border-color: #85BDB7;
}
</style>