Shades of Riptide #89DBCC
Tints of Riptide #89DBCC
RGB
CMYK
RGB Variations
Color information
#89DBCC (or 0x89DBCC) is known color: Riptide. HEX triplet: 89, DB and CC. RGB value is (137,219,204). Sum of RGB (Red+Green+Blue) = 137+219+204=560 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.46% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBCC is #762433. Grayscale: #C0C0C0. Windows color (decimal): -7742516 or 13425545. OLE color: 13425545.
HSL color Cylindrical-coordinate representation of color #89DBCC: hue angle of 169.02º 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 #89DBCC is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 219 | 204 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.14 |
| HSL | 169.02º | 0.53% | 0.7% | - |
| HSV(B) | 169.02º | 0.37% | 0.86% | - |
| XYZ | 46.55 | 60.34 | 66.32 | - |
| YUV | 192.77 | 134.33 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 204 | 0.37 | 0 | 0.07 | 0.14 | 169.02 | 0.53 | 0.7 |
| Hex | 89 | DB | CC | 25 | 0 | 7 | E | A9 | 35 | 46 |
| Octal | 211 | 333 | 314 | 45 | 0 | 7 | 16 | 251 | 65 | 106 |
| Binary | 10001001 | 11011011 | 11001100 | 100101 | 0 | 111 | 1110 | 10101001 | 110101 | 1000110 |
Color Harmonies of #89DBCC
Complementary color
Monochromatic Colors of #89DBCC
Black with #89DBCC
Text Example
Text Example
White with #89DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DBCC; }
p { color: rgb(137,219,204); }
H1.HeaderClassName
{
color: #89DBCC;
}
.AnyTagClassName
{
color: #89DBCC;
}
</style>
background-color css
<style>
a { background-color: #89DBCC; }
a { background-color: rgb(137,219,204); }
div.DivClassName
{
background-color: #89DBCC;
}
.BgClassName
{
background-color: #89DBCC;
}
</style>
border-color css
<style>
span { border-color: #89DBCC; }
span { border-color: rgb(137,219,204); }
td.TdClassName
{
border-color: #89DBCC;
}
.TagClassName
{
border-color: #89DBCC;
}
</style>