Shades of Bermuda #87CCC9
Tints of Bermuda #87CCC9
RGB
CMYK
RGB Variations
Color information
#87CCC9 (or 0x87CCC9) is known color: Bermuda. HEX triplet: 87, CC and C9. RGB value is (135,204,201). Sum of RGB (Red+Green+Blue) = 135+204+201=540 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #87CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CCC9 is #783336. Grayscale: #B6B6B6. Windows color (decimal): -7877431 or 13225095. OLE color: 13225095.
HSL color Cylindrical-coordinate representation of color #87CCC9: hue angle of 177.39º 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 #87CCC9 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 204 | 201 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.2 |
| HSL | 177.39º | 0.4% | 0.66% | - |
| HSV(B) | 177.39º | 0.34% | 0.8% | - |
| XYZ | 42.13 | 52.55 | 63.18 | - |
| YUV | 183.03 | 138.14 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 204 | 201 | 0.34 | 0 | 0.01 | 0.2 | 177.39 | 0.4 | 0.66 |
| Hex | 87 | CC | C9 | 22 | 0 | 1 | 14 | B1 | 28 | 42 |
| Octal | 207 | 314 | 311 | 42 | 0 | 1 | 24 | 261 | 50 | 102 |
| Binary | 10000111 | 11001100 | 11001001 | 100010 | 0 | 1 | 10100 | 10110001 | 101000 | 1000010 |
Color Harmonies of #87CCC9
Complementary color
Monochromatic Colors of #87CCC9
Black with #87CCC9
Text Example
Text Example
White with #87CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CCC9; }
p { color: rgb(135,204,201); }
H1.HeaderClassName
{
color: #87CCC9;
}
.AnyTagClassName
{
color: #87CCC9;
}
</style>
background-color css
<style>
a { background-color: #87CCC9; }
a { background-color: rgb(135,204,201); }
div.DivClassName
{
background-color: #87CCC9;
}
.BgClassName
{
background-color: #87CCC9;
}
</style>
border-color css
<style>
span { border-color: #87CCC9; }
span { border-color: rgb(135,204,201); }
td.TdClassName
{
border-color: #87CCC9;
}
.TagClassName
{
border-color: #87CCC9;
}
</style>