Shades of Riptide #88DCDA
Tints of Riptide #88DCDA
RGB
CMYK
RGB Variations
Color information
#88DCDA (or 0x88DCDA) is known color: Riptide. HEX triplet: 88, DC and DA. RGB value is (136,220,218). Sum of RGB (Red+Green+Blue) = 136+220+218=574 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.69% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCDA is #772325. Grayscale: #C2C2C2. Windows color (decimal): -7807782 or 14343304. OLE color: 14343304.
HSL color Cylindrical-coordinate representation of color #88DCDA: hue angle of 178.57º 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 #88DCDA is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 218 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.14 |
| HSL | 178.57º | 0.55% | 0.7% | - |
| HSV(B) | 178.57º | 0.38% | 0.86% | - |
| XYZ | 48.4 | 61.48 | 75.65 | - |
| YUV | 194.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 218 | 0.38 | 0 | 0.01 | 0.14 | 178.57 | 0.55 | 0.7 |
| Hex | 88 | DC | DA | 26 | 0 | 1 | E | B3 | 37 | 46 |
| Octal | 210 | 334 | 332 | 46 | 0 | 1 | 16 | 263 | 67 | 106 |
| Binary | 10001000 | 11011100 | 11011010 | 100110 | 0 | 1 | 1110 | 10110011 | 110111 | 1000110 |
Color Harmonies of #88DCDA
Complementary color
Monochromatic Colors of #88DCDA
Black with #88DCDA
Text Example
Text Example
White with #88DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCDA; }
p { color: rgb(136,220,218); }
H1.HeaderClassName
{
color: #88DCDA;
}
.AnyTagClassName
{
color: #88DCDA;
}
</style>
background-color css
<style>
a { background-color: #88DCDA; }
a { background-color: rgb(136,220,218); }
div.DivClassName
{
background-color: #88DCDA;
}
.BgClassName
{
background-color: #88DCDA;
}
</style>
border-color css
<style>
span { border-color: #88DCDA; }
span { border-color: rgb(136,220,218); }
td.TdClassName
{
border-color: #88DCDA;
}
.TagClassName
{
border-color: #88DCDA;
}
</style>