Shades of Riptide #86DFCD
Tints of Riptide #86DFCD
RGB
CMYK
RGB Variations
Color information
#86DFCD (or 0x86DFCD) is known color: Riptide. HEX triplet: 86, DF and CD. RGB value is (134,223,205). Sum of RGB (Red+Green+Blue) = 134+223+205=562 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.84% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #86DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DFCD is #792032. Grayscale: #C2C2C2. Windows color (decimal): -7938099 or 13492102. OLE color: 13492102.
HSL color Cylindrical-coordinate representation of color #86DFCD: hue angle of 167.87º 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 #86DFCD is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 205 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.13 |
| HSL | 167.87º | 0.58% | 0.7% | - |
| HSV(B) | 167.87º | 0.4% | 0.87% | - |
| XYZ | 47.24 | 62.25 | 67.28 | - |
| YUV | 194.34 | 134.01 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 205 | 0.40 | 0 | 0.08 | 0.13 | 167.87 | 0.58 | 0.7 |
| Hex | 86 | DF | CD | 28 | 0 | 8 | D | A8 | 3A | 46 |
| Octal | 206 | 337 | 315 | 50 | 0 | 10 | 15 | 250 | 72 | 106 |
| Binary | 10000110 | 11011111 | 11001101 | 101000 | 0 | 1000 | 1101 | 10101000 | 111010 | 1000110 |
Color Harmonies of #86DFCD
Complementary color
Monochromatic Colors of #86DFCD
Black with #86DFCD
Text Example
Text Example
White with #86DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFCD; }
p { color: rgb(134,223,205); }
H1.HeaderClassName
{
color: #86DFCD;
}
.AnyTagClassName
{
color: #86DFCD;
}
</style>
background-color css
<style>
a { background-color: #86DFCD; }
a { background-color: rgb(134,223,205); }
div.DivClassName
{
background-color: #86DFCD;
}
.BgClassName
{
background-color: #86DFCD;
}
</style>
border-color css
<style>
span { border-color: #86DFCD; }
span { border-color: rgb(134,223,205); }
td.TdClassName
{
border-color: #86DFCD;
}
.TagClassName
{
border-color: #86DFCD;
}
</style>