Shades of Bermuda #86DAB8
Tints of Bermuda #86DAB8
RGB
CMYK
RGB Variations
Color information
#86DAB8 (or 0x86DAB8) is known color: Bermuda. HEX triplet: 86, DA and B8. RGB value is (134,218,184). Sum of RGB (Red+Green+Blue) = 134+218+184=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #86DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DAB8 is #792547. Grayscale: #BDBDBD. Windows color (decimal): -7939400 or 12114566. OLE color: 12114566.
HSL color Cylindrical-coordinate representation of color #86DAB8: hue angle of 155.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DAB8 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 218 | 184 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.15 |
| HSL | 155.71º | 0.53% | 0.69% | - |
| HSV(B) | 155.71º | 0.39% | 0.85% | - |
| XYZ | 43.55 | 58.67 | 54.38 | - |
| YUV | 189.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 218 | 184 | 0.39 | 0 | 0.16 | 0.15 | 155.71 | 0.53 | 0.69 |
| Hex | 86 | DA | B8 | 27 | 0 | 10 | F | 9C | 35 | 45 |
| Octal | 206 | 332 | 270 | 47 | 0 | 20 | 17 | 234 | 65 | 105 |
| Binary | 10000110 | 11011010 | 10111000 | 100111 | 0 | 10000 | 1111 | 10011100 | 110101 | 1000101 |
Color Harmonies of #86DAB8
Complementary color
Monochromatic Colors of #86DAB8
Black with #86DAB8
Text Example
Text Example
White with #86DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DAB8; }
p { color: rgb(134,218,184); }
H1.HeaderClassName
{
color: #86DAB8;
}
.AnyTagClassName
{
color: #86DAB8;
}
</style>
background-color css
<style>
a { background-color: #86DAB8; }
a { background-color: rgb(134,218,184); }
div.DivClassName
{
background-color: #86DAB8;
}
.BgClassName
{
background-color: #86DAB8;
}
</style>
border-color css
<style>
span { border-color: #86DAB8; }
span { border-color: rgb(134,218,184); }
td.TdClassName
{
border-color: #86DAB8;
}
.TagClassName
{
border-color: #86DAB8;
}
</style>