Shades of Bermuda #86CDC3
Tints of Bermuda #86CDC3
RGB
CMYK
RGB Variations
Color information
#86CDC3 (or 0x86CDC3) is known color: Bermuda. HEX triplet: 86, CD and C3. RGB value is (134,205,195). Sum of RGB (Red+Green+Blue) = 134+205+195=534 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.09% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #86CDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CDC3 is #79323C. Grayscale: #B6B6B6. Windows color (decimal): -7942717 or 12832134. OLE color: 12832134.
HSL color Cylindrical-coordinate representation of color #86CDC3: hue angle of 171.55º 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 #86CDC3 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 205 | 195 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.20 |
| HSL | 171.55º | 0.42% | 0.66% | - |
| HSV(B) | 171.55º | 0.35% | 0.8% | - |
| XYZ | 41.51 | 52.67 | 59.61 | - |
| YUV | 182.63 | 134.98 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 205 | 195 | 0.35 | 0 | 0.05 | 0.20 | 171.55 | 0.42 | 0.66 |
| Hex | 86 | CD | C3 | 23 | 0 | 5 | 14 | AC | 2A | 42 |
| Octal | 206 | 315 | 303 | 43 | 0 | 5 | 24 | 254 | 52 | 102 |
| Binary | 10000110 | 11001101 | 11000011 | 100011 | 0 | 101 | 10100 | 10101100 | 101010 | 1000010 |
Color Harmonies of #86CDC3
Complementary color
Monochromatic Colors of #86CDC3
Black with #86CDC3
Text Example
Text Example
White with #86CDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CDC3; }
p { color: rgb(134,205,195); }
H1.HeaderClassName
{
color: #86CDC3;
}
.AnyTagClassName
{
color: #86CDC3;
}
</style>
background-color css
<style>
a { background-color: #86CDC3; }
a { background-color: rgb(134,205,195); }
div.DivClassName
{
background-color: #86CDC3;
}
.BgClassName
{
background-color: #86CDC3;
}
</style>
border-color css
<style>
span { border-color: #86CDC3; }
span { border-color: rgb(134,205,195); }
td.TdClassName
{
border-color: #86CDC3;
}
.TagClassName
{
border-color: #86CDC3;
}
</style>