Shades of Riptide #89DBCD
Tints of Riptide #89DBCD
RGB
CMYK
RGB Variations
Color information
#89DBCD (or 0x89DBCD) is known color: Riptide. HEX triplet: 89, DB and CD. RGB value is (137,219,205). Sum of RGB (Red+Green+Blue) = 137+219+205=561 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.42% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBCD is #762432. Grayscale: #C0C0C0. Windows color (decimal): -7742515 or 13491081. OLE color: 13491081.
HSL color Cylindrical-coordinate representation of color #89DBCD: hue angle of 169.76º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DBCD is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 219 | 205 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.14 |
| HSL | 169.76º | 0.53% | 0.7% | - |
| HSV(B) | 169.76º | 0.37% | 0.86% | - |
| XYZ | 46.67 | 60.39 | 66.95 | - |
| YUV | 192.89 | 134.83 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 205 | 0.37 | 0 | 0.06 | 0.14 | 169.76 | 0.53 | 0.7 |
| Hex | 89 | DB | CD | 25 | 0 | 6 | E | AA | 35 | 46 |
| Octal | 211 | 333 | 315 | 45 | 0 | 6 | 16 | 252 | 65 | 106 |
| Binary | 10001001 | 11011011 | 11001101 | 100101 | 0 | 110 | 1110 | 10101010 | 110101 | 1000110 |
Color Harmonies of #89DBCD
Complementary color
Monochromatic Colors of #89DBCD
Black with #89DBCD
Text Example
Text Example
White with #89DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DBCD; }
p { color: rgb(137,219,205); }
H1.HeaderClassName
{
color: #89DBCD;
}
.AnyTagClassName
{
color: #89DBCD;
}
</style>
background-color css
<style>
a { background-color: #89DBCD; }
a { background-color: rgb(137,219,205); }
div.DivClassName
{
background-color: #89DBCD;
}
.BgClassName
{
background-color: #89DBCD;
}
</style>
border-color css
<style>
span { border-color: #89DBCD; }
span { border-color: rgb(137,219,205); }
td.TdClassName
{
border-color: #89DBCD;
}
.TagClassName
{
border-color: #89DBCD;
}
</style>