Shades of Bermuda #86CBC6
Tints of Bermuda #86CBC6
RGB
CMYK
RGB Variations
Color information
#86CBC6 (or 0x86CBC6) is known color: Bermuda. HEX triplet: 86, CB and C6. RGB value is (134,203,198). Sum of RGB (Red+Green+Blue) = 134+203+198=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #86CBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CBC6 is #793439. Grayscale: #B5B5B5. Windows color (decimal): -7943226 or 13028230. OLE color: 13028230.
HSL color Cylindrical-coordinate representation of color #86CBC6: hue angle of 175.65º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CBC6 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 198 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.20 |
| HSL | 175.65º | 0.4% | 0.66% | - |
| HSV(B) | 175.65º | 0.34% | 0.8% | - |
| XYZ | 41.38 | 51.86 | 61.25 | - |
| YUV | 181.8 | 137.14 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 198 | 0.34 | 0 | 0.02 | 0.20 | 175.65 | 0.4 | 0.66 |
| Hex | 86 | CB | C6 | 22 | 0 | 2 | 14 | B0 | 28 | 42 |
| Octal | 206 | 313 | 306 | 42 | 0 | 2 | 24 | 260 | 50 | 102 |
| Binary | 10000110 | 11001011 | 11000110 | 100010 | 0 | 10 | 10100 | 10110000 | 101000 | 1000010 |
Color Harmonies of #86CBC6
Complementary color
Monochromatic Colors of #86CBC6
Black with #86CBC6
Text Example
Text Example
White with #86CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CBC6; }
p { color: rgb(134,203,198); }
H1.HeaderClassName
{
color: #86CBC6;
}
.AnyTagClassName
{
color: #86CBC6;
}
</style>
background-color css
<style>
a { background-color: #86CBC6; }
a { background-color: rgb(134,203,198); }
div.DivClassName
{
background-color: #86CBC6;
}
.BgClassName
{
background-color: #86CBC6;
}
</style>
border-color css
<style>
span { border-color: #86CBC6; }
span { border-color: rgb(134,203,198); }
td.TdClassName
{
border-color: #86CBC6;
}
.TagClassName
{
border-color: #86CBC6;
}
</style>