Shades of Riptide #86E8D9
Tints of Riptide #86E8D9
RGB
CMYK
RGB Variations
Color information
#86E8D9 (or 0x86E8D9) is known color: Riptide. HEX triplet: 86, E8 and D9. RGB value is (134,232,217). Sum of RGB (Red+Green+Blue) = 134+232+217=583 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.98% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 232 - color contains mainly: green. Hex color #86E8D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86E8D9 is #791726. Grayscale: #C8C8C8. Windows color (decimal): -7935783 or 14280838. OLE color: 14280838.
HSL color Cylindrical-coordinate representation of color #86E8D9: hue angle of 170.82º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E8D9 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 232 | 217 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.09 |
| HSL | 170.82º | 0.68% | 0.72% | - |
| HSV(B) | 170.82º | 0.42% | 0.91% | - |
| XYZ | 51.21 | 67.79 | 76.03 | - |
| YUV | 200.99 | 137.03 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 232 | 217 | 0.42 | 0 | 0.06 | 0.09 | 170.82 | 0.68 | 0.72 |
| Hex | 86 | E8 | D9 | 2A | 0 | 6 | 9 | AB | 44 | 48 |
| Octal | 206 | 350 | 331 | 52 | 0 | 6 | 11 | 253 | 104 | 110 |
| Binary | 10000110 | 11101000 | 11011001 | 101010 | 0 | 110 | 1001 | 10101011 | 1000100 | 1001000 |
Color Harmonies of #86E8D9
Complementary color
Monochromatic Colors of #86E8D9
Black with #86E8D9
Text Example
Text Example
White with #86E8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E8D9; }
p { color: rgb(134,232,217); }
H1.HeaderClassName
{
color: #86E8D9;
}
.AnyTagClassName
{
color: #86E8D9;
}
</style>
background-color css
<style>
a { background-color: #86E8D9; }
a { background-color: rgb(134,232,217); }
div.DivClassName
{
background-color: #86E8D9;
}
.BgClassName
{
background-color: #86E8D9;
}
</style>
border-color css
<style>
span { border-color: #86E8D9; }
span { border-color: rgb(134,232,217); }
td.TdClassName
{
border-color: #86E8D9;
}
.TagClassName
{
border-color: #86E8D9;
}
</style>