Shades of Bermuda #87CDB7
Tints of Bermuda #87CDB7
RGB
CMYK
RGB Variations
Color information
#87CDB7 (or 0x87CDB7) is known color: Bermuda. HEX triplet: 87, CD and B7. RGB value is (135,205,183). Sum of RGB (Red+Green+Blue) = 135+205+183=523 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.81% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #87CDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CDB7 is #783248. Grayscale: #B5B5B5. Windows color (decimal): -7877193 or 12045703. OLE color: 12045703.
HSL color Cylindrical-coordinate representation of color #87CDB7: hue angle of 161.14º 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 #87CDB7 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 205 | 183 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.20 |
| HSL | 161.14º | 0.41% | 0.67% | - |
| HSV(B) | 161.14º | 0.34% | 0.8% | - |
| XYZ | 40.37 | 52.23 | 52.75 | - |
| YUV | 181.56 | 128.81 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 205 | 183 | 0.34 | 0 | 0.11 | 0.20 | 161.14 | 0.41 | 0.67 |
| Hex | 87 | CD | B7 | 22 | 0 | B | 14 | A1 | 29 | 43 |
| Octal | 207 | 315 | 267 | 42 | 0 | 13 | 24 | 241 | 51 | 103 |
| Binary | 10000111 | 11001101 | 10110111 | 100010 | 0 | 1011 | 10100 | 10100001 | 101001 | 1000011 |
Color Harmonies of #87CDB7
Complementary color
Monochromatic Colors of #87CDB7
Black with #87CDB7
Text Example
Text Example
White with #87CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CDB7; }
p { color: rgb(135,205,183); }
H1.HeaderClassName
{
color: #87CDB7;
}
.AnyTagClassName
{
color: #87CDB7;
}
</style>
background-color css
<style>
a { background-color: #87CDB7; }
a { background-color: rgb(135,205,183); }
div.DivClassName
{
background-color: #87CDB7;
}
.BgClassName
{
background-color: #87CDB7;
}
</style>
border-color css
<style>
span { border-color: #87CDB7; }
span { border-color: rgb(135,205,183); }
td.TdClassName
{
border-color: #87CDB7;
}
.TagClassName
{
border-color: #87CDB7;
}
</style>