Shades of Riptide #88D8CF
Tints of Riptide #88D8CF
RGB
CMYK
RGB Variations
Color information
#88D8CF (or 0x88D8CF) is known color: Riptide. HEX triplet: 88, D8 and CF. RGB value is (136,216,207). Sum of RGB (Red+Green+Blue) = 136+216+207=559 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.33% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #88D8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D8CF is #772730. Grayscale: #BFBFBF. Windows color (decimal): -7808817 or 13621384. OLE color: 13621384.
HSL color Cylindrical-coordinate representation of color #88D8CF: hue angle of 173.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D8CF is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 216 | 207 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.15 |
| HSL | 173.25º | 0.51% | 0.69% | - |
| HSV(B) | 173.25º | 0.37% | 0.85% | - |
| XYZ | 45.97 | 58.85 | 67.97 | - |
| YUV | 191.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 216 | 207 | 0.37 | 0 | 0.04 | 0.15 | 173.25 | 0.51 | 0.69 |
| Hex | 88 | D8 | CF | 25 | 0 | 4 | F | AD | 33 | 45 |
| Octal | 210 | 330 | 317 | 45 | 0 | 4 | 17 | 255 | 63 | 105 |
| Binary | 10001000 | 11011000 | 11001111 | 100101 | 0 | 100 | 1111 | 10101101 | 110011 | 1000101 |
Color Harmonies of #88D8CF
Complementary color
Monochromatic Colors of #88D8CF
Black with #88D8CF
Text Example
Text Example
White with #88D8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D8CF; }
p { color: rgb(136,216,207); }
H1.HeaderClassName
{
color: #88D8CF;
}
.AnyTagClassName
{
color: #88D8CF;
}
</style>
background-color css
<style>
a { background-color: #88D8CF; }
a { background-color: rgb(136,216,207); }
div.DivClassName
{
background-color: #88D8CF;
}
.BgClassName
{
background-color: #88D8CF;
}
</style>
border-color css
<style>
span { border-color: #88D8CF; }
span { border-color: rgb(136,216,207); }
td.TdClassName
{
border-color: #88D8CF;
}
.TagClassName
{
border-color: #88D8CF;
}
</style>