Shades of Monte Carlo #87CCB0
Tints of Monte Carlo #87CCB0
RGB
CMYK
RGB Variations
Color information
#87CCB0 (or 0x87CCB0) is known color: Monte Carlo. HEX triplet: 87, CC and B0. RGB value is (135,204,176). Sum of RGB (Red+Green+Blue) = 135+204+176=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #87CCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CCB0 is #78334F. Grayscale: #B4B4B4. Windows color (decimal): -7877456 or 11586695. OLE color: 11586695.
HSL color Cylindrical-coordinate representation of color #87CCB0: hue angle of 155.65º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CCB0 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 204 | 176 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.2 |
| HSL | 155.65º | 0.4% | 0.66% | - |
| HSV(B) | 155.65º | 0.34% | 0.8% | - |
| XYZ | 39.42 | 51.47 | 48.93 | - |
| YUV | 180.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 204 | 176 | 0.34 | 0 | 0.14 | 0.2 | 155.65 | 0.4 | 0.66 |
| Hex | 87 | CC | B0 | 22 | 0 | E | 14 | 9C | 28 | 42 |
| Octal | 207 | 314 | 260 | 42 | 0 | 16 | 24 | 234 | 50 | 102 |
| Binary | 10000111 | 11001100 | 10110000 | 100010 | 0 | 1110 | 10100 | 10011100 | 101000 | 1000010 |
Color Harmonies of #87CCB0
Complementary color
Monochromatic Colors of #87CCB0
Black with #87CCB0
Text Example
Text Example
White with #87CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CCB0; }
p { color: rgb(135,204,176); }
H1.HeaderClassName
{
color: #87CCB0;
}
.AnyTagClassName
{
color: #87CCB0;
}
</style>
background-color css
<style>
a { background-color: #87CCB0; }
a { background-color: rgb(135,204,176); }
div.DivClassName
{
background-color: #87CCB0;
}
.BgClassName
{
background-color: #87CCB0;
}
</style>
border-color css
<style>
span { border-color: #87CCB0; }
span { border-color: rgb(135,204,176); }
td.TdClassName
{
border-color: #87CCB0;
}
.TagClassName
{
border-color: #87CCB0;
}
</style>