Shades of Riptide #87DCC6
Tints of Riptide #87DCC6
RGB
CMYK
RGB Variations
Color information
#87DCC6 (or 0x87DCC6) is known color: Riptide. HEX triplet: 87, DC and C6. RGB value is (135,220,198). Sum of RGB (Red+Green+Blue) = 135+220+198=553 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.41% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCC6 is #782339. Grayscale: #C0C0C0. Windows color (decimal): -7873338 or 13032583. OLE color: 13032583.
HSL color Cylindrical-coordinate representation of color #87DCC6: hue angle of 164.47º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DCC6 is Cyan = 0.39, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 220 | 198 | - |
| CMYK | 0.39 | 0 | 0.1 | 0.14 |
| HSL | 164.47º | 0.55% | 0.7% | - |
| HSV(B) | 164.47º | 0.39% | 0.86% | - |
| XYZ | 45.78 | 60.41 | 62.67 | - |
| YUV | 192.08 | 131.34 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 198 | 0.39 | 0 | 0.1 | 0.14 | 164.47 | 0.55 | 0.7 |
| Hex | 87 | DC | C6 | 27 | 0 | A | E | A4 | 37 | 46 |
| Octal | 207 | 334 | 306 | 47 | 0 | 12 | 16 | 244 | 67 | 106 |
| Binary | 10000111 | 11011100 | 11000110 | 100111 | 0 | 1010 | 1110 | 10100100 | 110111 | 1000110 |
Color Harmonies of #87DCC6
Complementary color
Monochromatic Colors of #87DCC6
Black with #87DCC6
Text Example
Text Example
White with #87DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DCC6; }
p { color: rgb(135,220,198); }
H1.HeaderClassName
{
color: #87DCC6;
}
.AnyTagClassName
{
color: #87DCC6;
}
</style>
background-color css
<style>
a { background-color: #87DCC6; }
a { background-color: rgb(135,220,198); }
div.DivClassName
{
background-color: #87DCC6;
}
.BgClassName
{
background-color: #87DCC6;
}
</style>
border-color css
<style>
span { border-color: #87DCC6; }
span { border-color: rgb(135,220,198); }
td.TdClassName
{
border-color: #87DCC6;
}
.TagClassName
{
border-color: #87DCC6;
}
</style>