Shades of Riptide #86DBD1
Tints of Riptide #86DBD1
RGB
CMYK
RGB Variations
Color information
#86DBD1 (or 0x86DBD1) is known color: Riptide. HEX triplet: 86, DB and D1. RGB value is (134,219,209). Sum of RGB (Red+Green+Blue) = 134+219+209=562 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.84% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DBD1 is #79242E. Grayscale: #C0C0C0. Windows color (decimal): -7939119 or 13753222. OLE color: 13753222.
HSL color Cylindrical-coordinate representation of color #86DBD1: hue angle of 172.94º 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 #86DBD1 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 209 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.14 |
| HSL | 172.94º | 0.54% | 0.69% | - |
| HSV(B) | 172.94º | 0.39% | 0.86% | - |
| XYZ | 46.67 | 60.33 | 69.51 | - |
| YUV | 192.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 209 | 0.39 | 0 | 0.05 | 0.14 | 172.94 | 0.54 | 0.69 |
| Hex | 86 | DB | D1 | 27 | 0 | 5 | E | AD | 36 | 45 |
| Octal | 206 | 333 | 321 | 47 | 0 | 5 | 16 | 255 | 66 | 105 |
| Binary | 10000110 | 11011011 | 11010001 | 100111 | 0 | 101 | 1110 | 10101101 | 110110 | 1000101 |
Color Harmonies of #86DBD1
Complementary color
Monochromatic Colors of #86DBD1
Black with #86DBD1
Text Example
Text Example
White with #86DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBD1; }
p { color: rgb(134,219,209); }
H1.HeaderClassName
{
color: #86DBD1;
}
.AnyTagClassName
{
color: #86DBD1;
}
</style>
background-color css
<style>
a { background-color: #86DBD1; }
a { background-color: rgb(134,219,209); }
div.DivClassName
{
background-color: #86DBD1;
}
.BgClassName
{
background-color: #86DBD1;
}
</style>
border-color css
<style>
span { border-color: #86DBD1; }
span { border-color: rgb(134,219,209); }
td.TdClassName
{
border-color: #86DBD1;
}
.TagClassName
{
border-color: #86DBD1;
}
</style>