Shades of Monte Carlo #87BDB8
Tints of Monte Carlo #87BDB8
RGB
CMYK
RGB Variations
Color information
#87BDB8 (or 0x87BDB8) is known color: Monte Carlo. HEX triplet: 87, BD and B8. RGB value is (135,189,184). Sum of RGB (Red+Green+Blue) = 135+189+184=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #87BDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BDB8 is #784247. Grayscale: #ACACAC. Windows color (decimal): -7881288 or 12107143. OLE color: 12107143.
HSL color Cylindrical-coordinate representation of color #87BDB8: hue angle of 174.44º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87BDB8 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 184 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.26 |
| HSL | 174.44º | 0.29% | 0.64% | - |
| HSV(B) | 174.44º | 0.29% | 0.74% | - |
| XYZ | 36.84 | 45.01 | 52.09 | - |
| YUV | 172.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 184 | 0.29 | 0 | 0.03 | 0.26 | 174.44 | 0.29 | 0.64 |
| Hex | 87 | BD | B8 | 1D | 0 | 3 | 1A | AE | 1D | 40 |
| Octal | 207 | 275 | 270 | 35 | 0 | 3 | 32 | 256 | 35 | 100 |
| Binary | 10000111 | 10111101 | 10111000 | 11101 | 0 | 11 | 11010 | 10101110 | 11101 | 1000000 |
Color Harmonies of #87BDB8
Complementary color
Monochromatic Colors of #87BDB8
Black with #87BDB8
Text Example
Text Example
White with #87BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BDB8; }
p { color: rgb(135,189,184); }
H1.HeaderClassName
{
color: #87BDB8;
}
.AnyTagClassName
{
color: #87BDB8;
}
</style>
background-color css
<style>
a { background-color: #87BDB8; }
a { background-color: rgb(135,189,184); }
div.DivClassName
{
background-color: #87BDB8;
}
.BgClassName
{
background-color: #87BDB8;
}
</style>
border-color css
<style>
span { border-color: #87BDB8; }
span { border-color: rgb(135,189,184); }
td.TdClassName
{
border-color: #87BDB8;
}
.TagClassName
{
border-color: #87BDB8;
}
</style>