Shades of Riptide #9ADCC8
Tints of Riptide #9ADCC8
RGB
CMYK
RGB Variations
Color information
#9ADCC8 (or 0x9ADCC8) is known color: Riptide. HEX triplet: 9A, DC and C8. RGB value is (154,220,200). Sum of RGB (Red+Green+Blue) = 154+220+200=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCC8 is #652337. Grayscale: #C5C5C5. Windows color (decimal): -6628152 or 13163674. OLE color: 13163674.
HSL color Cylindrical-coordinate representation of color #9ADCC8: hue angle of 161.82º 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 #9ADCC8 is Cyan = 0.3, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 200 | - |
| CMYK | 0.3 | 0 | 0.09 | 0.14 |
| HSL | 161.82º | 0.49% | 0.73% | - |
| HSV(B) | 161.82º | 0.3% | 0.86% | - |
| XYZ | 49.34 | 62.23 | 64.05 | - |
| YUV | 197.99 | 129.13 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 200 | 0.3 | 0 | 0.09 | 0.14 | 161.82 | 0.49 | 0.73 |
| Hex | 9A | DC | C8 | 1E | 0 | 9 | E | A2 | 31 | 49 |
| Octal | 232 | 334 | 310 | 36 | 0 | 11 | 16 | 242 | 61 | 111 |
| Binary | 10011010 | 11011100 | 11001000 | 11110 | 0 | 1001 | 1110 | 10100010 | 110001 | 1001001 |
Color Harmonies of #9ADCC8
Complementary color
Monochromatic Colors of #9ADCC8
Black with #9ADCC8
Text Example
Text Example
White with #9ADCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCC8; }
p { color: rgb(154,220,200); }
H1.HeaderClassName
{
color: #9ADCC8;
}
.AnyTagClassName
{
color: #9ADCC8;
}
</style>
background-color css
<style>
a { background-color: #9ADCC8; }
a { background-color: rgb(154,220,200); }
div.DivClassName
{
background-color: #9ADCC8;
}
.BgClassName
{
background-color: #9ADCC8;
}
</style>
border-color css
<style>
span { border-color: #9ADCC8; }
span { border-color: rgb(154,220,200); }
td.TdClassName
{
border-color: #9ADCC8;
}
.TagClassName
{
border-color: #9ADCC8;
}
</style>