Shades of Riptide #86DBD0
Tints of Riptide #86DBD0
RGB
CMYK
RGB Variations
Color information
#86DBD0 (or 0x86DBD0) is known color: Riptide. HEX triplet: 86, DB and D0. RGB value is (134,219,208). Sum of RGB (Red+Green+Blue) = 134+219+208=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DBD0 is #79242F. Grayscale: #C0C0C0. Windows color (decimal): -7939120 or 13687686. OLE color: 13687686.
HSL color Cylindrical-coordinate representation of color #86DBD0: hue angle of 172.24º 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 #86DBD0 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 208 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.14 |
| HSL | 172.24º | 0.54% | 0.69% | - |
| HSV(B) | 172.24º | 0.39% | 0.86% | - |
| XYZ | 46.55 | 60.29 | 68.86 | - |
| YUV | 192.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 208 | 0.39 | 0 | 0.05 | 0.14 | 172.24 | 0.54 | 0.69 |
| Hex | 86 | DB | D0 | 27 | 0 | 5 | E | AC | 36 | 45 |
| Octal | 206 | 333 | 320 | 47 | 0 | 5 | 16 | 254 | 66 | 105 |
| Binary | 10000110 | 11011011 | 11010000 | 100111 | 0 | 101 | 1110 | 10101100 | 110110 | 1000101 |
Color Harmonies of #86DBD0
Complementary color
Monochromatic Colors of #86DBD0
Black with #86DBD0
Text Example
Text Example
White with #86DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBD0; }
p { color: rgb(134,219,208); }
H1.HeaderClassName
{
color: #86DBD0;
}
.AnyTagClassName
{
color: #86DBD0;
}
</style>
background-color css
<style>
a { background-color: #86DBD0; }
a { background-color: rgb(134,219,208); }
div.DivClassName
{
background-color: #86DBD0;
}
.BgClassName
{
background-color: #86DBD0;
}
</style>
border-color css
<style>
span { border-color: #86DBD0; }
span { border-color: rgb(134,219,208); }
td.TdClassName
{
border-color: #86DBD0;
}
.TagClassName
{
border-color: #86DBD0;
}
</style>