Shades of Riptide #86DED2
Tints of Riptide #86DED2
RGB
CMYK
RGB Variations
Color information
#86DED2 (or 0x86DED2) is known color: Riptide. HEX triplet: 86, DE and D2. RGB value is (134,222,210). Sum of RGB (Red+Green+Blue) = 134+222+210=566 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.67% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #86DED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DED2 is #79212D. Grayscale: #C2C2C2. Windows color (decimal): -7938350 or 13819526. OLE color: 13819526.
HSL color Cylindrical-coordinate representation of color #86DED2: hue angle of 171.82º 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 #86DED2 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 222 | 210 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.13 |
| HSL | 171.82º | 0.57% | 0.7% | - |
| HSV(B) | 171.82º | 0.4% | 0.87% | - |
| XYZ | 47.59 | 61.96 | 70.43 | - |
| YUV | 194.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 222 | 210 | 0.40 | 0 | 0.05 | 0.13 | 171.82 | 0.57 | 0.7 |
| Hex | 86 | DE | D2 | 28 | 0 | 5 | D | AC | 39 | 46 |
| Octal | 206 | 336 | 322 | 50 | 0 | 5 | 15 | 254 | 71 | 106 |
| Binary | 10000110 | 11011110 | 11010010 | 101000 | 0 | 101 | 1101 | 10101100 | 111001 | 1000110 |
Color Harmonies of #86DED2
Complementary color
Monochromatic Colors of #86DED2
Black with #86DED2
Text Example
Text Example
White with #86DED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DED2; }
p { color: rgb(134,222,210); }
H1.HeaderClassName
{
color: #86DED2;
}
.AnyTagClassName
{
color: #86DED2;
}
</style>
background-color css
<style>
a { background-color: #86DED2; }
a { background-color: rgb(134,222,210); }
div.DivClassName
{
background-color: #86DED2;
}
.BgClassName
{
background-color: #86DED2;
}
</style>
border-color css
<style>
span { border-color: #86DED2; }
span { border-color: rgb(134,222,210); }
td.TdClassName
{
border-color: #86DED2;
}
.TagClassName
{
border-color: #86DED2;
}
</style>