Shades of Riptide #88DFC8
Tints of Riptide #88DFC8
RGB
CMYK
RGB Variations
Color information
#88DFC8 (or 0x88DFC8) is known color: Riptide. HEX triplet: 88, DF and C8. RGB value is (136,223,200). Sum of RGB (Red+Green+Blue) = 136+223+200=559 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.33% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #88DFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DFC8 is #772037. Grayscale: #C2C2C2. Windows color (decimal): -7807032 or 13164424. OLE color: 13164424.
HSL color Cylindrical-coordinate representation of color #88DFC8: hue angle of 164.14º degrees, saturation: 0.58, 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 #88DFC8 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 223 | 200 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.13 |
| HSL | 164.14º | 0.58% | 0.7% | - |
| HSV(B) | 164.14º | 0.39% | 0.87% | - |
| XYZ | 46.97 | 62.18 | 64.17 | - |
| YUV | 194.37 | 131.18 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 223 | 200 | 0.39 | 0 | 0.10 | 0.13 | 164.14 | 0.58 | 0.7 |
| Hex | 88 | DF | C8 | 27 | 0 | A | D | A4 | 3A | 46 |
| Octal | 210 | 337 | 310 | 47 | 0 | 12 | 15 | 244 | 72 | 106 |
| Binary | 10001000 | 11011111 | 11001000 | 100111 | 0 | 1010 | 1101 | 10100100 | 111010 | 1000110 |
Color Harmonies of #88DFC8
Complementary color
Monochromatic Colors of #88DFC8
Black with #88DFC8
Text Example
Text Example
White with #88DFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DFC8; }
p { color: rgb(136,223,200); }
H1.HeaderClassName
{
color: #88DFC8;
}
.AnyTagClassName
{
color: #88DFC8;
}
</style>
background-color css
<style>
a { background-color: #88DFC8; }
a { background-color: rgb(136,223,200); }
div.DivClassName
{
background-color: #88DFC8;
}
.BgClassName
{
background-color: #88DFC8;
}
</style>
border-color css
<style>
span { border-color: #88DFC8; }
span { border-color: rgb(136,223,200); }
td.TdClassName
{
border-color: #88DFC8;
}
.TagClassName
{
border-color: #88DFC8;
}
</style>