Shades of Riptide #89EBDB
Tints of Riptide #89EBDB
RGB
CMYK
RGB Variations
Color information
#89EBDB (or 0x89EBDB) is known color: Riptide. HEX triplet: 89, EB and DB. RGB value is (137,235,219). Sum of RGB (Red+Green+Blue) = 137+235+219=591 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.18% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #89EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EBDB is #761424. Grayscale: #CBCBCB. Windows color (decimal): -7738405 or 14412681. OLE color: 14412681.
HSL color Cylindrical-coordinate representation of color #89EBDB: hue angle of 170.2º 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 #89EBDB is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 235 | 219 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.08 |
| HSL | 170.2º | 0.71% | 0.73% | - |
| HSV(B) | 170.2º | 0.42% | 0.92% | - |
| XYZ | 52.81 | 69.85 | 77.72 | - |
| YUV | 203.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 235 | 219 | 0.42 | 0 | 0.07 | 0.08 | 170.2 | 0.71 | 0.73 |
| Hex | 89 | EB | DB | 2A | 0 | 7 | 8 | AA | 47 | 49 |
| Octal | 211 | 353 | 333 | 52 | 0 | 7 | 10 | 252 | 107 | 111 |
| Binary | 10001001 | 11101011 | 11011011 | 101010 | 0 | 111 | 1000 | 10101010 | 1000111 | 1001001 |
Color Harmonies of #89EBDB
Complementary color
Monochromatic Colors of #89EBDB
Black with #89EBDB
Text Example
Text Example
White with #89EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EBDB; }
p { color: rgb(137,235,219); }
H1.HeaderClassName
{
color: #89EBDB;
}
.AnyTagClassName
{
color: #89EBDB;
}
</style>
background-color css
<style>
a { background-color: #89EBDB; }
a { background-color: rgb(137,235,219); }
div.DivClassName
{
background-color: #89EBDB;
}
.BgClassName
{
background-color: #89EBDB;
}
</style>
border-color css
<style>
span { border-color: #89EBDB; }
span { border-color: rgb(137,235,219); }
td.TdClassName
{
border-color: #89EBDB;
}
.TagClassName
{
border-color: #89EBDB;
}
</style>