Shades of Riptide #93D6CF
Tints of Riptide #93D6CF
RGB
CMYK
RGB Variations
Color information
#93D6CF (or 0x93D6CF) is known color: Riptide. HEX triplet: 93, D6 and CF. RGB value is (147,214,207). Sum of RGB (Red+Green+Blue) = 147+214+207=568 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.88% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #93D6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D6CF is #6C2930. Grayscale: #C1C1C1. Windows color (decimal): -7088433 or 13620883. OLE color: 13620883.
HSL color Cylindrical-coordinate representation of color #93D6CF: hue angle of 173.73º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D6CF is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 214 | 207 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.16 |
| HSL | 173.73º | 0.45% | 0.71% | - |
| HSV(B) | 173.73º | 0.31% | 0.84% | - |
| XYZ | 47.34 | 58.8 | 67.89 | - |
| YUV | 193.17 | 135.8 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 214 | 207 | 0.31 | 0 | 0.03 | 0.16 | 173.73 | 0.45 | 0.71 |
| Hex | 93 | D6 | CF | 1F | 0 | 3 | 10 | AE | 2D | 47 |
| Octal | 223 | 326 | 317 | 37 | 0 | 3 | 20 | 256 | 55 | 107 |
| Binary | 10010011 | 11010110 | 11001111 | 11111 | 0 | 11 | 10000 | 10101110 | 101101 | 1000111 |
Color Harmonies of #93D6CF
Complementary color
Monochromatic Colors of #93D6CF
Black with #93D6CF
Text Example
Text Example
White with #93D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D6CF; }
p { color: rgb(147,214,207); }
H1.HeaderClassName
{
color: #93D6CF;
}
.AnyTagClassName
{
color: #93D6CF;
}
</style>
background-color css
<style>
a { background-color: #93D6CF; }
a { background-color: rgb(147,214,207); }
div.DivClassName
{
background-color: #93D6CF;
}
.BgClassName
{
background-color: #93D6CF;
}
</style>
border-color css
<style>
span { border-color: #93D6CF; }
span { border-color: rgb(147,214,207); }
td.TdClassName
{
border-color: #93D6CF;
}
.TagClassName
{
border-color: #93D6CF;
}
</style>