Shades of Riptide #9BDFCD
Tints of Riptide #9BDFCD
RGB
CMYK
RGB Variations
Color information
#9BDFCD (or 0x9BDFCD) is known color: Riptide. HEX triplet: 9B, DF and CD. RGB value is (155,223,205). Sum of RGB (Red+Green+Blue) = 155+223+205=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFCD is #642032. Grayscale: #C8C8C8. Windows color (decimal): -6561843 or 13492123. OLE color: 13492123.
HSL color Cylindrical-coordinate representation of color #9BDFCD: hue angle of 164.12º degrees, saturation: 0.52, 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 #9BDFCD is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 205 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.13 |
| HSL | 164.12º | 0.52% | 0.74% | - |
| HSV(B) | 164.12º | 0.3% | 0.87% | - |
| XYZ | 50.92 | 64.15 | 67.46 | - |
| YUV | 200.62 | 130.47 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 205 | 0.30 | 0 | 0.08 | 0.13 | 164.12 | 0.52 | 0.74 |
| Hex | 9B | DF | CD | 1E | 0 | 8 | D | A4 | 34 | 4A |
| Octal | 233 | 337 | 315 | 36 | 0 | 10 | 15 | 244 | 64 | 112 |
| Binary | 10011011 | 11011111 | 11001101 | 11110 | 0 | 1000 | 1101 | 10100100 | 110100 | 1001010 |
Color Harmonies of #9BDFCD
Complementary color
Monochromatic Colors of #9BDFCD
Black with #9BDFCD
Text Example
Text Example
White with #9BDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFCD; }
p { color: rgb(155,223,205); }
H1.HeaderClassName
{
color: #9BDFCD;
}
.AnyTagClassName
{
color: #9BDFCD;
}
</style>
background-color css
<style>
a { background-color: #9BDFCD; }
a { background-color: rgb(155,223,205); }
div.DivClassName
{
background-color: #9BDFCD;
}
.BgClassName
{
background-color: #9BDFCD;
}
</style>
border-color css
<style>
span { border-color: #9BDFCD; }
span { border-color: rgb(155,223,205); }
td.TdClassName
{
border-color: #9BDFCD;
}
.TagClassName
{
border-color: #9BDFCD;
}
</style>