Shades of Bermuda #86DBBD
Tints of Bermuda #86DBBD
RGB
CMYK
RGB Variations
Color information
#86DBBD (or 0x86DBBD) is known color: Bermuda. HEX triplet: 86, DB and BD. RGB value is (134,219,189). Sum of RGB (Red+Green+Blue) = 134+219+189=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DBBD is #792442. Grayscale: #BEBEBE. Windows color (decimal): -7939139 or 12442502. OLE color: 12442502.
HSL color Cylindrical-coordinate representation of color #86DBBD: hue angle of 158.82º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DBBD is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 189 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.14 |
| HSL | 158.82º | 0.54% | 0.69% | - |
| HSV(B) | 158.82º | 0.39% | 0.86% | - |
| XYZ | 44.35 | 59.41 | 57.27 | - |
| YUV | 190.17 | 127.34 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 189 | 0.39 | 0 | 0.14 | 0.14 | 158.82 | 0.54 | 0.69 |
| Hex | 86 | DB | BD | 27 | 0 | E | E | 9F | 36 | 45 |
| Octal | 206 | 333 | 275 | 47 | 0 | 16 | 16 | 237 | 66 | 105 |
| Binary | 10000110 | 11011011 | 10111101 | 100111 | 0 | 1110 | 1110 | 10011111 | 110110 | 1000101 |
Color Harmonies of #86DBBD
Complementary color
Monochromatic Colors of #86DBBD
Black with #86DBBD
Text Example
Text Example
White with #86DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBBD; }
p { color: rgb(134,219,189); }
H1.HeaderClassName
{
color: #86DBBD;
}
.AnyTagClassName
{
color: #86DBBD;
}
</style>
background-color css
<style>
a { background-color: #86DBBD; }
a { background-color: rgb(134,219,189); }
div.DivClassName
{
background-color: #86DBBD;
}
.BgClassName
{
background-color: #86DBBD;
}
</style>
border-color css
<style>
span { border-color: #86DBBD; }
span { border-color: rgb(134,219,189); }
td.TdClassName
{
border-color: #86DBBD;
}
.TagClassName
{
border-color: #86DBBD;
}
</style>