Shades of Bermuda #87CBC8
Tints of Bermuda #87CBC8
RGB
CMYK
RGB Variations
Color information
#87CBC8 (or 0x87CBC8) is known color: Bermuda. HEX triplet: 87, CB and C8. RGB value is (135,203,200). Sum of RGB (Red+Green+Blue) = 135+203+200=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #87CBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CBC8 is #783437. Grayscale: #B6B6B6. Windows color (decimal): -7877688 or 13159303. OLE color: 13159303.
HSL color Cylindrical-coordinate representation of color #87CBC8: hue angle of 177.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87CBC8 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 203 | 200 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.20 |
| HSL | 177.35º | 0.4% | 0.66% | - |
| HSV(B) | 177.35º | 0.33% | 0.8% | - |
| XYZ | 41.77 | 52.03 | 62.49 | - |
| YUV | 182.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 203 | 200 | 0.33 | 0 | 0.01 | 0.20 | 177.35 | 0.4 | 0.66 |
| Hex | 87 | CB | C8 | 21 | 0 | 1 | 14 | B1 | 28 | 42 |
| Octal | 207 | 313 | 310 | 41 | 0 | 1 | 24 | 261 | 50 | 102 |
| Binary | 10000111 | 11001011 | 11001000 | 100001 | 0 | 1 | 10100 | 10110001 | 101000 | 1000010 |
Color Harmonies of #87CBC8
Complementary color
Monochromatic Colors of #87CBC8
Black with #87CBC8
Text Example
Text Example
White with #87CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CBC8; }
p { color: rgb(135,203,200); }
H1.HeaderClassName
{
color: #87CBC8;
}
.AnyTagClassName
{
color: #87CBC8;
}
</style>
background-color css
<style>
a { background-color: #87CBC8; }
a { background-color: rgb(135,203,200); }
div.DivClassName
{
background-color: #87CBC8;
}
.BgClassName
{
background-color: #87CBC8;
}
</style>
border-color css
<style>
span { border-color: #87CBC8; }
span { border-color: rgb(135,203,200); }
td.TdClassName
{
border-color: #87CBC8;
}
.TagClassName
{
border-color: #87CBC8;
}
</style>