Shades of Riptide #86DECD
Tints of Riptide #86DECD
RGB
CMYK
RGB Variations
Color information
#86DECD (or 0x86DECD) is known color: Riptide. HEX triplet: 86, DE and CD. RGB value is (134,222,205). Sum of RGB (Red+Green+Blue) = 134+222+205=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #86DECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DECD is #792132. Grayscale: #C1C1C1. Windows color (decimal): -7938355 or 13491846. OLE color: 13491846.
HSL color Cylindrical-coordinate representation of color #86DECD: hue angle of 168.41º degrees, saturation: 0.57, 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 #86DECD is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 222 | 205 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.13 |
| HSL | 168.41º | 0.57% | 0.7% | - |
| HSV(B) | 168.41º | 0.4% | 0.87% | - |
| XYZ | 46.97 | 61.72 | 67.19 | - |
| YUV | 193.75 | 134.35 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 222 | 205 | 0.40 | 0 | 0.08 | 0.13 | 168.41 | 0.57 | 0.7 |
| Hex | 86 | DE | CD | 28 | 0 | 8 | D | A8 | 39 | 46 |
| Octal | 206 | 336 | 315 | 50 | 0 | 10 | 15 | 250 | 71 | 106 |
| Binary | 10000110 | 11011110 | 11001101 | 101000 | 0 | 1000 | 1101 | 10101000 | 111001 | 1000110 |
Color Harmonies of #86DECD
Complementary color
Monochromatic Colors of #86DECD
Black with #86DECD
Text Example
Text Example
White with #86DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DECD; }
p { color: rgb(134,222,205); }
H1.HeaderClassName
{
color: #86DECD;
}
.AnyTagClassName
{
color: #86DECD;
}
</style>
background-color css
<style>
a { background-color: #86DECD; }
a { background-color: rgb(134,222,205); }
div.DivClassName
{
background-color: #86DECD;
}
.BgClassName
{
background-color: #86DECD;
}
</style>
border-color css
<style>
span { border-color: #86DECD; }
span { border-color: rgb(134,222,205); }
td.TdClassName
{
border-color: #86DECD;
}
.TagClassName
{
border-color: #86DECD;
}
</style>