Shades of Riptide #89DCD3
Tints of Riptide #89DCD3
RGB
CMYK
RGB Variations
Color information
#89DCD3 (or 0x89DCD3) is known color: Riptide. HEX triplet: 89, DC and D3. RGB value is (137,220,211). Sum of RGB (Red+Green+Blue) = 137+220+211=568 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.12% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCD3 is #76232C. Grayscale: #C2C2C2. Windows color (decimal): -7742253 or 13884553. OLE color: 13884553.
HSL color Cylindrical-coordinate representation of color #89DCD3: hue angle of 173.49º 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 #89DCD3 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 220 | 211 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.14 |
| HSL | 173.49º | 0.54% | 0.7% | - |
| HSV(B) | 173.49º | 0.38% | 0.86% | - |
| XYZ | 47.67 | 61.21 | 70.93 | - |
| YUV | 194.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 211 | 0.38 | 0 | 0.04 | 0.14 | 173.49 | 0.54 | 0.7 |
| Hex | 89 | DC | D3 | 26 | 0 | 4 | E | AD | 36 | 46 |
| Octal | 211 | 334 | 323 | 46 | 0 | 4 | 16 | 255 | 66 | 106 |
| Binary | 10001001 | 11011100 | 11010011 | 100110 | 0 | 100 | 1110 | 10101101 | 110110 | 1000110 |
Color Harmonies of #89DCD3
Complementary color
Monochromatic Colors of #89DCD3
Black with #89DCD3
Text Example
Text Example
White with #89DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DCD3; }
p { color: rgb(137,220,211); }
H1.HeaderClassName
{
color: #89DCD3;
}
.AnyTagClassName
{
color: #89DCD3;
}
</style>
background-color css
<style>
a { background-color: #89DCD3; }
a { background-color: rgb(137,220,211); }
div.DivClassName
{
background-color: #89DCD3;
}
.BgClassName
{
background-color: #89DCD3;
}
</style>
border-color css
<style>
span { border-color: #89DCD3; }
span { border-color: rgb(137,220,211); }
td.TdClassName
{
border-color: #89DCD3;
}
.TagClassName
{
border-color: #89DCD3;
}
</style>