Shades of Riptide #87DCCB
Tints of Riptide #87DCCB
RGB
CMYK
RGB Variations
Color information
#87DCCB (or 0x87DCCB) is known color: Riptide. HEX triplet: 87, DC and CB. RGB value is (135,220,203). Sum of RGB (Red+Green+Blue) = 135+220+203=558 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.19% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCCB is #782334. Grayscale: #C0C0C0. Windows color (decimal): -7873333 or 13360263. OLE color: 13360263.
HSL color Cylindrical-coordinate representation of color #87DCCB: hue angle of 168º 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 #87DCCB is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 220 | 203 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.14 |
| HSL | 168º | 0.55% | 0.7% | - |
| HSV(B) | 168º | 0.39% | 0.86% | - |
| XYZ | 46.36 | 60.65 | 65.76 | - |
| YUV | 192.65 | 133.84 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 203 | 0.39 | 0 | 0.08 | 0.14 | 168 | 0.55 | 0.7 |
| Hex | 87 | DC | CB | 27 | 0 | 8 | E | A8 | 37 | 46 |
| Octal | 207 | 334 | 313 | 47 | 0 | 10 | 16 | 250 | 67 | 106 |
| Binary | 10000111 | 11011100 | 11001011 | 100111 | 0 | 1000 | 1110 | 10101000 | 110111 | 1000110 |
Color Harmonies of #87DCCB
Complementary color
Monochromatic Colors of #87DCCB
Black with #87DCCB
Text Example
Text Example
White with #87DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DCCB; }
p { color: rgb(135,220,203); }
H1.HeaderClassName
{
color: #87DCCB;
}
.AnyTagClassName
{
color: #87DCCB;
}
</style>
background-color css
<style>
a { background-color: #87DCCB; }
a { background-color: rgb(135,220,203); }
div.DivClassName
{
background-color: #87DCCB;
}
.BgClassName
{
background-color: #87DCCB;
}
</style>
border-color css
<style>
span { border-color: #87DCCB; }
span { border-color: rgb(135,220,203); }
td.TdClassName
{
border-color: #87DCCB;
}
.TagClassName
{
border-color: #87DCCB;
}
</style>