Shades of Riptide #86DDC8
Tints of Riptide #86DDC8
RGB
CMYK
RGB Variations
Color information
#86DDC8 (or 0x86DDC8) is known color: Riptide. HEX triplet: 86, DD and C8. RGB value is (134,221,200). Sum of RGB (Red+Green+Blue) = 134+221+200=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDC8 is #792237. Grayscale: #C0C0C0. Windows color (decimal): -7938616 or 13163910. OLE color: 13163910.
HSL color Cylindrical-coordinate representation of color #86DDC8: hue angle of 165.52º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DDC8 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 200 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.13 |
| HSL | 165.52º | 0.56% | 0.7% | - |
| HSV(B) | 165.52º | 0.39% | 0.87% | - |
| XYZ | 46.11 | 60.95 | 63.98 | - |
| YUV | 192.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 200 | 0.39 | 0 | 0.10 | 0.13 | 165.52 | 0.56 | 0.7 |
| Hex | 86 | DD | C8 | 27 | 0 | A | D | A6 | 38 | 46 |
| Octal | 206 | 335 | 310 | 47 | 0 | 12 | 15 | 246 | 70 | 106 |
| Binary | 10000110 | 11011101 | 11001000 | 100111 | 0 | 1010 | 1101 | 10100110 | 111000 | 1000110 |
Color Harmonies of #86DDC8
Complementary color
Monochromatic Colors of #86DDC8
Black with #86DDC8
Text Example
Text Example
White with #86DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DDC8; }
p { color: rgb(134,221,200); }
H1.HeaderClassName
{
color: #86DDC8;
}
.AnyTagClassName
{
color: #86DDC8;
}
</style>
background-color css
<style>
a { background-color: #86DDC8; }
a { background-color: rgb(134,221,200); }
div.DivClassName
{
background-color: #86DDC8;
}
.BgClassName
{
background-color: #86DDC8;
}
</style>
border-color css
<style>
span { border-color: #86DDC8; }
span { border-color: rgb(134,221,200); }
td.TdClassName
{
border-color: #86DDC8;
}
.TagClassName
{
border-color: #86DDC8;
}
</style>