Shades of Riptide #89DECF
Tints of Riptide #89DECF
RGB
CMYK
RGB Variations
Color information
#89DECF (or 0x89DECF) is known color: Riptide. HEX triplet: 89, DE and CF. RGB value is (137,222,207). Sum of RGB (Red+Green+Blue) = 137+222+207=566 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.20% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #89DECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DECF is #762130. Grayscale: #C2C2C2. Windows color (decimal): -7741745 or 13622921. OLE color: 13622921.
HSL color Cylindrical-coordinate representation of color #89DECF: hue angle of 169.41º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DECF is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 222 | 207 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.13 |
| HSL | 169.41º | 0.56% | 0.7% | - |
| HSV(B) | 169.41º | 0.38% | 0.87% | - |
| XYZ | 47.7 | 62.07 | 68.5 | - |
| YUV | 194.88 | 134.84 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 222 | 207 | 0.38 | 0 | 0.07 | 0.13 | 169.41 | 0.56 | 0.7 |
| Hex | 89 | DE | CF | 26 | 0 | 7 | D | A9 | 38 | 46 |
| Octal | 211 | 336 | 317 | 46 | 0 | 7 | 15 | 251 | 70 | 106 |
| Binary | 10001001 | 11011110 | 11001111 | 100110 | 0 | 111 | 1101 | 10101001 | 111000 | 1000110 |
Color Harmonies of #89DECF
Complementary color
Monochromatic Colors of #89DECF
Black with #89DECF
Text Example
Text Example
White with #89DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DECF; }
p { color: rgb(137,222,207); }
H1.HeaderClassName
{
color: #89DECF;
}
.AnyTagClassName
{
color: #89DECF;
}
</style>
background-color css
<style>
a { background-color: #89DECF; }
a { background-color: rgb(137,222,207); }
div.DivClassName
{
background-color: #89DECF;
}
.BgClassName
{
background-color: #89DECF;
}
</style>
border-color css
<style>
span { border-color: #89DECF; }
span { border-color: rgb(137,222,207); }
td.TdClassName
{
border-color: #89DECF;
}
.TagClassName
{
border-color: #89DECF;
}
</style>