Shades of Riptide #93EBCF
Tints of Riptide #93EBCF
RGB
CMYK
RGB Variations
Color information
#93EBCF (or 0x93EBCF) is known color: Riptide. HEX triplet: 93, EB and CF. RGB value is (147,235,207). Sum of RGB (Red+Green+Blue) = 147+235+207=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EBCF is #6C1430. Grayscale: #CDCDCD. Windows color (decimal): -7083057 or 13626259. OLE color: 13626259.
HSL color Cylindrical-coordinate representation of color #93EBCF: hue angle of 160.91º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EBCF is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 235 | 207 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.08 |
| HSL | 160.91º | 0.69% | 0.75% | - |
| HSV(B) | 160.91º | 0.37% | 0.92% | - |
| XYZ | 53 | 70.12 | 69.77 | - |
| YUV | 205.5 | 128.85 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 235 | 207 | 0.37 | 0 | 0.12 | 0.08 | 160.91 | 0.69 | 0.75 |
| Hex | 93 | EB | CF | 25 | 0 | C | 8 | A1 | 45 | 4B |
| Octal | 223 | 353 | 317 | 45 | 0 | 14 | 10 | 241 | 105 | 113 |
| Binary | 10010011 | 11101011 | 11001111 | 100101 | 0 | 1100 | 1000 | 10100001 | 1000101 | 1001011 |
Color Harmonies of #93EBCF
Complementary color
Monochromatic Colors of #93EBCF
Black with #93EBCF
Text Example
Text Example
White with #93EBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EBCF; }
p { color: rgb(147,235,207); }
H1.HeaderClassName
{
color: #93EBCF;
}
.AnyTagClassName
{
color: #93EBCF;
}
</style>
background-color css
<style>
a { background-color: #93EBCF; }
a { background-color: rgb(147,235,207); }
div.DivClassName
{
background-color: #93EBCF;
}
.BgClassName
{
background-color: #93EBCF;
}
</style>
border-color css
<style>
span { border-color: #93EBCF; }
span { border-color: rgb(147,235,207); }
td.TdClassName
{
border-color: #93EBCF;
}
.TagClassName
{
border-color: #93EBCF;
}
</style>