Shades of Riptide #86E6DB
Tints of Riptide #86E6DB
RGB
CMYK
RGB Variations
Color information
#86E6DB (or 0x86E6DB) is known color: Riptide. HEX triplet: 86, E6 and DB. RGB value is (134,230,219). Sum of RGB (Red+Green+Blue) = 134+230+219=583 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.98% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #86E6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86E6DB is #791924. Grayscale: #C7C7C7. Windows color (decimal): -7936293 or 14411398. OLE color: 14411398.
HSL color Cylindrical-coordinate representation of color #86E6DB: hue angle of 173.12º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E6DB is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 230 | 219 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.10 |
| HSL | 173.13º | 0.66% | 0.71% | - |
| HSV(B) | 173.13º | 0.42% | 0.9% | - |
| XYZ | 50.91 | 66.78 | 77.22 | - |
| YUV | 200.04 | 138.7 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 230 | 219 | 0.42 | 0 | 0.05 | 0.10 | 173.13 | 0.66 | 0.71 |
| Hex | 86 | E6 | DB | 2A | 0 | 5 | A | AD | 42 | 47 |
| Octal | 206 | 346 | 333 | 52 | 0 | 5 | 12 | 255 | 102 | 107 |
| Binary | 10000110 | 11100110 | 11011011 | 101010 | 0 | 101 | 1010 | 10101101 | 1000010 | 1000111 |
Color Harmonies of #86E6DB
Complementary color
Monochromatic Colors of #86E6DB
Black with #86E6DB
Text Example
Text Example
White with #86E6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E6DB; }
p { color: rgb(134,230,219); }
H1.HeaderClassName
{
color: #86E6DB;
}
.AnyTagClassName
{
color: #86E6DB;
}
</style>
background-color css
<style>
a { background-color: #86E6DB; }
a { background-color: rgb(134,230,219); }
div.DivClassName
{
background-color: #86E6DB;
}
.BgClassName
{
background-color: #86E6DB;
}
</style>
border-color css
<style>
span { border-color: #86E6DB; }
span { border-color: rgb(134,230,219); }
td.TdClassName
{
border-color: #86E6DB;
}
.TagClassName
{
border-color: #86E6DB;
}
</style>