Shades of Bermuda #86CDB7
Tints of Bermuda #86CDB7
RGB
CMYK
RGB Variations
Color information
#86CDB7 (or 0x86CDB7) is known color: Bermuda. HEX triplet: 86, CD and B7. RGB value is (134,205,183). Sum of RGB (Red+Green+Blue) = 134+205+183=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #86CDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CDB7 is #793248. Grayscale: #B5B5B5. Windows color (decimal): -7942729 or 12045702. OLE color: 12045702.
HSL color Cylindrical-coordinate representation of color #86CDB7: hue angle of 161.41º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CDB7 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 205 | 183 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.20 |
| HSL | 161.41º | 0.42% | 0.66% | - |
| HSV(B) | 161.41º | 0.35% | 0.8% | - |
| XYZ | 40.21 | 52.15 | 52.75 | - |
| YUV | 181.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 205 | 183 | 0.35 | 0 | 0.11 | 0.20 | 161.41 | 0.42 | 0.66 |
| Hex | 86 | CD | B7 | 23 | 0 | B | 14 | A1 | 2A | 42 |
| Octal | 206 | 315 | 267 | 43 | 0 | 13 | 24 | 241 | 52 | 102 |
| Binary | 10000110 | 11001101 | 10110111 | 100011 | 0 | 1011 | 10100 | 10100001 | 101010 | 1000010 |
Color Harmonies of #86CDB7
Complementary color
Monochromatic Colors of #86CDB7
Black with #86CDB7
Text Example
Text Example
White with #86CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CDB7; }
p { color: rgb(134,205,183); }
H1.HeaderClassName
{
color: #86CDB7;
}
.AnyTagClassName
{
color: #86CDB7;
}
</style>
background-color css
<style>
a { background-color: #86CDB7; }
a { background-color: rgb(134,205,183); }
div.DivClassName
{
background-color: #86CDB7;
}
.BgClassName
{
background-color: #86CDB7;
}
</style>
border-color css
<style>
span { border-color: #86CDB7; }
span { border-color: rgb(134,205,183); }
td.TdClassName
{
border-color: #86CDB7;
}
.TagClassName
{
border-color: #86CDB7;
}
</style>