Shades of Riptide #93ECDF
Tints of Riptide #93ECDF
RGB
CMYK
RGB Variations
Color information
#93ECDF (or 0x93ECDF) is known color: Riptide. HEX triplet: 93, EC and DF. RGB value is (147,236,223). Sum of RGB (Red+Green+Blue) = 147+236+223=606 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.26% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECDF is #6C1320. Grayscale: #CFCFCF. Windows color (decimal): -7082785 or 14675091. OLE color: 14675091.
HSL color Cylindrical-coordinate representation of color #93ECDF: hue angle of 171.24º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93ECDF is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 223 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.07 |
| HSL | 171.24º | 0.7% | 0.75% | - |
| HSV(B) | 171.24º | 0.38% | 0.93% | - |
| XYZ | 55.35 | 71.52 | 80.7 | - |
| YUV | 207.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 223 | 0.38 | 0 | 0.06 | 0.07 | 171.24 | 0.7 | 0.75 |
| Hex | 93 | EC | DF | 26 | 0 | 6 | 7 | AB | 46 | 4B |
| Octal | 223 | 354 | 337 | 46 | 0 | 6 | 7 | 253 | 106 | 113 |
| Binary | 10010011 | 11101100 | 11011111 | 100110 | 0 | 110 | 111 | 10101011 | 1000110 | 1001011 |
Color Harmonies of #93ECDF
Complementary color
Monochromatic Colors of #93ECDF
Black with #93ECDF
Text Example
Text Example
White with #93ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ECDF; }
p { color: rgb(147,236,223); }
H1.HeaderClassName
{
color: #93ECDF;
}
.AnyTagClassName
{
color: #93ECDF;
}
</style>
background-color css
<style>
a { background-color: #93ECDF; }
a { background-color: rgb(147,236,223); }
div.DivClassName
{
background-color: #93ECDF;
}
.BgClassName
{
background-color: #93ECDF;
}
</style>
border-color css
<style>
span { border-color: #93ECDF; }
span { border-color: rgb(147,236,223); }
td.TdClassName
{
border-color: #93ECDF;
}
.TagClassName
{
border-color: #93ECDF;
}
</style>