Shades of Riptide #93ECDB
Tints of Riptide #93ECDB
RGB
CMYK
RGB Variations
Color information
#93ECDB (or 0x93ECDB) is known color: Riptide. HEX triplet: 93, EC and DB. RGB value is (147,236,219). Sum of RGB (Red+Green+Blue) = 147+236+219=602 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.42% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECDB is #6C1324. Grayscale: #CFCFCF. Windows color (decimal): -7082789 or 14412947. OLE color: 14412947.
HSL color Cylindrical-coordinate representation of color #93ECDB: hue angle of 168.54º 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 #93ECDB is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 219 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.07 |
| HSL | 168.54º | 0.7% | 0.75% | - |
| HSV(B) | 168.54º | 0.38% | 0.93% | - |
| XYZ | 54.81 | 71.31 | 77.89 | - |
| YUV | 207.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 219 | 0.38 | 0 | 0.07 | 0.07 | 168.54 | 0.7 | 0.75 |
| Hex | 93 | EC | DB | 26 | 0 | 7 | 7 | A9 | 46 | 4B |
| Octal | 223 | 354 | 333 | 46 | 0 | 7 | 7 | 251 | 106 | 113 |
| Binary | 10010011 | 11101100 | 11011011 | 100110 | 0 | 111 | 111 | 10101001 | 1000110 | 1001011 |
Color Harmonies of #93ECDB
Complementary color
Monochromatic Colors of #93ECDB
Black with #93ECDB
Text Example
Text Example
White with #93ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ECDB; }
p { color: rgb(147,236,219); }
H1.HeaderClassName
{
color: #93ECDB;
}
.AnyTagClassName
{
color: #93ECDB;
}
</style>
background-color css
<style>
a { background-color: #93ECDB; }
a { background-color: rgb(147,236,219); }
div.DivClassName
{
background-color: #93ECDB;
}
.BgClassName
{
background-color: #93ECDB;
}
</style>
border-color css
<style>
span { border-color: #93ECDB; }
span { border-color: rgb(147,236,219); }
td.TdClassName
{
border-color: #93ECDB;
}
.TagClassName
{
border-color: #93ECDB;
}
</style>