Shades of Riptide #86DBCB
Tints of Riptide #86DBCB
RGB
CMYK
RGB Variations
Color information
#86DBCB (or 0x86DBCB) is known color: Riptide. HEX triplet: 86, DB and CB. RGB value is (134,219,203). Sum of RGB (Red+Green+Blue) = 134+219+203=556 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.10% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DBCB is #792434. Grayscale: #BFBFBF. Windows color (decimal): -7939125 or 13360006. OLE color: 13360006.
HSL color Cylindrical-coordinate representation of color #86DBCB: hue angle of 168.71º 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 #86DBCB is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 203 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.14 |
| HSL | 168.71º | 0.54% | 0.69% | - |
| HSV(B) | 168.71º | 0.39% | 0.86% | - |
| XYZ | 45.94 | 60.04 | 65.67 | - |
| YUV | 191.76 | 134.34 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 203 | 0.39 | 0 | 0.07 | 0.14 | 168.71 | 0.54 | 0.69 |
| Hex | 86 | DB | CB | 27 | 0 | 7 | E | A9 | 36 | 45 |
| Octal | 206 | 333 | 313 | 47 | 0 | 7 | 16 | 251 | 66 | 105 |
| Binary | 10000110 | 11011011 | 11001011 | 100111 | 0 | 111 | 1110 | 10101001 | 110110 | 1000101 |
Color Harmonies of #86DBCB
Complementary color
Monochromatic Colors of #86DBCB
Black with #86DBCB
Text Example
Text Example
White with #86DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBCB; }
p { color: rgb(134,219,203); }
H1.HeaderClassName
{
color: #86DBCB;
}
.AnyTagClassName
{
color: #86DBCB;
}
</style>
background-color css
<style>
a { background-color: #86DBCB; }
a { background-color: rgb(134,219,203); }
div.DivClassName
{
background-color: #86DBCB;
}
.BgClassName
{
background-color: #86DBCB;
}
</style>
border-color css
<style>
span { border-color: #86DBCB; }
span { border-color: rgb(134,219,203); }
td.TdClassName
{
border-color: #86DBCB;
}
.TagClassName
{
border-color: #86DBCB;
}
</style>