Shades of Riptide #9DDBC5
Tints of Riptide #9DDBC5
RGB
CMYK
RGB Variations
Color information
#9DDBC5 (or 0x9DDBC5) is known color: Riptide. HEX triplet: 9D, DB and C5. RGB value is (157,219,197). Sum of RGB (Red+Green+Blue) = 157+219+197=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBC5 is #62243A. Grayscale: #C5C5C5. Windows color (decimal): -6431803 or 12966813. OLE color: 12966813.
HSL color Cylindrical-coordinate representation of color #9DDBC5: hue angle of 158.71º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDBC5 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 197 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.14 |
| HSL | 158.71º | 0.46% | 0.74% | - |
| HSV(B) | 158.71º | 0.28% | 0.86% | - |
| XYZ | 49.31 | 61.86 | 62.16 | - |
| YUV | 197.95 | 127.46 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 197 | 0.28 | 0 | 0.10 | 0.14 | 158.71 | 0.46 | 0.74 |
| Hex | 9D | DB | C5 | 1C | 0 | A | E | 9F | 2E | 4A |
| Octal | 235 | 333 | 305 | 34 | 0 | 12 | 16 | 237 | 56 | 112 |
| Binary | 10011101 | 11011011 | 11000101 | 11100 | 0 | 1010 | 1110 | 10011111 | 101110 | 1001010 |
Color Harmonies of #9DDBC5
Complementary color
Monochromatic Colors of #9DDBC5
Black with #9DDBC5
Text Example
Text Example
White with #9DDBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDBC5; }
p { color: rgb(157,219,197); }
H1.HeaderClassName
{
color: #9DDBC5;
}
.AnyTagClassName
{
color: #9DDBC5;
}
</style>
background-color css
<style>
a { background-color: #9DDBC5; }
a { background-color: rgb(157,219,197); }
div.DivClassName
{
background-color: #9DDBC5;
}
.BgClassName
{
background-color: #9DDBC5;
}
</style>
border-color css
<style>
span { border-color: #9DDBC5; }
span { border-color: rgb(157,219,197); }
td.TdClassName
{
border-color: #9DDBC5;
}
.TagClassName
{
border-color: #9DDBC5;
}
</style>