Shades of Riptide #86DBCC
Tints of Riptide #86DBCC
RGB
CMYK
RGB Variations
Color information
#86DBCC (or 0x86DBCC) is known color: Riptide. HEX triplet: 86, DB and CC. RGB value is (134,219,204). Sum of RGB (Red+Green+Blue) = 134+219+204=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DBCC is #792433. Grayscale: #BFBFBF. Windows color (decimal): -7939124 or 13425542. OLE color: 13425542.
HSL color Cylindrical-coordinate representation of color #86DBCC: hue angle of 169.41º 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 #86DBCC is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 204 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.14 |
| HSL | 169.41º | 0.54% | 0.69% | - |
| HSV(B) | 169.41º | 0.39% | 0.86% | - |
| XYZ | 46.06 | 60.09 | 66.3 | - |
| YUV | 191.88 | 134.84 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 204 | 0.39 | 0 | 0.07 | 0.14 | 169.41 | 0.54 | 0.69 |
| Hex | 86 | DB | CC | 27 | 0 | 7 | E | A9 | 36 | 45 |
| Octal | 206 | 333 | 314 | 47 | 0 | 7 | 16 | 251 | 66 | 105 |
| Binary | 10000110 | 11011011 | 11001100 | 100111 | 0 | 111 | 1110 | 10101001 | 110110 | 1000101 |
Color Harmonies of #86DBCC
Complementary color
Monochromatic Colors of #86DBCC
Black with #86DBCC
Text Example
Text Example
White with #86DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBCC; }
p { color: rgb(134,219,204); }
H1.HeaderClassName
{
color: #86DBCC;
}
.AnyTagClassName
{
color: #86DBCC;
}
</style>
background-color css
<style>
a { background-color: #86DBCC; }
a { background-color: rgb(134,219,204); }
div.DivClassName
{
background-color: #86DBCC;
}
.BgClassName
{
background-color: #86DBCC;
}
</style>
border-color css
<style>
span { border-color: #86DBCC; }
span { border-color: rgb(134,219,204); }
td.TdClassName
{
border-color: #86DBCC;
}
.TagClassName
{
border-color: #86DBCC;
}
</style>