Shades of Riptide #9DDFC7
Tints of Riptide #9DDFC7
RGB
CMYK
RGB Variations
Color information
#9DDFC7 (or 0x9DDFC7) is known color: Riptide. HEX triplet: 9D, DF and C7. RGB value is (157,223,199). Sum of RGB (Red+Green+Blue) = 157+223+199=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFC7 is #622038. Grayscale: #C8C8C8. Windows color (decimal): -6430777 or 13098909. OLE color: 13098909.
HSL color Cylindrical-coordinate representation of color #9DDFC7: hue angle of 158.18º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFC7 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 199 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.13 |
| HSL | 158.18º | 0.51% | 0.75% | - |
| HSV(B) | 158.18º | 0.3% | 0.87% | - |
| XYZ | 50.6 | 64.07 | 63.73 | - |
| YUV | 200.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 199 | 0.30 | 0 | 0.11 | 0.13 | 158.18 | 0.51 | 0.75 |
| Hex | 9D | DF | C7 | 1E | 0 | B | D | 9E | 33 | 4B |
| Octal | 235 | 337 | 307 | 36 | 0 | 13 | 15 | 236 | 63 | 113 |
| Binary | 10011101 | 11011111 | 11000111 | 11110 | 0 | 1011 | 1101 | 10011110 | 110011 | 1001011 |
Color Harmonies of #9DDFC7
Complementary color
Monochromatic Colors of #9DDFC7
Black with #9DDFC7
Text Example
Text Example
White with #9DDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFC7; }
p { color: rgb(157,223,199); }
H1.HeaderClassName
{
color: #9DDFC7;
}
.AnyTagClassName
{
color: #9DDFC7;
}
</style>
background-color css
<style>
a { background-color: #9DDFC7; }
a { background-color: rgb(157,223,199); }
div.DivClassName
{
background-color: #9DDFC7;
}
.BgClassName
{
background-color: #9DDFC7;
}
</style>
border-color css
<style>
span { border-color: #9DDFC7; }
span { border-color: rgb(157,223,199); }
td.TdClassName
{
border-color: #9DDFC7;
}
.TagClassName
{
border-color: #9DDFC7;
}
</style>