Shades of Bermuda #86DBB9
Tints of Bermuda #86DBB9
RGB
CMYK
RGB Variations
Color information
#86DBB9 (or 0x86DBB9) is known color: Bermuda. HEX triplet: 86, DB and B9. RGB value is (134,219,185). Sum of RGB (Red+Green+Blue) = 134+219+185=538 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.91% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DBB9 is #792446. Grayscale: #BDBDBD. Windows color (decimal): -7939143 or 12180358. OLE color: 12180358.
HSL color Cylindrical-coordinate representation of color #86DBB9: hue angle of 156º 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 #86DBB9 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 185 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.14 |
| HSL | 156º | 0.54% | 0.69% | - |
| HSV(B) | 156º | 0.39% | 0.86% | - |
| XYZ | 43.92 | 59.23 | 55.02 | - |
| YUV | 189.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 185 | 0.39 | 0 | 0.16 | 0.14 | 156 | 0.54 | 0.69 |
| Hex | 86 | DB | B9 | 27 | 0 | 10 | E | 9C | 36 | 45 |
| Octal | 206 | 333 | 271 | 47 | 0 | 20 | 16 | 234 | 66 | 105 |
| Binary | 10000110 | 11011011 | 10111001 | 100111 | 0 | 10000 | 1110 | 10011100 | 110110 | 1000101 |
Color Harmonies of #86DBB9
Complementary color
Monochromatic Colors of #86DBB9
Black with #86DBB9
Text Example
Text Example
White with #86DBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBB9; }
p { color: rgb(134,219,185); }
H1.HeaderClassName
{
color: #86DBB9;
}
.AnyTagClassName
{
color: #86DBB9;
}
</style>
background-color css
<style>
a { background-color: #86DBB9; }
a { background-color: rgb(134,219,185); }
div.DivClassName
{
background-color: #86DBB9;
}
.BgClassName
{
background-color: #86DBB9;
}
</style>
border-color css
<style>
span { border-color: #86DBB9; }
span { border-color: rgb(134,219,185); }
td.TdClassName
{
border-color: #86DBB9;
}
.TagClassName
{
border-color: #86DBB9;
}
</style>