Shades of Riptide #9DD8C6
Tints of Riptide #9DD8C6
RGB
CMYK
RGB Variations
Color information
#9DD8C6 (or 0x9DD8C6) is known color: Riptide. HEX triplet: 9D, D8 and C6. RGB value is (157,216,198). Sum of RGB (Red+Green+Blue) = 157+216+198=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD8C6 is #622739. Grayscale: #C4C4C4. Windows color (decimal): -6432570 or 13031581. OLE color: 13031581.
HSL color Cylindrical-coordinate representation of color #9DD8C6: hue angle of 161.69º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD8C6 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 198 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.15 |
| HSL | 161.69º | 0.43% | 0.73% | - |
| HSV(B) | 161.69º | 0.27% | 0.85% | - |
| XYZ | 48.65 | 60.36 | 62.51 | - |
| YUV | 196.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 198 | 0.27 | 0 | 0.08 | 0.15 | 161.69 | 0.43 | 0.73 |
| Hex | 9D | D8 | C6 | 1B | 0 | 8 | F | A2 | 2B | 49 |
| Octal | 235 | 330 | 306 | 33 | 0 | 10 | 17 | 242 | 53 | 111 |
| Binary | 10011101 | 11011000 | 11000110 | 11011 | 0 | 1000 | 1111 | 10100010 | 101011 | 1001001 |
Color Harmonies of #9DD8C6
Complementary color
Monochromatic Colors of #9DD8C6
Black with #9DD8C6
Text Example
Text Example
White with #9DD8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD8C6; }
p { color: rgb(157,216,198); }
H1.HeaderClassName
{
color: #9DD8C6;
}
.AnyTagClassName
{
color: #9DD8C6;
}
</style>
background-color css
<style>
a { background-color: #9DD8C6; }
a { background-color: rgb(157,216,198); }
div.DivClassName
{
background-color: #9DD8C6;
}
.BgClassName
{
background-color: #9DD8C6;
}
</style>
border-color css
<style>
span { border-color: #9DD8C6; }
span { border-color: rgb(157,216,198); }
td.TdClassName
{
border-color: #9DD8C6;
}
.TagClassName
{
border-color: #9DD8C6;
}
</style>