Shades of Riptide #9ADDCC
Tints of Riptide #9ADDCC
RGB
CMYK
RGB Variations
Color information
#9ADDCC (or 0x9ADDCC) is known color: Riptide. HEX triplet: 9A, DD and CC. RGB value is (154,221,204). Sum of RGB (Red+Green+Blue) = 154+221+204=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDCC is #652233. Grayscale: #C7C7C7. Windows color (decimal): -6627892 or 13426074. OLE color: 13426074.
HSL color Cylindrical-coordinate representation of color #9ADDCC: hue angle of 164.78º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDCC is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 204 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.13 |
| HSL | 164.78º | 0.5% | 0.74% | - |
| HSV(B) | 164.78º | 0.3% | 0.87% | - |
| XYZ | 50.08 | 62.94 | 66.64 | - |
| YUV | 199.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 204 | 0.30 | 0 | 0.08 | 0.13 | 164.78 | 0.5 | 0.74 |
| Hex | 9A | DD | CC | 1E | 0 | 8 | D | A5 | 32 | 4A |
| Octal | 232 | 335 | 314 | 36 | 0 | 10 | 15 | 245 | 62 | 112 |
| Binary | 10011010 | 11011101 | 11001100 | 11110 | 0 | 1000 | 1101 | 10100101 | 110010 | 1001010 |
Color Harmonies of #9ADDCC
Complementary color
Monochromatic Colors of #9ADDCC
Black with #9ADDCC
Text Example
Text Example
White with #9ADDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDCC; }
p { color: rgb(154,221,204); }
H1.HeaderClassName
{
color: #9ADDCC;
}
.AnyTagClassName
{
color: #9ADDCC;
}
</style>
background-color css
<style>
a { background-color: #9ADDCC; }
a { background-color: rgb(154,221,204); }
div.DivClassName
{
background-color: #9ADDCC;
}
.BgClassName
{
background-color: #9ADDCC;
}
</style>
border-color css
<style>
span { border-color: #9ADDCC; }
span { border-color: rgb(154,221,204); }
td.TdClassName
{
border-color: #9ADDCC;
}
.TagClassName
{
border-color: #9ADDCC;
}
</style>