Shades of Riptide #93EADB
Tints of Riptide #93EADB
RGB
CMYK
RGB Variations
Color information
#93EADB (or 0x93EADB) is known color: Riptide. HEX triplet: 93, EA and DB. RGB value is (147,234,219). Sum of RGB (Red+Green+Blue) = 147+234+219=600 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.5% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #93EADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EADB is #6C1524. Grayscale: #CECECE. Windows color (decimal): -7083301 or 14412435. OLE color: 14412435.
HSL color Cylindrical-coordinate representation of color #93EADB: hue angle of 169.66º degrees, saturation: 0.67, 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 #93EADB is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 234 | 219 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.08 |
| HSL | 169.66º | 0.67% | 0.75% | - |
| HSV(B) | 169.66º | 0.37% | 0.92% | - |
| XYZ | 54.24 | 70.16 | 77.7 | - |
| YUV | 206.28 | 135.18 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 234 | 219 | 0.37 | 0 | 0.06 | 0.08 | 169.66 | 0.67 | 0.75 |
| Hex | 93 | EA | DB | 25 | 0 | 6 | 8 | AA | 43 | 4B |
| Octal | 223 | 352 | 333 | 45 | 0 | 6 | 10 | 252 | 103 | 113 |
| Binary | 10010011 | 11101010 | 11011011 | 100101 | 0 | 110 | 1000 | 10101010 | 1000011 | 1001011 |
Color Harmonies of #93EADB
Complementary color
Monochromatic Colors of #93EADB
Black with #93EADB
Text Example
Text Example
White with #93EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EADB; }
p { color: rgb(147,234,219); }
H1.HeaderClassName
{
color: #93EADB;
}
.AnyTagClassName
{
color: #93EADB;
}
</style>
background-color css
<style>
a { background-color: #93EADB; }
a { background-color: rgb(147,234,219); }
div.DivClassName
{
background-color: #93EADB;
}
.BgClassName
{
background-color: #93EADB;
}
</style>
border-color css
<style>
span { border-color: #93EADB; }
span { border-color: rgb(147,234,219); }
td.TdClassName
{
border-color: #93EADB;
}
.TagClassName
{
border-color: #93EADB;
}
</style>