Shades of Riptide #86DBC1
Tints of Riptide #86DBC1
RGB
CMYK
RGB Variations
Color information
#86DBC1 (or 0x86DBC1) is known color: Riptide. HEX triplet: 86, DB and C1. RGB value is (134,219,193). Sum of RGB (Red+Green+Blue) = 134+219+193=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DBC1 is #79243E. Grayscale: #BEBEBE. Windows color (decimal): -7939135 or 12704646. OLE color: 12704646.
HSL color Cylindrical-coordinate representation of color #86DBC1: hue angle of 161.65º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DBC1 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 193 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.14 |
| HSL | 161.65º | 0.54% | 0.69% | - |
| HSV(B) | 161.65º | 0.39% | 0.86% | - |
| XYZ | 44.79 | 59.58 | 59.59 | - |
| YUV | 190.62 | 129.34 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 193 | 0.39 | 0 | 0.12 | 0.14 | 161.65 | 0.54 | 0.69 |
| Hex | 86 | DB | C1 | 27 | 0 | C | E | A2 | 36 | 45 |
| Octal | 206 | 333 | 301 | 47 | 0 | 14 | 16 | 242 | 66 | 105 |
| Binary | 10000110 | 11011011 | 11000001 | 100111 | 0 | 1100 | 1110 | 10100010 | 110110 | 1000101 |
Color Harmonies of #86DBC1
Complementary color
Monochromatic Colors of #86DBC1
Black with #86DBC1
Text Example
Text Example
White with #86DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBC1; }
p { color: rgb(134,219,193); }
H1.HeaderClassName
{
color: #86DBC1;
}
.AnyTagClassName
{
color: #86DBC1;
}
</style>
background-color css
<style>
a { background-color: #86DBC1; }
a { background-color: rgb(134,219,193); }
div.DivClassName
{
background-color: #86DBC1;
}
.BgClassName
{
background-color: #86DBC1;
}
</style>
border-color css
<style>
span { border-color: #86DBC1; }
span { border-color: rgb(134,219,193); }
td.TdClassName
{
border-color: #86DBC1;
}
.TagClassName
{
border-color: #86DBC1;
}
</style>