Shades of Riptide #89DCDA
Tints of Riptide #89DCDA
RGB
CMYK
RGB Variations
Color information
#89DCDA (or 0x89DCDA) is known color: Riptide. HEX triplet: 89, DC and DA. RGB value is (137,220,218). Sum of RGB (Red+Green+Blue) = 137+220+218=575 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.83% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCDA is #762325. Grayscale: #C2C2C2. Windows color (decimal): -7742246 or 14343305. OLE color: 14343305.
HSL color Cylindrical-coordinate representation of color #89DCDA: hue angle of 178.55º 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 #89DCDA is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 220 | 218 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.14 |
| HSL | 178.55º | 0.54% | 0.7% | - |
| HSV(B) | 178.55º | 0.38% | 0.86% | - |
| XYZ | 48.56 | 61.57 | 75.65 | - |
| YUV | 194.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 218 | 0.38 | 0 | 0.01 | 0.14 | 178.55 | 0.54 | 0.7 |
| Hex | 89 | DC | DA | 26 | 0 | 1 | E | B3 | 36 | 46 |
| Octal | 211 | 334 | 332 | 46 | 0 | 1 | 16 | 263 | 66 | 106 |
| Binary | 10001001 | 11011100 | 11011010 | 100110 | 0 | 1 | 1110 | 10110011 | 110110 | 1000110 |
Color Harmonies of #89DCDA
Complementary color
Monochromatic Colors of #89DCDA
Black with #89DCDA
Text Example
Text Example
White with #89DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DCDA; }
p { color: rgb(137,220,218); }
H1.HeaderClassName
{
color: #89DCDA;
}
.AnyTagClassName
{
color: #89DCDA;
}
</style>
background-color css
<style>
a { background-color: #89DCDA; }
a { background-color: rgb(137,220,218); }
div.DivClassName
{
background-color: #89DCDA;
}
.BgClassName
{
background-color: #89DCDA;
}
</style>
border-color css
<style>
span { border-color: #89DCDA; }
span { border-color: rgb(137,220,218); }
td.TdClassName
{
border-color: #89DCDA;
}
.TagClassName
{
border-color: #89DCDA;
}
</style>