Shades of Bermuda #87DBBA
Tints of Bermuda #87DBBA
RGB
CMYK
RGB Variations
Color information
#87DBBA (or 0x87DBBA) is known color: Bermuda. HEX triplet: 87, DB and BA. RGB value is (135,219,186). Sum of RGB (Red+Green+Blue) = 135+219+186=540 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #87DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DBBA is #782445. Grayscale: #BEBEBE. Windows color (decimal): -7873606 or 12245895. OLE color: 12245895.
HSL color Cylindrical-coordinate representation of color #87DBBA: hue angle of 156.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87DBBA is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 219 | 186 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.14 |
| HSL | 156.43º | 0.54% | 0.69% | - |
| HSV(B) | 156.43º | 0.38% | 0.86% | - |
| XYZ | 44.19 | 59.36 | 55.58 | - |
| YUV | 190.12 | 125.67 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 219 | 186 | 0.38 | 0 | 0.15 | 0.14 | 156.43 | 0.54 | 0.69 |
| Hex | 87 | DB | BA | 26 | 0 | F | E | 9C | 36 | 45 |
| Octal | 207 | 333 | 272 | 46 | 0 | 17 | 16 | 234 | 66 | 105 |
| Binary | 10000111 | 11011011 | 10111010 | 100110 | 0 | 1111 | 1110 | 10011100 | 110110 | 1000101 |
Color Harmonies of #87DBBA
Complementary color
Monochromatic Colors of #87DBBA
Black with #87DBBA
Text Example
Text Example
White with #87DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DBBA; }
p { color: rgb(135,219,186); }
H1.HeaderClassName
{
color: #87DBBA;
}
.AnyTagClassName
{
color: #87DBBA;
}
</style>
background-color css
<style>
a { background-color: #87DBBA; }
a { background-color: rgb(135,219,186); }
div.DivClassName
{
background-color: #87DBBA;
}
.BgClassName
{
background-color: #87DBBA;
}
</style>
border-color css
<style>
span { border-color: #87DBBA; }
span { border-color: rgb(135,219,186); }
td.TdClassName
{
border-color: #87DBBA;
}
.TagClassName
{
border-color: #87DBBA;
}
</style>