Shades of Riptide #9AD8C4
Tints of Riptide #9AD8C4
RGB
CMYK
RGB Variations
Color information
#9AD8C4 (or 0x9AD8C4) is known color: Riptide. HEX triplet: 9A, D8 and C4. RGB value is (154,216,196). Sum of RGB (Red+Green+Blue) = 154+216+196=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD8C4 is #65273B. Grayscale: #C3C3C3. Windows color (decimal): -6629180 or 12900506. OLE color: 12900506.
HSL color Cylindrical-coordinate representation of color #9AD8C4: hue angle of 160.65º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AD8C4 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 196 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.15 |
| HSL | 160.65º | 0.44% | 0.73% | - |
| HSV(B) | 160.65º | 0.29% | 0.85% | - |
| XYZ | 47.85 | 59.97 | 61.28 | - |
| YUV | 195.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 196 | 0.29 | 0 | 0.09 | 0.15 | 160.65 | 0.44 | 0.73 |
| Hex | 9A | D8 | C4 | 1D | 0 | 9 | F | A1 | 2C | 49 |
| Octal | 232 | 330 | 304 | 35 | 0 | 11 | 17 | 241 | 54 | 111 |
| Binary | 10011010 | 11011000 | 11000100 | 11101 | 0 | 1001 | 1111 | 10100001 | 101100 | 1001001 |
Color Harmonies of #9AD8C4
Complementary color
Monochromatic Colors of #9AD8C4
Black with #9AD8C4
Text Example
Text Example
White with #9AD8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD8C4; }
p { color: rgb(154,216,196); }
H1.HeaderClassName
{
color: #9AD8C4;
}
.AnyTagClassName
{
color: #9AD8C4;
}
</style>
background-color css
<style>
a { background-color: #9AD8C4; }
a { background-color: rgb(154,216,196); }
div.DivClassName
{
background-color: #9AD8C4;
}
.BgClassName
{
background-color: #9AD8C4;
}
</style>
border-color css
<style>
span { border-color: #9AD8C4; }
span { border-color: rgb(154,216,196); }
td.TdClassName
{
border-color: #9AD8C4;
}
.TagClassName
{
border-color: #9AD8C4;
}
</style>