Shades of Riptide #86DBD2
Tints of Riptide #86DBD2
RGB
CMYK
RGB Variations
Color information
#86DBD2 (or 0x86DBD2) is known color: Riptide. HEX triplet: 86, DB and D2. RGB value is (134,219,210). Sum of RGB (Red+Green+Blue) = 134+219+210=563 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.80% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DBD2 is #79242D. Grayscale: #C0C0C0. Windows color (decimal): -7939118 or 13818758. OLE color: 13818758.
HSL color Cylindrical-coordinate representation of color #86DBD2: hue angle of 173.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 #86DBD2 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 210 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.14 |
| HSL | 173.65º | 0.54% | 0.69% | - |
| HSV(B) | 173.65º | 0.39% | 0.86% | - |
| XYZ | 46.8 | 60.38 | 70.16 | - |
| YUV | 192.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 210 | 0.39 | 0 | 0.04 | 0.14 | 173.65 | 0.54 | 0.69 |
| Hex | 86 | DB | D2 | 27 | 0 | 4 | E | AE | 36 | 45 |
| Octal | 206 | 333 | 322 | 47 | 0 | 4 | 16 | 256 | 66 | 105 |
| Binary | 10000110 | 11011011 | 11010010 | 100111 | 0 | 100 | 1110 | 10101110 | 110110 | 1000101 |
Color Harmonies of #86DBD2
Complementary color
Monochromatic Colors of #86DBD2
Black with #86DBD2
Text Example
Text Example
White with #86DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBD2; }
p { color: rgb(134,219,210); }
H1.HeaderClassName
{
color: #86DBD2;
}
.AnyTagClassName
{
color: #86DBD2;
}
</style>
background-color css
<style>
a { background-color: #86DBD2; }
a { background-color: rgb(134,219,210); }
div.DivClassName
{
background-color: #86DBD2;
}
.BgClassName
{
background-color: #86DBD2;
}
</style>
border-color css
<style>
span { border-color: #86DBD2; }
span { border-color: rgb(134,219,210); }
td.TdClassName
{
border-color: #86DBD2;
}
.TagClassName
{
border-color: #86DBD2;
}
</style>