Shades of Riptide #89D6CF
Tints of Riptide #89D6CF
RGB
CMYK
RGB Variations
Color information
#89D6CF (or 0x89D6CF) is known color: Riptide. HEX triplet: 89, D6 and CF. RGB value is (137,214,207). Sum of RGB (Red+Green+Blue) = 137+214+207=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #89D6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D6CF is #762930. Grayscale: #BEBEBE. Windows color (decimal): -7743793 or 13620873. OLE color: 13620873.
HSL color Cylindrical-coordinate representation of color #89D6CF: hue angle of 174.55º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89D6CF is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 214 | 207 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.16 |
| HSL | 174.55º | 0.48% | 0.69% | - |
| HSV(B) | 174.55º | 0.36% | 0.84% | - |
| XYZ | 45.63 | 57.92 | 67.81 | - |
| YUV | 190.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 214 | 207 | 0.36 | 0 | 0.03 | 0.16 | 174.55 | 0.48 | 0.69 |
| Hex | 89 | D6 | CF | 24 | 0 | 3 | 10 | AF | 30 | 45 |
| Octal | 211 | 326 | 317 | 44 | 0 | 3 | 20 | 257 | 60 | 105 |
| Binary | 10001001 | 11010110 | 11001111 | 100100 | 0 | 11 | 10000 | 10101111 | 110000 | 1000101 |
Color Harmonies of #89D6CF
Complementary color
Monochromatic Colors of #89D6CF
Black with #89D6CF
Text Example
Text Example
White with #89D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D6CF; }
p { color: rgb(137,214,207); }
H1.HeaderClassName
{
color: #89D6CF;
}
.AnyTagClassName
{
color: #89D6CF;
}
</style>
background-color css
<style>
a { background-color: #89D6CF; }
a { background-color: rgb(137,214,207); }
div.DivClassName
{
background-color: #89D6CF;
}
.BgClassName
{
background-color: #89D6CF;
}
</style>
border-color css
<style>
span { border-color: #89D6CF; }
span { border-color: rgb(137,214,207); }
td.TdClassName
{
border-color: #89D6CF;
}
.TagClassName
{
border-color: #89D6CF;
}
</style>