Shades of Riptide #86D9CF
Tints of Riptide #86D9CF
RGB
CMYK
RGB Variations
Color information
#86D9CF (or 0x86D9CF) is known color: Riptide. HEX triplet: 86, D9 and CF. RGB value is (134,217,207). Sum of RGB (Red+Green+Blue) = 134+217+207=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #86D9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D9CF is #792630. Grayscale: #BFBFBF. Windows color (decimal): -7939633 or 13621638. OLE color: 13621638.
HSL color Cylindrical-coordinate representation of color #86D9CF: hue angle of 172.77º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D9CF is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 217 | 207 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.15 |
| HSL | 172.77º | 0.52% | 0.69% | - |
| HSV(B) | 172.77º | 0.38% | 0.85% | - |
| XYZ | 45.91 | 59.2 | 68.04 | - |
| YUV | 191.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 217 | 207 | 0.38 | 0 | 0.05 | 0.15 | 172.77 | 0.52 | 0.69 |
| Hex | 86 | D9 | CF | 26 | 0 | 5 | F | AD | 34 | 45 |
| Octal | 206 | 331 | 317 | 46 | 0 | 5 | 17 | 255 | 64 | 105 |
| Binary | 10000110 | 11011001 | 11001111 | 100110 | 0 | 101 | 1111 | 10101101 | 110100 | 1000101 |
Color Harmonies of #86D9CF
Complementary color
Monochromatic Colors of #86D9CF
Black with #86D9CF
Text Example
Text Example
White with #86D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D9CF; }
p { color: rgb(134,217,207); }
H1.HeaderClassName
{
color: #86D9CF;
}
.AnyTagClassName
{
color: #86D9CF;
}
</style>
background-color css
<style>
a { background-color: #86D9CF; }
a { background-color: rgb(134,217,207); }
div.DivClassName
{
background-color: #86D9CF;
}
.BgClassName
{
background-color: #86D9CF;
}
</style>
border-color css
<style>
span { border-color: #86D9CF; }
span { border-color: rgb(134,217,207); }
td.TdClassName
{
border-color: #86D9CF;
}
.TagClassName
{
border-color: #86D9CF;
}
</style>