Shades of Riptide #87DCD4
Tints of Riptide #87DCD4
RGB
CMYK
RGB Variations
Color information
#87DCD4 (or 0x87DCD4) is known color: Riptide. HEX triplet: 87, DC and D4. RGB value is (135,220,212). Sum of RGB (Red+Green+Blue) = 135+220+212=567 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.81% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCD4 is #78232B. Grayscale: #C1C1C1. Windows color (decimal): -7873324 or 13950087. OLE color: 13950087.
HSL color Cylindrical-coordinate representation of color #87DCD4: hue angle of 174.35º 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 #87DCD4 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 220 | 212 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.14 |
| HSL | 174.35º | 0.55% | 0.7% | - |
| HSV(B) | 174.35º | 0.39% | 0.86% | - |
| XYZ | 47.47 | 61.09 | 71.58 | - |
| YUV | 193.67 | 138.34 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 212 | 0.39 | 0 | 0.04 | 0.14 | 174.35 | 0.55 | 0.7 |
| Hex | 87 | DC | D4 | 27 | 0 | 4 | E | AE | 37 | 46 |
| Octal | 207 | 334 | 324 | 47 | 0 | 4 | 16 | 256 | 67 | 106 |
| Binary | 10000111 | 11011100 | 11010100 | 100111 | 0 | 100 | 1110 | 10101110 | 110111 | 1000110 |
Color Harmonies of #87DCD4
Complementary color
Monochromatic Colors of #87DCD4
Black with #87DCD4
Text Example
Text Example
White with #87DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DCD4; }
p { color: rgb(135,220,212); }
H1.HeaderClassName
{
color: #87DCD4;
}
.AnyTagClassName
{
color: #87DCD4;
}
</style>
background-color css
<style>
a { background-color: #87DCD4; }
a { background-color: rgb(135,220,212); }
div.DivClassName
{
background-color: #87DCD4;
}
.BgClassName
{
background-color: #87DCD4;
}
</style>
border-color css
<style>
span { border-color: #87DCD4; }
span { border-color: rgb(135,220,212); }
td.TdClassName
{
border-color: #87DCD4;
}
.TagClassName
{
border-color: #87DCD4;
}
</style>