Shades of Riptide #88DFDC
Tints of Riptide #88DFDC
RGB
CMYK
RGB Variations
Color information
#88DFDC (or 0x88DFDC) is known color: Riptide. HEX triplet: 88, DF and DC. RGB value is (136,223,220). Sum of RGB (Red+Green+Blue) = 136+223+220=579 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.49% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #88DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DFDC is #772023. Grayscale: #C4C4C4. Windows color (decimal): -7807012 or 14475144. OLE color: 14475144.
HSL color Cylindrical-coordinate representation of color #88DFDC: hue angle of 177.93º 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 #88DFDC is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 223 | 220 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.13 |
| HSL | 177.93º | 0.58% | 0.7% | - |
| HSV(B) | 177.93º | 0.39% | 0.87% | - |
| XYZ | 49.46 | 63.18 | 77.3 | - |
| YUV | 196.65 | 141.18 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 223 | 220 | 0.39 | 0 | 0.01 | 0.13 | 177.93 | 0.58 | 0.7 |
| Hex | 88 | DF | DC | 27 | 0 | 1 | D | B2 | 3A | 46 |
| Octal | 210 | 337 | 334 | 47 | 0 | 1 | 15 | 262 | 72 | 106 |
| Binary | 10001000 | 11011111 | 11011100 | 100111 | 0 | 1 | 1101 | 10110010 | 111010 | 1000110 |
Color Harmonies of #88DFDC
Complementary color
Monochromatic Colors of #88DFDC
Black with #88DFDC
Text Example
Text Example
White with #88DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DFDC; }
p { color: rgb(136,223,220); }
H1.HeaderClassName
{
color: #88DFDC;
}
.AnyTagClassName
{
color: #88DFDC;
}
</style>
background-color css
<style>
a { background-color: #88DFDC; }
a { background-color: rgb(136,223,220); }
div.DivClassName
{
background-color: #88DFDC;
}
.BgClassName
{
background-color: #88DFDC;
}
</style>
border-color css
<style>
span { border-color: #88DFDC; }
span { border-color: rgb(136,223,220); }
td.TdClassName
{
border-color: #88DFDC;
}
.TagClassName
{
border-color: #88DFDC;
}
</style>