Shades of Riptide #89DCCD
Tints of Riptide #89DCCD
RGB
CMYK
RGB Variations
Color information
#89DCCD (or 0x89DCCD) is known color: Riptide. HEX triplet: 89, DC and CD. RGB value is (137,220,205). Sum of RGB (Red+Green+Blue) = 137+220+205=562 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.38% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCCD is #762332. Grayscale: #C1C1C1. Windows color (decimal): -7742259 or 13491337. OLE color: 13491337.
HSL color Cylindrical-coordinate representation of color #89DCCD: hue angle of 169.16º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DCCD is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 220 | 205 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.14 |
| HSL | 169.16º | 0.54% | 0.7% | - |
| HSV(B) | 169.16º | 0.38% | 0.86% | - |
| XYZ | 46.93 | 60.91 | 67.04 | - |
| YUV | 193.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 205 | 0.38 | 0 | 0.07 | 0.14 | 169.16 | 0.54 | 0.7 |
| Hex | 89 | DC | CD | 26 | 0 | 7 | E | A9 | 36 | 46 |
| Octal | 211 | 334 | 315 | 46 | 0 | 7 | 16 | 251 | 66 | 106 |
| Binary | 10001001 | 11011100 | 11001101 | 100110 | 0 | 111 | 1110 | 10101001 | 110110 | 1000110 |
Color Harmonies of #89DCCD
Complementary color
Monochromatic Colors of #89DCCD
Black with #89DCCD
Text Example
Text Example
White with #89DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DCCD; }
p { color: rgb(137,220,205); }
H1.HeaderClassName
{
color: #89DCCD;
}
.AnyTagClassName
{
color: #89DCCD;
}
</style>
background-color css
<style>
a { background-color: #89DCCD; }
a { background-color: rgb(137,220,205); }
div.DivClassName
{
background-color: #89DCCD;
}
.BgClassName
{
background-color: #89DCCD;
}
</style>
border-color css
<style>
span { border-color: #89DCCD; }
span { border-color: rgb(137,220,205); }
td.TdClassName
{
border-color: #89DCCD;
}
.TagClassName
{
border-color: #89DCCD;
}
</style>