Shades of Riptide #86DECA
Tints of Riptide #86DECA
RGB
CMYK
RGB Variations
Color information
#86DECA (or 0x86DECA) is known color: Riptide. HEX triplet: 86, DE and CA. RGB value is (134,222,202). Sum of RGB (Red+Green+Blue) = 134+222+202=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #86DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DECA is #792135. Grayscale: #C1C1C1. Windows color (decimal): -7938358 or 13295238. OLE color: 13295238.
HSL color Cylindrical-coordinate representation of color #86DECA: hue angle of 166.36º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DECA is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 222 | 202 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.13 |
| HSL | 166.36º | 0.57% | 0.7% | - |
| HSV(B) | 166.36º | 0.4% | 0.87% | - |
| XYZ | 46.61 | 61.58 | 65.31 | - |
| YUV | 193.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 222 | 202 | 0.40 | 0 | 0.09 | 0.13 | 166.36 | 0.57 | 0.7 |
| Hex | 86 | DE | CA | 28 | 0 | 9 | D | A6 | 39 | 46 |
| Octal | 206 | 336 | 312 | 50 | 0 | 11 | 15 | 246 | 71 | 106 |
| Binary | 10000110 | 11011110 | 11001010 | 101000 | 0 | 1001 | 1101 | 10100110 | 111001 | 1000110 |
Color Harmonies of #86DECA
Complementary color
Monochromatic Colors of #86DECA
Black with #86DECA
Text Example
Text Example
White with #86DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DECA; }
p { color: rgb(134,222,202); }
H1.HeaderClassName
{
color: #86DECA;
}
.AnyTagClassName
{
color: #86DECA;
}
</style>
background-color css
<style>
a { background-color: #86DECA; }
a { background-color: rgb(134,222,202); }
div.DivClassName
{
background-color: #86DECA;
}
.BgClassName
{
background-color: #86DECA;
}
</style>
border-color css
<style>
span { border-color: #86DECA; }
span { border-color: rgb(134,222,202); }
td.TdClassName
{
border-color: #86DECA;
}
.TagClassName
{
border-color: #86DECA;
}
</style>