Shades of Riptide #88DBCF
Tints of Riptide #88DBCF
RGB
CMYK
RGB Variations
Color information
#88DBCF (or 0x88DBCF) is known color: Riptide. HEX triplet: 88, DB and CF. RGB value is (136,219,207). Sum of RGB (Red+Green+Blue) = 136+219+207=562 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.20% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DBCF is #772430. Grayscale: #C0C0C0. Windows color (decimal): -7808049 or 13622152. OLE color: 13622152.
HSL color Cylindrical-coordinate representation of color #88DBCF: hue angle of 171.33º degrees, saturation: 0.54, 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 #88DBCF is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 207 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.14 |
| HSL | 171.33º | 0.54% | 0.7% | - |
| HSV(B) | 171.33º | 0.38% | 0.86% | - |
| XYZ | 46.75 | 60.4 | 68.23 | - |
| YUV | 192.82 | 136 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 207 | 0.38 | 0 | 0.05 | 0.14 | 171.33 | 0.54 | 0.7 |
| Hex | 88 | DB | CF | 26 | 0 | 5 | E | AB | 36 | 46 |
| Octal | 210 | 333 | 317 | 46 | 0 | 5 | 16 | 253 | 66 | 106 |
| Binary | 10001000 | 11011011 | 11001111 | 100110 | 0 | 101 | 1110 | 10101011 | 110110 | 1000110 |
Color Harmonies of #88DBCF
Complementary color
Monochromatic Colors of #88DBCF
Black with #88DBCF
Text Example
Text Example
White with #88DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBCF; }
p { color: rgb(136,219,207); }
H1.HeaderClassName
{
color: #88DBCF;
}
.AnyTagClassName
{
color: #88DBCF;
}
</style>
background-color css
<style>
a { background-color: #88DBCF; }
a { background-color: rgb(136,219,207); }
div.DivClassName
{
background-color: #88DBCF;
}
.BgClassName
{
background-color: #88DBCF;
}
</style>
border-color css
<style>
span { border-color: #88DBCF; }
span { border-color: rgb(136,219,207); }
td.TdClassName
{
border-color: #88DBCF;
}
.TagClassName
{
border-color: #88DBCF;
}
</style>