Shades of Riptide #87DDD8
Tints of Riptide #87DDD8
RGB
CMYK
RGB Variations
Color information
#87DDD8 (or 0x87DDD8) is known color: Riptide. HEX triplet: 87, DD and D8. RGB value is (135,221,216). Sum of RGB (Red+Green+Blue) = 135+221+216=572 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.60% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #87DDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DDD8 is #782227. Grayscale: #C2C2C2. Windows color (decimal): -7873064 or 14212487. OLE color: 14212487.
HSL color Cylindrical-coordinate representation of color #87DDD8: hue angle of 176.51º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DDD8 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 221 | 216 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.13 |
| HSL | 176.51º | 0.56% | 0.7% | - |
| HSV(B) | 176.51º | 0.39% | 0.87% | - |
| XYZ | 48.24 | 61.82 | 74.36 | - |
| YUV | 194.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 221 | 216 | 0.39 | 0 | 0.02 | 0.13 | 176.51 | 0.56 | 0.7 |
| Hex | 87 | DD | D8 | 27 | 0 | 2 | D | B1 | 38 | 46 |
| Octal | 207 | 335 | 330 | 47 | 0 | 2 | 15 | 261 | 70 | 106 |
| Binary | 10000111 | 11011101 | 11011000 | 100111 | 0 | 10 | 1101 | 10110001 | 111000 | 1000110 |
Color Harmonies of #87DDD8
Complementary color
Monochromatic Colors of #87DDD8
Black with #87DDD8
Text Example
Text Example
White with #87DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DDD8; }
p { color: rgb(135,221,216); }
H1.HeaderClassName
{
color: #87DDD8;
}
.AnyTagClassName
{
color: #87DDD8;
}
</style>
background-color css
<style>
a { background-color: #87DDD8; }
a { background-color: rgb(135,221,216); }
div.DivClassName
{
background-color: #87DDD8;
}
.BgClassName
{
background-color: #87DDD8;
}
</style>
border-color css
<style>
span { border-color: #87DDD8; }
span { border-color: rgb(135,221,216); }
td.TdClassName
{
border-color: #87DDD8;
}
.TagClassName
{
border-color: #87DDD8;
}
</style>