Shades of Riptide #87DCD3
Tints of Riptide #87DCD3
RGB
CMYK
RGB Variations
Color information
#87DCD3 (or 0x87DCD3) is known color: Riptide. HEX triplet: 87, DC and D3. RGB value is (135,220,211). Sum of RGB (Red+Green+Blue) = 135+220+211=566 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.85% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCD3 is #78232C. Grayscale: #C1C1C1. Windows color (decimal): -7873325 or 13884551. OLE color: 13884551.
HSL color Cylindrical-coordinate representation of color #87DCD3: hue angle of 173.65º 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 #87DCD3 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 220 | 211 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.14 |
| HSL | 173.65º | 0.55% | 0.7% | - |
| HSV(B) | 173.65º | 0.39% | 0.86% | - |
| XYZ | 47.34 | 61.04 | 70.91 | - |
| YUV | 193.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 211 | 0.39 | 0 | 0.04 | 0.14 | 173.65 | 0.55 | 0.7 |
| Hex | 87 | DC | D3 | 27 | 0 | 4 | E | AE | 37 | 46 |
| Octal | 207 | 334 | 323 | 47 | 0 | 4 | 16 | 256 | 67 | 106 |
| Binary | 10000111 | 11011100 | 11010011 | 100111 | 0 | 100 | 1110 | 10101110 | 110111 | 1000110 |
Color Harmonies of #87DCD3
Complementary color
Monochromatic Colors of #87DCD3
Black with #87DCD3
Text Example
Text Example
White with #87DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DCD3; }
p { color: rgb(135,220,211); }
H1.HeaderClassName
{
color: #87DCD3;
}
.AnyTagClassName
{
color: #87DCD3;
}
</style>
background-color css
<style>
a { background-color: #87DCD3; }
a { background-color: rgb(135,220,211); }
div.DivClassName
{
background-color: #87DCD3;
}
.BgClassName
{
background-color: #87DCD3;
}
</style>
border-color css
<style>
span { border-color: #87DCD3; }
span { border-color: rgb(135,220,211); }
td.TdClassName
{
border-color: #87DCD3;
}
.TagClassName
{
border-color: #87DCD3;
}
</style>