Shades of Riptide #86DDD7
Tints of Riptide #86DDD7
RGB
CMYK
RGB Variations
Color information
#86DDD7 (or 0x86DDD7) is known color: Riptide. HEX triplet: 86, DD and D7. RGB value is (134,221,215). Sum of RGB (Red+Green+Blue) = 134+221+215=570 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.51% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDD7 is #792228. Grayscale: #C2C2C2. Windows color (decimal): -7938601 or 14146950. OLE color: 14146950.
HSL color Cylindrical-coordinate representation of color #86DDD7: hue angle of 175.86º 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 #86DDD7 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 215 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.13 |
| HSL | 175.86º | 0.56% | 0.7% | - |
| HSV(B) | 175.86º | 0.39% | 0.87% | - |
| XYZ | 47.95 | 61.69 | 73.67 | - |
| YUV | 194.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 215 | 0.39 | 0 | 0.03 | 0.13 | 175.86 | 0.56 | 0.7 |
| Hex | 86 | DD | D7 | 27 | 0 | 3 | D | B0 | 38 | 46 |
| Octal | 206 | 335 | 327 | 47 | 0 | 3 | 15 | 260 | 70 | 106 |
| Binary | 10000110 | 11011101 | 11010111 | 100111 | 0 | 11 | 1101 | 10110000 | 111000 | 1000110 |
Color Harmonies of #86DDD7
Complementary color
Monochromatic Colors of #86DDD7
Black with #86DDD7
Text Example
Text Example
White with #86DDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DDD7; }
p { color: rgb(134,221,215); }
H1.HeaderClassName
{
color: #86DDD7;
}
.AnyTagClassName
{
color: #86DDD7;
}
</style>
background-color css
<style>
a { background-color: #86DDD7; }
a { background-color: rgb(134,221,215); }
div.DivClassName
{
background-color: #86DDD7;
}
.BgClassName
{
background-color: #86DDD7;
}
</style>
border-color css
<style>
span { border-color: #86DDD7; }
span { border-color: rgb(134,221,215); }
td.TdClassName
{
border-color: #86DDD7;
}
.TagClassName
{
border-color: #86DDD7;
}
</style>