Shades of Riptide #88D8CB
Tints of Riptide #88D8CB
RGB
CMYK
RGB Variations
Color information
#88D8CB (or 0x88D8CB) is known color: Riptide. HEX triplet: 88, D8 and CB. RGB value is (136,216,203). Sum of RGB (Red+Green+Blue) = 136+216+203=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #88D8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D8CB is #772734. Grayscale: #BEBEBE. Windows color (decimal): -7808821 or 13359240. OLE color: 13359240.
HSL color Cylindrical-coordinate representation of color #88D8CB: hue angle of 170.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 #88D8CB is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 216 | 203 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.15 |
| HSL | 170.25º | 0.51% | 0.69% | - |
| HSV(B) | 170.25º | 0.37% | 0.85% | - |
| XYZ | 45.49 | 58.66 | 65.42 | - |
| YUV | 190.6 | 135 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 216 | 203 | 0.37 | 0 | 0.06 | 0.15 | 170.25 | 0.51 | 0.69 |
| Hex | 88 | D8 | CB | 25 | 0 | 6 | F | AA | 33 | 45 |
| Octal | 210 | 330 | 313 | 45 | 0 | 6 | 17 | 252 | 63 | 105 |
| Binary | 10001000 | 11011000 | 11001011 | 100101 | 0 | 110 | 1111 | 10101010 | 110011 | 1000101 |
Color Harmonies of #88D8CB
Complementary color
Monochromatic Colors of #88D8CB
Black with #88D8CB
Text Example
Text Example
White with #88D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D8CB; }
p { color: rgb(136,216,203); }
H1.HeaderClassName
{
color: #88D8CB;
}
.AnyTagClassName
{
color: #88D8CB;
}
</style>
background-color css
<style>
a { background-color: #88D8CB; }
a { background-color: rgb(136,216,203); }
div.DivClassName
{
background-color: #88D8CB;
}
.BgClassName
{
background-color: #88D8CB;
}
</style>
border-color css
<style>
span { border-color: #88D8CB; }
span { border-color: rgb(136,216,203); }
td.TdClassName
{
border-color: #88D8CB;
}
.TagClassName
{
border-color: #88D8CB;
}
</style>