Shades of Riptide #93DECF
Tints of Riptide #93DECF
RGB
CMYK
RGB Variations
Color information
#93DECF (or 0x93DECF) is known color: Riptide. HEX triplet: 93, DE and CF. RGB value is (147,222,207). Sum of RGB (Red+Green+Blue) = 147+222+207=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #93DECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DECF is #6C2130. Grayscale: #C5C5C5. Windows color (decimal): -7086385 or 13622931. OLE color: 13622931.
HSL color Cylindrical-coordinate representation of color #93DECF: hue angle of 168º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DECF is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 207 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.13 |
| HSL | 168º | 0.53% | 0.72% | - |
| HSV(B) | 168º | 0.34% | 0.87% | - |
| XYZ | 49.42 | 62.95 | 68.58 | - |
| YUV | 197.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 207 | 0.34 | 0 | 0.07 | 0.13 | 168 | 0.53 | 0.72 |
| Hex | 93 | DE | CF | 22 | 0 | 7 | D | A8 | 35 | 48 |
| Octal | 223 | 336 | 317 | 42 | 0 | 7 | 15 | 250 | 65 | 110 |
| Binary | 10010011 | 11011110 | 11001111 | 100010 | 0 | 111 | 1101 | 10101000 | 110101 | 1001000 |
Color Harmonies of #93DECF
Complementary color
Monochromatic Colors of #93DECF
Black with #93DECF
Text Example
Text Example
White with #93DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DECF; }
p { color: rgb(147,222,207); }
H1.HeaderClassName
{
color: #93DECF;
}
.AnyTagClassName
{
color: #93DECF;
}
</style>
background-color css
<style>
a { background-color: #93DECF; }
a { background-color: rgb(147,222,207); }
div.DivClassName
{
background-color: #93DECF;
}
.BgClassName
{
background-color: #93DECF;
}
</style>
border-color css
<style>
span { border-color: #93DECF; }
span { border-color: rgb(147,222,207); }
td.TdClassName
{
border-color: #93DECF;
}
.TagClassName
{
border-color: #93DECF;
}
</style>