Shades of Riptide #88DBCA
Tints of Riptide #88DBCA
RGB
CMYK
RGB Variations
Color information
#88DBCA (or 0x88DBCA) is known color: Riptide. HEX triplet: 88, DB and CA. RGB value is (136,219,202). Sum of RGB (Red+Green+Blue) = 136+219+202=557 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.42% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DBCA is #772435. Grayscale: #C0C0C0. Windows color (decimal): -7808054 or 13294472. OLE color: 13294472.
HSL color Cylindrical-coordinate representation of color #88DBCA: hue angle of 167.71º 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 #88DBCA is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 202 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.14 |
| HSL | 167.71º | 0.54% | 0.7% | - |
| HSV(B) | 167.71º | 0.38% | 0.86% | - |
| XYZ | 46.15 | 60.16 | 65.06 | - |
| YUV | 192.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 202 | 0.38 | 0 | 0.08 | 0.14 | 167.71 | 0.54 | 0.7 |
| Hex | 88 | DB | CA | 26 | 0 | 8 | E | A8 | 36 | 46 |
| Octal | 210 | 333 | 312 | 46 | 0 | 10 | 16 | 250 | 66 | 106 |
| Binary | 10001000 | 11011011 | 11001010 | 100110 | 0 | 1000 | 1110 | 10101000 | 110110 | 1000110 |
Color Harmonies of #88DBCA
Complementary color
Monochromatic Colors of #88DBCA
Black with #88DBCA
Text Example
Text Example
White with #88DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBCA; }
p { color: rgb(136,219,202); }
H1.HeaderClassName
{
color: #88DBCA;
}
.AnyTagClassName
{
color: #88DBCA;
}
</style>
background-color css
<style>
a { background-color: #88DBCA; }
a { background-color: rgb(136,219,202); }
div.DivClassName
{
background-color: #88DBCA;
}
.BgClassName
{
background-color: #88DBCA;
}
</style>
border-color css
<style>
span { border-color: #88DBCA; }
span { border-color: rgb(136,219,202); }
td.TdClassName
{
border-color: #88DBCA;
}
.TagClassName
{
border-color: #88DBCA;
}
</style>