Shades of Riptide #9ADCC7
Tints of Riptide #9ADCC7
RGB
CMYK
RGB Variations
Color information
#9ADCC7 (or 0x9ADCC7) is known color: Riptide. HEX triplet: 9A, DC and C7. RGB value is (154,220,199). Sum of RGB (Red+Green+Blue) = 154+220+199=573 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.88% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCC7 is #652338. Grayscale: #C5C5C5. Windows color (decimal): -6628153 or 13098138. OLE color: 13098138.
HSL color Cylindrical-coordinate representation of color #9ADCC7: hue angle of 160.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADCC7 is Cyan = 0.3, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 199 | - |
| CMYK | 0.3 | 0 | 0.10 | 0.14 |
| HSL | 160.91º | 0.49% | 0.73% | - |
| HSV(B) | 160.91º | 0.3% | 0.86% | - |
| XYZ | 49.23 | 62.18 | 63.44 | - |
| YUV | 197.87 | 128.63 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 199 | 0.3 | 0 | 0.10 | 0.14 | 160.91 | 0.49 | 0.73 |
| Hex | 9A | DC | C7 | 1E | 0 | A | E | A1 | 31 | 49 |
| Octal | 232 | 334 | 307 | 36 | 0 | 12 | 16 | 241 | 61 | 111 |
| Binary | 10011010 | 11011100 | 11000111 | 11110 | 0 | 1010 | 1110 | 10100001 | 110001 | 1001001 |
Color Harmonies of #9ADCC7
Complementary color
Monochromatic Colors of #9ADCC7
Black with #9ADCC7
Text Example
Text Example
White with #9ADCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCC7; }
p { color: rgb(154,220,199); }
H1.HeaderClassName
{
color: #9ADCC7;
}
.AnyTagClassName
{
color: #9ADCC7;
}
</style>
background-color css
<style>
a { background-color: #9ADCC7; }
a { background-color: rgb(154,220,199); }
div.DivClassName
{
background-color: #9ADCC7;
}
.BgClassName
{
background-color: #9ADCC7;
}
</style>
border-color css
<style>
span { border-color: #9ADCC7; }
span { border-color: rgb(154,220,199); }
td.TdClassName
{
border-color: #9ADCC7;
}
.TagClassName
{
border-color: #9ADCC7;
}
</style>