Shades of Riptide #89DFDC
Tints of Riptide #89DFDC
RGB
CMYK
RGB Variations
Color information
#89DFDC (or 0x89DFDC) is known color: Riptide. HEX triplet: 89, DF and DC. RGB value is (137,223,220). Sum of RGB (Red+Green+Blue) = 137+223+220=580 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.62% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #89DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DFDC is #762023. Grayscale: #C4C4C4. Windows color (decimal): -7741476 or 14475145. OLE color: 14475145.
HSL color Cylindrical-coordinate representation of color #89DFDC: hue angle of 177.91º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89DFDC is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 223 | 220 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.13 |
| HSL | 177.91º | 0.57% | 0.71% | - |
| HSV(B) | 177.91º | 0.39% | 0.87% | - |
| XYZ | 49.62 | 63.26 | 77.31 | - |
| YUV | 196.94 | 141.01 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 223 | 220 | 0.39 | 0 | 0.01 | 0.13 | 177.91 | 0.57 | 0.71 |
| Hex | 89 | DF | DC | 27 | 0 | 1 | D | B2 | 39 | 47 |
| Octal | 211 | 337 | 334 | 47 | 0 | 1 | 15 | 262 | 71 | 107 |
| Binary | 10001001 | 11011111 | 11011100 | 100111 | 0 | 1 | 1101 | 10110010 | 111001 | 1000111 |
Color Harmonies of #89DFDC
Complementary color
Monochromatic Colors of #89DFDC
Black with #89DFDC
Text Example
Text Example
White with #89DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DFDC; }
p { color: rgb(137,223,220); }
H1.HeaderClassName
{
color: #89DFDC;
}
.AnyTagClassName
{
color: #89DFDC;
}
</style>
background-color css
<style>
a { background-color: #89DFDC; }
a { background-color: rgb(137,223,220); }
div.DivClassName
{
background-color: #89DFDC;
}
.BgClassName
{
background-color: #89DFDC;
}
</style>
border-color css
<style>
span { border-color: #89DFDC; }
span { border-color: rgb(137,223,220); }
td.TdClassName
{
border-color: #89DFDC;
}
.TagClassName
{
border-color: #89DFDC;
}
</style>