Shades of Riptide #9BDDC5
Tints of Riptide #9BDDC5
RGB
CMYK
RGB Variations
Color information
#9BDDC5 (or 0x9BDDC5) is known color: Riptide. HEX triplet: 9B, DD and C5. RGB value is (155,221,197). Sum of RGB (Red+Green+Blue) = 155+221+197=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDC5 is #64223A. Grayscale: #C6C6C6. Windows color (decimal): -6562363 or 12967323. OLE color: 12967323.
HSL color Cylindrical-coordinate representation of color #9BDDC5: hue angle of 158.18º degrees, saturation: 0.49, 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 #9BDDC5 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 197 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.13 |
| HSL | 158.18º | 0.49% | 0.74% | - |
| HSV(B) | 158.18º | 0.3% | 0.87% | - |
| XYZ | 49.45 | 62.71 | 62.32 | - |
| YUV | 198.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 197 | 0.30 | 0 | 0.11 | 0.13 | 158.18 | 0.49 | 0.74 |
| Hex | 9B | DD | C5 | 1E | 0 | B | D | 9E | 31 | 4A |
| Octal | 233 | 335 | 305 | 36 | 0 | 13 | 15 | 236 | 61 | 112 |
| Binary | 10011011 | 11011101 | 11000101 | 11110 | 0 | 1011 | 1101 | 10011110 | 110001 | 1001010 |
Color Harmonies of #9BDDC5
Complementary color
Monochromatic Colors of #9BDDC5
Black with #9BDDC5
Text Example
Text Example
White with #9BDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDC5; }
p { color: rgb(155,221,197); }
H1.HeaderClassName
{
color: #9BDDC5;
}
.AnyTagClassName
{
color: #9BDDC5;
}
</style>
background-color css
<style>
a { background-color: #9BDDC5; }
a { background-color: rgb(155,221,197); }
div.DivClassName
{
background-color: #9BDDC5;
}
.BgClassName
{
background-color: #9BDDC5;
}
</style>
border-color css
<style>
span { border-color: #9BDDC5; }
span { border-color: rgb(155,221,197); }
td.TdClassName
{
border-color: #9BDDC5;
}
.TagClassName
{
border-color: #9BDDC5;
}
</style>