Shades of Riptide #86DBCA
Tints of Riptide #86DBCA
RGB
CMYK
RGB Variations
Color information
#86DBCA (or 0x86DBCA) is known color: Riptide. HEX triplet: 86, DB and CA. RGB value is (134,219,202). Sum of RGB (Red+Green+Blue) = 134+219+202=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DBCA is #792435. Grayscale: #BFBFBF. Windows color (decimal): -7939126 or 13294470. OLE color: 13294470.
HSL color Cylindrical-coordinate representation of color #86DBCA: hue angle of 168º 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 #86DBCA is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 202 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.14 |
| HSL | 168º | 0.54% | 0.69% | - |
| HSV(B) | 168º | 0.39% | 0.86% | - |
| XYZ | 45.82 | 60 | 65.04 | - |
| YUV | 191.65 | 133.84 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 202 | 0.39 | 0 | 0.08 | 0.14 | 168 | 0.54 | 0.69 |
| Hex | 86 | DB | CA | 27 | 0 | 8 | E | A8 | 36 | 45 |
| Octal | 206 | 333 | 312 | 47 | 0 | 10 | 16 | 250 | 66 | 105 |
| Binary | 10000110 | 11011011 | 11001010 | 100111 | 0 | 1000 | 1110 | 10101000 | 110110 | 1000101 |
Color Harmonies of #86DBCA
Complementary color
Monochromatic Colors of #86DBCA
Black with #86DBCA
Text Example
Text Example
White with #86DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBCA; }
p { color: rgb(134,219,202); }
H1.HeaderClassName
{
color: #86DBCA;
}
.AnyTagClassName
{
color: #86DBCA;
}
</style>
background-color css
<style>
a { background-color: #86DBCA; }
a { background-color: rgb(134,219,202); }
div.DivClassName
{
background-color: #86DBCA;
}
.BgClassName
{
background-color: #86DBCA;
}
</style>
border-color css
<style>
span { border-color: #86DBCA; }
span { border-color: rgb(134,219,202); }
td.TdClassName
{
border-color: #86DBCA;
}
.TagClassName
{
border-color: #86DBCA;
}
</style>