Shades of Riptide #88DECB
Tints of Riptide #88DECB
RGB
CMYK
RGB Variations
Color information
#88DECB (or 0x88DECB) is known color: Riptide. HEX triplet: 88, DE and CB. RGB value is (136,222,203). Sum of RGB (Red+Green+Blue) = 136+222+203=561 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.24% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #88DECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DECB is #772134. Grayscale: #C2C2C2. Windows color (decimal): -7807285 or 13360776. OLE color: 13360776.
HSL color Cylindrical-coordinate representation of color #88DECB: hue angle of 166.74º degrees, saturation: 0.57, 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 #88DECB is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 222 | 203 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.13 |
| HSL | 166.74º | 0.57% | 0.7% | - |
| HSV(B) | 166.74º | 0.39% | 0.87% | - |
| XYZ | 47.05 | 61.79 | 65.95 | - |
| YUV | 194.12 | 133.01 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 222 | 203 | 0.39 | 0 | 0.09 | 0.13 | 166.74 | 0.57 | 0.7 |
| Hex | 88 | DE | CB | 27 | 0 | 9 | D | A7 | 39 | 46 |
| Octal | 210 | 336 | 313 | 47 | 0 | 11 | 15 | 247 | 71 | 106 |
| Binary | 10001000 | 11011110 | 11001011 | 100111 | 0 | 1001 | 1101 | 10100111 | 111001 | 1000110 |
Color Harmonies of #88DECB
Complementary color
Monochromatic Colors of #88DECB
Black with #88DECB
Text Example
Text Example
White with #88DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DECB; }
p { color: rgb(136,222,203); }
H1.HeaderClassName
{
color: #88DECB;
}
.AnyTagClassName
{
color: #88DECB;
}
</style>
background-color css
<style>
a { background-color: #88DECB; }
a { background-color: rgb(136,222,203); }
div.DivClassName
{
background-color: #88DECB;
}
.BgClassName
{
background-color: #88DECB;
}
</style>
border-color css
<style>
span { border-color: #88DECB; }
span { border-color: rgb(136,222,203); }
td.TdClassName
{
border-color: #88DECB;
}
.TagClassName
{
border-color: #88DECB;
}
</style>