Shades of Riptide #89EBDD
Tints of Riptide #89EBDD
RGB
CMYK
RGB Variations
Color information
#89EBDD (or 0x89EBDD) is known color: Riptide. HEX triplet: 89, EB and DD. RGB value is (137,235,221). Sum of RGB (Red+Green+Blue) = 137+235+221=593 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.10% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #89EBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EBDD is #761422. Grayscale: #CCCCCC. Windows color (decimal): -7738403 or 14543753. OLE color: 14543753.
HSL color Cylindrical-coordinate representation of color #89EBDD: hue angle of 171.43º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89EBDD is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 235 | 221 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.08 |
| HSL | 171.43º | 0.71% | 0.73% | - |
| HSV(B) | 171.43º | 0.42% | 0.92% | - |
| XYZ | 53.08 | 69.96 | 79.11 | - |
| YUV | 204.1 | 137.53 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 235 | 221 | 0.42 | 0 | 0.06 | 0.08 | 171.43 | 0.71 | 0.73 |
| Hex | 89 | EB | DD | 2A | 0 | 6 | 8 | AB | 47 | 49 |
| Octal | 211 | 353 | 335 | 52 | 0 | 6 | 10 | 253 | 107 | 111 |
| Binary | 10001001 | 11101011 | 11011101 | 101010 | 0 | 110 | 1000 | 10101011 | 1000111 | 1001001 |
Color Harmonies of #89EBDD
Complementary color
Monochromatic Colors of #89EBDD
Black with #89EBDD
Text Example
Text Example
White with #89EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EBDD; }
p { color: rgb(137,235,221); }
H1.HeaderClassName
{
color: #89EBDD;
}
.AnyTagClassName
{
color: #89EBDD;
}
</style>
background-color css
<style>
a { background-color: #89EBDD; }
a { background-color: rgb(137,235,221); }
div.DivClassName
{
background-color: #89EBDD;
}
.BgClassName
{
background-color: #89EBDD;
}
</style>
border-color css
<style>
span { border-color: #89EBDD; }
span { border-color: rgb(137,235,221); }
td.TdClassName
{
border-color: #89EBDD;
}
.TagClassName
{
border-color: #89EBDD;
}
</style>