Shades of Bermuda #87CDB4
Tints of Bermuda #87CDB4
RGB
CMYK
RGB Variations
Color information
#87CDB4 (or 0x87CDB4) is known color: Bermuda. HEX triplet: 87, CD and B4. RGB value is (135,205,180). Sum of RGB (Red+Green+Blue) = 135+205+180=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #87CDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CDB4 is #78324B. Grayscale: #B5B5B5. Windows color (decimal): -7877196 or 11849095. OLE color: 11849095.
HSL color Cylindrical-coordinate representation of color #87CDB4: hue angle of 158.57º 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 #87CDB4 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 205 | 180 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.20 |
| HSL | 158.57º | 0.41% | 0.67% | - |
| HSV(B) | 158.57º | 0.34% | 0.8% | - |
| XYZ | 40.06 | 52.11 | 51.13 | - |
| YUV | 181.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 205 | 180 | 0.34 | 0 | 0.12 | 0.20 | 158.57 | 0.41 | 0.67 |
| Hex | 87 | CD | B4 | 22 | 0 | C | 14 | 9F | 29 | 43 |
| Octal | 207 | 315 | 264 | 42 | 0 | 14 | 24 | 237 | 51 | 103 |
| Binary | 10000111 | 11001101 | 10110100 | 100010 | 0 | 1100 | 10100 | 10011111 | 101001 | 1000011 |
Color Harmonies of #87CDB4
Complementary color
Monochromatic Colors of #87CDB4
Black with #87CDB4
Text Example
Text Example
White with #87CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CDB4; }
p { color: rgb(135,205,180); }
H1.HeaderClassName
{
color: #87CDB4;
}
.AnyTagClassName
{
color: #87CDB4;
}
</style>
background-color css
<style>
a { background-color: #87CDB4; }
a { background-color: rgb(135,205,180); }
div.DivClassName
{
background-color: #87CDB4;
}
.BgClassName
{
background-color: #87CDB4;
}
</style>
border-color css
<style>
span { border-color: #87CDB4; }
span { border-color: rgb(135,205,180); }
td.TdClassName
{
border-color: #87CDB4;
}
.TagClassName
{
border-color: #87CDB4;
}
</style>