Shades of Monte Carlo #85BDB8
Tints of Monte Carlo #85BDB8
RGB
CMYK
RGB Variations
Color information
#85BDB8 (or 0x85BDB8) is known color: Monte Carlo. HEX triplet: 85, BD and B8. RGB value is (133,189,184). Sum of RGB (Red+Green+Blue) = 133+189+184=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #85BDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDB8 is #7A4247. Grayscale: #ABABAB. Windows color (decimal): -8012360 or 12107141. OLE color: 12107141.
HSL color Cylindrical-coordinate representation of color #85BDB8: hue angle of 174.64º 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 #85BDB8 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 184 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.26 |
| HSL | 174.64º | 0.3% | 0.63% | - |
| HSV(B) | 174.64º | 0.3% | 0.74% | - |
| XYZ | 36.52 | 44.84 | 52.08 | - |
| YUV | 171.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 184 | 0.30 | 0 | 0.03 | 0.26 | 174.64 | 0.3 | 0.63 |
| Hex | 85 | BD | B8 | 1E | 0 | 3 | 1A | AF | 1E | 3F |
| Octal | 205 | 275 | 270 | 36 | 0 | 3 | 32 | 257 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10111000 | 11110 | 0 | 11 | 11010 | 10101111 | 11110 | 111111 |
Color Harmonies of #85BDB8
Complementary color
Monochromatic Colors of #85BDB8
Black with #85BDB8
Text Example
Text Example
White with #85BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDB8; }
p { color: rgb(133,189,184); }
H1.HeaderClassName
{
color: #85BDB8;
}
.AnyTagClassName
{
color: #85BDB8;
}
</style>
background-color css
<style>
a { background-color: #85BDB8; }
a { background-color: rgb(133,189,184); }
div.DivClassName
{
background-color: #85BDB8;
}
.BgClassName
{
background-color: #85BDB8;
}
</style>
border-color css
<style>
span { border-color: #85BDB8; }
span { border-color: rgb(133,189,184); }
td.TdClassName
{
border-color: #85BDB8;
}
.TagClassName
{
border-color: #85BDB8;
}
</style>