Shades of Bermuda #86CDC5
Tints of Bermuda #86CDC5
RGB
CMYK
RGB Variations
Color information
#86CDC5 (or 0x86CDC5) is known color: Bermuda. HEX triplet: 86, CD and C5. RGB value is (134,205,197). Sum of RGB (Red+Green+Blue) = 134+205+197=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #86CDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CDC5 is #79323A. Grayscale: #B6B6B6. Windows color (decimal): -7942715 or 12963206. OLE color: 12963206.
HSL color Cylindrical-coordinate representation of color #86CDC5: hue angle of 173.24º 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 #86CDC5 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 205 | 197 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.20 |
| HSL | 173.24º | 0.42% | 0.66% | - |
| HSV(B) | 173.24º | 0.35% | 0.8% | - |
| XYZ | 41.74 | 52.76 | 60.81 | - |
| YUV | 182.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 205 | 197 | 0.35 | 0 | 0.04 | 0.20 | 173.24 | 0.42 | 0.66 |
| Hex | 86 | CD | C5 | 23 | 0 | 4 | 14 | AD | 2A | 42 |
| Octal | 206 | 315 | 305 | 43 | 0 | 4 | 24 | 255 | 52 | 102 |
| Binary | 10000110 | 11001101 | 11000101 | 100011 | 0 | 100 | 10100 | 10101101 | 101010 | 1000010 |
Color Harmonies of #86CDC5
Complementary color
Monochromatic Colors of #86CDC5
Black with #86CDC5
Text Example
Text Example
White with #86CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CDC5; }
p { color: rgb(134,205,197); }
H1.HeaderClassName
{
color: #86CDC5;
}
.AnyTagClassName
{
color: #86CDC5;
}
</style>
background-color css
<style>
a { background-color: #86CDC5; }
a { background-color: rgb(134,205,197); }
div.DivClassName
{
background-color: #86CDC5;
}
.BgClassName
{
background-color: #86CDC5;
}
</style>
border-color css
<style>
span { border-color: #86CDC5; }
span { border-color: rgb(134,205,197); }
td.TdClassName
{
border-color: #86CDC5;
}
.TagClassName
{
border-color: #86CDC5;
}
</style>