Shades of Bermuda #87CDB5
Tints of Bermuda #87CDB5
RGB
CMYK
RGB Variations
Color information
#87CDB5 (or 0x87CDB5) is known color: Bermuda. HEX triplet: 87, CD and B5. RGB value is (135,205,181). Sum of RGB (Red+Green+Blue) = 135+205+181=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #87CDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CDB5 is #78324A. Grayscale: #B5B5B5. Windows color (decimal): -7877195 or 11914631. OLE color: 11914631.
HSL color Cylindrical-coordinate representation of color #87CDB5: hue angle of 159.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CDB5 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 205 | 181 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.20 |
| HSL | 159.43º | 0.41% | 0.67% | - |
| HSV(B) | 159.43º | 0.34% | 0.8% | - |
| XYZ | 40.16 | 52.15 | 51.67 | - |
| YUV | 181.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 205 | 181 | 0.34 | 0 | 0.12 | 0.20 | 159.43 | 0.41 | 0.67 |
| Hex | 87 | CD | B5 | 22 | 0 | C | 14 | 9F | 29 | 43 |
| Octal | 207 | 315 | 265 | 42 | 0 | 14 | 24 | 237 | 51 | 103 |
| Binary | 10000111 | 11001101 | 10110101 | 100010 | 0 | 1100 | 10100 | 10011111 | 101001 | 1000011 |
Color Harmonies of #87CDB5
Complementary color
Monochromatic Colors of #87CDB5
Black with #87CDB5
Text Example
Text Example
White with #87CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CDB5; }
p { color: rgb(135,205,181); }
H1.HeaderClassName
{
color: #87CDB5;
}
.AnyTagClassName
{
color: #87CDB5;
}
</style>
background-color css
<style>
a { background-color: #87CDB5; }
a { background-color: rgb(135,205,181); }
div.DivClassName
{
background-color: #87CDB5;
}
.BgClassName
{
background-color: #87CDB5;
}
</style>
border-color css
<style>
span { border-color: #87CDB5; }
span { border-color: rgb(135,205,181); }
td.TdClassName
{
border-color: #87CDB5;
}
.TagClassName
{
border-color: #87CDB5;
}
</style>