Shades of Riptide #93EDDB
Tints of Riptide #93EDDB
RGB
CMYK
RGB Variations
Color information
#93EDDB (or 0x93EDDB) is known color: Riptide. HEX triplet: 93, ED and DB. RGB value is (147,237,219). Sum of RGB (Red+Green+Blue) = 147+237+219=603 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.38% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EDDB is #6C1224. Grayscale: #D0D0D0. Windows color (decimal): -7082533 or 14413203. OLE color: 14413203.
HSL color Cylindrical-coordinate representation of color #93EDDB: hue angle of 168º degrees, saturation: 0.71, 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 #93EDDB is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 237 | 219 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.07 |
| HSL | 168º | 0.71% | 0.75% | - |
| HSV(B) | 168º | 0.38% | 0.93% | - |
| XYZ | 55.1 | 71.89 | 77.99 | - |
| YUV | 208.04 | 134.18 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 237 | 219 | 0.38 | 0 | 0.08 | 0.07 | 168 | 0.71 | 0.75 |
| Hex | 93 | ED | DB | 26 | 0 | 8 | 7 | A8 | 47 | 4B |
| Octal | 223 | 355 | 333 | 46 | 0 | 10 | 7 | 250 | 107 | 113 |
| Binary | 10010011 | 11101101 | 11011011 | 100110 | 0 | 1000 | 111 | 10101000 | 1000111 | 1001011 |
Color Harmonies of #93EDDB
Complementary color
Monochromatic Colors of #93EDDB
Black with #93EDDB
Text Example
Text Example
White with #93EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EDDB; }
p { color: rgb(147,237,219); }
H1.HeaderClassName
{
color: #93EDDB;
}
.AnyTagClassName
{
color: #93EDDB;
}
</style>
background-color css
<style>
a { background-color: #93EDDB; }
a { background-color: rgb(147,237,219); }
div.DivClassName
{
background-color: #93EDDB;
}
.BgClassName
{
background-color: #93EDDB;
}
</style>
border-color css
<style>
span { border-color: #93EDDB; }
span { border-color: rgb(147,237,219); }
td.TdClassName
{
border-color: #93EDDB;
}
.TagClassName
{
border-color: #93EDDB;
}
</style>