Shades of Riptide #86DFCE
Tints of Riptide #86DFCE
RGB
CMYK
RGB Variations
Color information
#86DFCE (or 0x86DFCE) is known color: Riptide. HEX triplet: 86, DF and CE. RGB value is (134,223,206). Sum of RGB (Red+Green+Blue) = 134+223+206=563 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.80% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #86DFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DFCE is #792031. Grayscale: #C2C2C2. Windows color (decimal): -7938098 or 13557638. OLE color: 13557638.
HSL color Cylindrical-coordinate representation of color #86DFCE: hue angle of 168.54º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DFCE is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 206 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.13 |
| HSL | 168.54º | 0.58% | 0.7% | - |
| HSV(B) | 168.54º | 0.4% | 0.87% | - |
| XYZ | 47.36 | 62.3 | 67.92 | - |
| YUV | 194.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 206 | 0.40 | 0 | 0.08 | 0.13 | 168.54 | 0.58 | 0.7 |
| Hex | 86 | DF | CE | 28 | 0 | 8 | D | A9 | 3A | 46 |
| Octal | 206 | 337 | 316 | 50 | 0 | 10 | 15 | 251 | 72 | 106 |
| Binary | 10000110 | 11011111 | 11001110 | 101000 | 0 | 1000 | 1101 | 10101001 | 111010 | 1000110 |
Color Harmonies of #86DFCE
Complementary color
Monochromatic Colors of #86DFCE
Black with #86DFCE
Text Example
Text Example
White with #86DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFCE; }
p { color: rgb(134,223,206); }
H1.HeaderClassName
{
color: #86DFCE;
}
.AnyTagClassName
{
color: #86DFCE;
}
</style>
background-color css
<style>
a { background-color: #86DFCE; }
a { background-color: rgb(134,223,206); }
div.DivClassName
{
background-color: #86DFCE;
}
.BgClassName
{
background-color: #86DFCE;
}
</style>
border-color css
<style>
span { border-color: #86DFCE; }
span { border-color: rgb(134,223,206); }
td.TdClassName
{
border-color: #86DFCE;
}
.TagClassName
{
border-color: #86DFCE;
}
</style>