Shades of Riptide #93ECDE
Tints of Riptide #93ECDE
RGB
CMYK
RGB Variations
Color information
#93ECDE (or 0x93ECDE) is known color: Riptide. HEX triplet: 93, EC and DE. RGB value is (147,236,222). Sum of RGB (Red+Green+Blue) = 147+236+222=605 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.30% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECDE is #6C1321. Grayscale: #CFCFCF. Windows color (decimal): -7082786 or 14609555. OLE color: 14609555.
HSL color Cylindrical-coordinate representation of color #93ECDE: hue angle of 170.56º 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 #93ECDE is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 222 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.07 |
| HSL | 170.56º | 0.7% | 0.75% | - |
| HSV(B) | 170.56º | 0.38% | 0.93% | - |
| XYZ | 55.21 | 71.47 | 79.99 | - |
| YUV | 207.79 | 136.01 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 222 | 0.38 | 0 | 0.06 | 0.07 | 170.56 | 0.7 | 0.75 |
| Hex | 93 | EC | DE | 26 | 0 | 6 | 7 | AB | 46 | 4B |
| Octal | 223 | 354 | 336 | 46 | 0 | 6 | 7 | 253 | 106 | 113 |
| Binary | 10010011 | 11101100 | 11011110 | 100110 | 0 | 110 | 111 | 10101011 | 1000110 | 1001011 |
Color Harmonies of #93ECDE
Complementary color
Monochromatic Colors of #93ECDE
Black with #93ECDE
Text Example
Text Example
White with #93ECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ECDE; }
p { color: rgb(147,236,222); }
H1.HeaderClassName
{
color: #93ECDE;
}
.AnyTagClassName
{
color: #93ECDE;
}
</style>
background-color css
<style>
a { background-color: #93ECDE; }
a { background-color: rgb(147,236,222); }
div.DivClassName
{
background-color: #93ECDE;
}
.BgClassName
{
background-color: #93ECDE;
}
</style>
border-color css
<style>
span { border-color: #93ECDE; }
span { border-color: rgb(147,236,222); }
td.TdClassName
{
border-color: #93ECDE;
}
.TagClassName
{
border-color: #93ECDE;
}
</style>