Shades of Riptide #86D0CF
Tints of Riptide #86D0CF
RGB
CMYK
RGB Variations
Color information
#86D0CF (or 0x86D0CF) is known color: Riptide. HEX triplet: 86, D0 and CF. RGB value is (134,208,207). Sum of RGB (Red+Green+Blue) = 134+208+207=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 208 - color contains mainly: green. Hex color #86D0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D0CF is #792F30. Grayscale: #B9B9B9. Windows color (decimal): -7941937 or 13619334. OLE color: 13619334.
HSL color Cylindrical-coordinate representation of color #86D0CF: hue angle of 179.19º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D0CF is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 208 | 207 | - |
| CMYK | 0.36 | 0 | 0.00 | 0.18 |
| HSL | 179.19º | 0.44% | 0.67% | - |
| HSV(B) | 179.19º | 0.36% | 0.82% | - |
| XYZ | 43.65 | 54.69 | 67.29 | - |
| YUV | 185.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 208 | 207 | 0.36 | 0 | 0.00 | 0.18 | 179.19 | 0.44 | 0.67 |
| Hex | 86 | D0 | CF | 24 | 0 | 0 | 12 | B3 | 2C | 43 |
| Octal | 206 | 320 | 317 | 44 | 0 | 0 | 22 | 263 | 54 | 103 |
| Binary | 10000110 | 11010000 | 11001111 | 100100 | 0 | 0 | 10010 | 10110011 | 101100 | 1000011 |
Color Harmonies of #86D0CF
Complementary color
Monochromatic Colors of #86D0CF
Black with #86D0CF
Text Example
Text Example
White with #86D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D0CF; }
p { color: rgb(134,208,207); }
H1.HeaderClassName
{
color: #86D0CF;
}
.AnyTagClassName
{
color: #86D0CF;
}
</style>
background-color css
<style>
a { background-color: #86D0CF; }
a { background-color: rgb(134,208,207); }
div.DivClassName
{
background-color: #86D0CF;
}
.BgClassName
{
background-color: #86D0CF;
}
</style>
border-color css
<style>
span { border-color: #86D0CF; }
span { border-color: rgb(134,208,207); }
td.TdClassName
{
border-color: #86D0CF;
}
.TagClassName
{
border-color: #86D0CF;
}
</style>