Shades of Bermuda #86CBB8
Tints of Bermuda #86CBB8
RGB
CMYK
RGB Variations
Color information
#86CBB8 (or 0x86CBB8) is known color: Bermuda. HEX triplet: 86, CB and B8. RGB value is (134,203,184). Sum of RGB (Red+Green+Blue) = 134+203+184=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #86CBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CBB8 is #793447. Grayscale: #B4B4B4. Windows color (decimal): -7943240 or 12110726. OLE color: 12110726.
HSL color Cylindrical-coordinate representation of color #86CBB8: hue angle of 163.48º 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 #86CBB8 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 184 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.20 |
| HSL | 163.48º | 0.4% | 0.66% | - |
| HSV(B) | 163.48º | 0.34% | 0.8% | - |
| XYZ | 39.84 | 51.24 | 53.14 | - |
| YUV | 180.2 | 130.14 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 184 | 0.34 | 0 | 0.09 | 0.20 | 163.48 | 0.4 | 0.66 |
| Hex | 86 | CB | B8 | 22 | 0 | 9 | 14 | A3 | 28 | 42 |
| Octal | 206 | 313 | 270 | 42 | 0 | 11 | 24 | 243 | 50 | 102 |
| Binary | 10000110 | 11001011 | 10111000 | 100010 | 0 | 1001 | 10100 | 10100011 | 101000 | 1000010 |
Color Harmonies of #86CBB8
Complementary color
Monochromatic Colors of #86CBB8
Black with #86CBB8
Text Example
Text Example
White with #86CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CBB8; }
p { color: rgb(134,203,184); }
H1.HeaderClassName
{
color: #86CBB8;
}
.AnyTagClassName
{
color: #86CBB8;
}
</style>
background-color css
<style>
a { background-color: #86CBB8; }
a { background-color: rgb(134,203,184); }
div.DivClassName
{
background-color: #86CBB8;
}
.BgClassName
{
background-color: #86CBB8;
}
</style>
border-color css
<style>
span { border-color: #86CBB8; }
span { border-color: rgb(134,203,184); }
td.TdClassName
{
border-color: #86CBB8;
}
.TagClassName
{
border-color: #86CBB8;
}
</style>