Shades of Bermuda #87C1C1
Tints of Bermuda #87C1C1
RGB
CMYK
RGB Variations
Color information
#87C1C1 (or 0x87C1C1) is known color: Bermuda. HEX triplet: 87, C1 and C1. RGB value is (135,193,193). Sum of RGB (Red+Green+Blue) = 135+193+193=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: green, blue. Hex color #87C1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C1C1 is #783E3E. Grayscale: #AFAFAF. Windows color (decimal): -7880255 or 12697991. OLE color: 12697991.
HSL color Cylindrical-coordinate representation of color #87C1C1: hue angle of 180º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87C1C1 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 193 | 193 | - |
| CMYK | 0.30 | 0 | 0 | 0.24 |
| HSL | 180º | 0.32% | 0.64% | - |
| HSV(B) | 180º | 0.3% | 0.76% | - |
| XYZ | 38.69 | 47.14 | 57.51 | - |
| YUV | 175.66 | 137.78 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 193 | 193 | 0.30 | 0 | 0 | 0.24 | 180 | 0.32 | 0.64 |
| Hex | 87 | C1 | C1 | 1E | 0 | 0 | 18 | B4 | 20 | 40 |
| Octal | 207 | 301 | 301 | 36 | 0 | 0 | 30 | 264 | 40 | 100 |
| Binary | 10000111 | 11000001 | 11000001 | 11110 | 0 | 0 | 11000 | 10110100 | 100000 | 1000000 |
Color Harmonies of #87C1C1
Complementary color
Monochromatic Colors of #87C1C1
Black with #87C1C1
Text Example
Text Example
White with #87C1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C1C1; }
p { color: rgb(135,193,193); }
H1.HeaderClassName
{
color: #87C1C1;
}
.AnyTagClassName
{
color: #87C1C1;
}
</style>
background-color css
<style>
a { background-color: #87C1C1; }
a { background-color: rgb(135,193,193); }
div.DivClassName
{
background-color: #87C1C1;
}
.BgClassName
{
background-color: #87C1C1;
}
</style>
border-color css
<style>
span { border-color: #87C1C1; }
span { border-color: rgb(135,193,193); }
td.TdClassName
{
border-color: #87C1C1;
}
.TagClassName
{
border-color: #87C1C1;
}
</style>