Shades of Riptide #86DCCB
Tints of Riptide #86DCCB
RGB
CMYK
RGB Variations
Color information
#86DCCB (or 0x86DCCB) is known color: Riptide. HEX triplet: 86, DC and CB. RGB value is (134,220,203). Sum of RGB (Red+Green+Blue) = 134+220+203=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCCB is #792334. Grayscale: #C0C0C0. Windows color (decimal): -7938869 or 13360262. OLE color: 13360262.
HSL color Cylindrical-coordinate representation of color #86DCCB: hue angle of 168.14º 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 #86DCCB is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 203 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.14 |
| HSL | 168.14º | 0.55% | 0.69% | - |
| HSV(B) | 168.14º | 0.39% | 0.86% | - |
| XYZ | 46.2 | 60.57 | 65.76 | - |
| YUV | 192.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 203 | 0.39 | 0 | 0.08 | 0.14 | 168.14 | 0.55 | 0.69 |
| Hex | 86 | DC | CB | 27 | 0 | 8 | E | A8 | 37 | 45 |
| Octal | 206 | 334 | 313 | 47 | 0 | 10 | 16 | 250 | 67 | 105 |
| Binary | 10000110 | 11011100 | 11001011 | 100111 | 0 | 1000 | 1110 | 10101000 | 110111 | 1000101 |
Color Harmonies of #86DCCB
Complementary color
Monochromatic Colors of #86DCCB
Black with #86DCCB
Text Example
Text Example
White with #86DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCCB; }
p { color: rgb(134,220,203); }
H1.HeaderClassName
{
color: #86DCCB;
}
.AnyTagClassName
{
color: #86DCCB;
}
</style>
background-color css
<style>
a { background-color: #86DCCB; }
a { background-color: rgb(134,220,203); }
div.DivClassName
{
background-color: #86DCCB;
}
.BgClassName
{
background-color: #86DCCB;
}
</style>
border-color css
<style>
span { border-color: #86DCCB; }
span { border-color: rgb(134,220,203); }
td.TdClassName
{
border-color: #86DCCB;
}
.TagClassName
{
border-color: #86DCCB;
}
</style>