Shades of Riptide #88DCD6
Tints of Riptide #88DCD6
RGB
CMYK
RGB Variations
Color information
#88DCD6 (or 0x88DCD6) is known color: Riptide. HEX triplet: 88, DC and D6. RGB value is (136,220,214). Sum of RGB (Red+Green+Blue) = 136+220+214=570 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.86% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCD6 is #772329. Grayscale: #C2C2C2. Windows color (decimal): -7807786 or 14081160. OLE color: 14081160.
HSL color Cylindrical-coordinate representation of color #88DCD6: hue angle of 175.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DCD6 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 214 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.14 |
| HSL | 175.71º | 0.55% | 0.7% | - |
| HSV(B) | 175.71º | 0.38% | 0.86% | - |
| XYZ | 47.88 | 61.28 | 72.92 | - |
| YUV | 194.2 | 139.17 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 214 | 0.38 | 0 | 0.03 | 0.14 | 175.71 | 0.55 | 0.7 |
| Hex | 88 | DC | D6 | 26 | 0 | 3 | E | B0 | 37 | 46 |
| Octal | 210 | 334 | 326 | 46 | 0 | 3 | 16 | 260 | 67 | 106 |
| Binary | 10001000 | 11011100 | 11010110 | 100110 | 0 | 11 | 1110 | 10110000 | 110111 | 1000110 |
Color Harmonies of #88DCD6
Complementary color
Monochromatic Colors of #88DCD6
Black with #88DCD6
Text Example
Text Example
White with #88DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCD6; }
p { color: rgb(136,220,214); }
H1.HeaderClassName
{
color: #88DCD6;
}
.AnyTagClassName
{
color: #88DCD6;
}
</style>
background-color css
<style>
a { background-color: #88DCD6; }
a { background-color: rgb(136,220,214); }
div.DivClassName
{
background-color: #88DCD6;
}
.BgClassName
{
background-color: #88DCD6;
}
</style>
border-color css
<style>
span { border-color: #88DCD6; }
span { border-color: rgb(136,220,214); }
td.TdClassName
{
border-color: #88DCD6;
}
.TagClassName
{
border-color: #88DCD6;
}
</style>