Shades of Riptide #9ADBC9
Tints of Riptide #9ADBC9
RGB
CMYK
RGB Variations
Color information
#9ADBC9 (or 0x9ADBC9) is known color: Riptide. HEX triplet: 9A, DB and C9. RGB value is (154,219,201). Sum of RGB (Red+Green+Blue) = 154+219+201=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBC9 is #652436. Grayscale: #C5C5C5. Windows color (decimal): -6628407 or 13228954. OLE color: 13228954.
HSL color Cylindrical-coordinate representation of color #9ADBC9: hue angle of 163.38º degrees, saturation: 0.47, 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 #9ADBC9 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 201 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.14 |
| HSL | 163.38º | 0.47% | 0.73% | - |
| HSV(B) | 163.38º | 0.3% | 0.86% | - |
| XYZ | 49.2 | 61.75 | 64.58 | - |
| YUV | 197.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 201 | 0.30 | 0 | 0.08 | 0.14 | 163.38 | 0.47 | 0.73 |
| Hex | 9A | DB | C9 | 1E | 0 | 8 | E | A3 | 2F | 49 |
| Octal | 232 | 333 | 311 | 36 | 0 | 10 | 16 | 243 | 57 | 111 |
| Binary | 10011010 | 11011011 | 11001001 | 11110 | 0 | 1000 | 1110 | 10100011 | 101111 | 1001001 |
Color Harmonies of #9ADBC9
Complementary color
Monochromatic Colors of #9ADBC9
Black with #9ADBC9
Text Example
Text Example
White with #9ADBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBC9; }
p { color: rgb(154,219,201); }
H1.HeaderClassName
{
color: #9ADBC9;
}
.AnyTagClassName
{
color: #9ADBC9;
}
</style>
background-color css
<style>
a { background-color: #9ADBC9; }
a { background-color: rgb(154,219,201); }
div.DivClassName
{
background-color: #9ADBC9;
}
.BgClassName
{
background-color: #9ADBC9;
}
</style>
border-color css
<style>
span { border-color: #9ADBC9; }
span { border-color: rgb(154,219,201); }
td.TdClassName
{
border-color: #9ADBC9;
}
.TagClassName
{
border-color: #9ADBC9;
}
</style>