Shades of Riptide #86DCC7
Tints of Riptide #86DCC7
RGB
CMYK
RGB Variations
Color information
#86DCC7 (or 0x86DCC7) is known color: Riptide. HEX triplet: 86, DC and C7. RGB value is (134,220,199). Sum of RGB (Red+Green+Blue) = 134+220+199=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCC7 is #792338. Grayscale: #BFBFBF. Windows color (decimal): -7938873 or 13098118. OLE color: 13098118.
HSL color Cylindrical-coordinate representation of color #86DCC7: hue angle of 165.35º degrees, saturation: 0.55, 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 #86DCC7 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 199 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.14 |
| HSL | 165.35º | 0.55% | 0.69% | - |
| HSV(B) | 165.35º | 0.39% | 0.86% | - |
| XYZ | 45.73 | 60.38 | 63.28 | - |
| YUV | 191.89 | 132.01 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 199 | 0.39 | 0 | 0.10 | 0.14 | 165.35 | 0.55 | 0.69 |
| Hex | 86 | DC | C7 | 27 | 0 | A | E | A5 | 37 | 45 |
| Octal | 206 | 334 | 307 | 47 | 0 | 12 | 16 | 245 | 67 | 105 |
| Binary | 10000110 | 11011100 | 11000111 | 100111 | 0 | 1010 | 1110 | 10100101 | 110111 | 1000101 |
Color Harmonies of #86DCC7
Complementary color
Monochromatic Colors of #86DCC7
Black with #86DCC7
Text Example
Text Example
White with #86DCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCC7; }
p { color: rgb(134,220,199); }
H1.HeaderClassName
{
color: #86DCC7;
}
.AnyTagClassName
{
color: #86DCC7;
}
</style>
background-color css
<style>
a { background-color: #86DCC7; }
a { background-color: rgb(134,220,199); }
div.DivClassName
{
background-color: #86DCC7;
}
.BgClassName
{
background-color: #86DCC7;
}
</style>
border-color css
<style>
span { border-color: #86DCC7; }
span { border-color: rgb(134,220,199); }
td.TdClassName
{
border-color: #86DCC7;
}
.TagClassName
{
border-color: #86DCC7;
}
</style>