Shades of Riptide #89D3CF
Tints of Riptide #89D3CF
RGB
CMYK
RGB Variations
Color information
#89D3CF (or 0x89D3CF) is known color: Riptide. HEX triplet: 89, D3 and CF. RGB value is (137,211,207). Sum of RGB (Red+Green+Blue) = 137+211+207=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 211 - color contains mainly: green. Hex color #89D3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D3CF is #762C30. Grayscale: #BCBCBC. Windows color (decimal): -7744561 or 13620105. OLE color: 13620105.
HSL color Cylindrical-coordinate representation of color #89D3CF: hue angle of 176.76º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89D3CF is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 211 | 207 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.17 |
| HSL | 176.76º | 0.46% | 0.68% | - |
| HSV(B) | 176.76º | 0.35% | 0.83% | - |
| XYZ | 44.87 | 56.41 | 67.56 | - |
| YUV | 188.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 211 | 207 | 0.35 | 0 | 0.02 | 0.17 | 176.76 | 0.46 | 0.68 |
| Hex | 89 | D3 | CF | 23 | 0 | 2 | 11 | B1 | 2E | 44 |
| Octal | 211 | 323 | 317 | 43 | 0 | 2 | 21 | 261 | 56 | 104 |
| Binary | 10001001 | 11010011 | 11001111 | 100011 | 0 | 10 | 10001 | 10110001 | 101110 | 1000100 |
Color Harmonies of #89D3CF
Complementary color
Monochromatic Colors of #89D3CF
Black with #89D3CF
Text Example
Text Example
White with #89D3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D3CF; }
p { color: rgb(137,211,207); }
H1.HeaderClassName
{
color: #89D3CF;
}
.AnyTagClassName
{
color: #89D3CF;
}
</style>
background-color css
<style>
a { background-color: #89D3CF; }
a { background-color: rgb(137,211,207); }
div.DivClassName
{
background-color: #89D3CF;
}
.BgClassName
{
background-color: #89D3CF;
}
</style>
border-color css
<style>
span { border-color: #89D3CF; }
span { border-color: rgb(137,211,207); }
td.TdClassName
{
border-color: #89D3CF;
}
.TagClassName
{
border-color: #89D3CF;
}
</style>