Shades of Riptide #93D8CB
Tints of Riptide #93D8CB
RGB
CMYK
RGB Variations
Color information
#93D8CB (or 0x93D8CB) is known color: Riptide. HEX triplet: 93, D8 and CB. RGB value is (147,216,203). Sum of RGB (Red+Green+Blue) = 147+216+203=566 (74% of max value = 765). Red value is 147 (57.81% from 255 or 25.97% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 216 - color contains mainly: green. Hex color #93D8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D8CB is #6C2734. Grayscale: #C1C1C1. Windows color (decimal): -7087925 or 13359251. OLE color: 13359251.
HSL color Cylindrical-coordinate representation of color #93D8CB: hue angle of 168.7º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D8CB is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 216 | 203 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.15 |
| HSL | 168.7º | 0.47% | 0.71% | - |
| HSV(B) | 168.7º | 0.32% | 0.85% | - |
| XYZ | 47.37 | 59.63 | 65.51 | - |
| YUV | 193.89 | 133.14 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 216 | 203 | 0.32 | 0 | 0.06 | 0.15 | 168.7 | 0.47 | 0.71 |
| Hex | 93 | D8 | CB | 20 | 0 | 6 | F | A9 | 2F | 47 |
| Octal | 223 | 330 | 313 | 40 | 0 | 6 | 17 | 251 | 57 | 107 |
| Binary | 10010011 | 11011000 | 11001011 | 100000 | 0 | 110 | 1111 | 10101001 | 101111 | 1000111 |
Color Harmonies of #93D8CB
Complementary color
Monochromatic Colors of #93D8CB
Black with #93D8CB
Text Example
Text Example
White with #93D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D8CB; }
p { color: rgb(147,216,203); }
H1.HeaderClassName
{
color: #93D8CB;
}
.AnyTagClassName
{
color: #93D8CB;
}
</style>
background-color css
<style>
a { background-color: #93D8CB; }
a { background-color: rgb(147,216,203); }
div.DivClassName
{
background-color: #93D8CB;
}
.BgClassName
{
background-color: #93D8CB;
}
</style>
border-color css
<style>
span { border-color: #93D8CB; }
span { border-color: rgb(147,216,203); }
td.TdClassName
{
border-color: #93D8CB;
}
.TagClassName
{
border-color: #93D8CB;
}
</style>