Shades of Riptide #9BDBC6
Tints of Riptide #9BDBC6
RGB
CMYK
RGB Variations
Color information
#9BDBC6 (or 0x9BDBC6) is known color: Riptide. HEX triplet: 9B, DB and C6. RGB value is (155,219,198). Sum of RGB (Red+Green+Blue) = 155+219+198=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBC6 is #642439. Grayscale: #C5C5C5. Windows color (decimal): -6562874 or 13032347. OLE color: 13032347.
HSL color Cylindrical-coordinate representation of color #9BDBC6: hue angle of 160.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDBC6 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 198 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.14 |
| HSL | 160.31º | 0.47% | 0.73% | - |
| HSV(B) | 160.31º | 0.29% | 0.86% | - |
| XYZ | 49.04 | 61.71 | 62.75 | - |
| YUV | 197.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 198 | 0.29 | 0 | 0.10 | 0.14 | 160.31 | 0.47 | 0.73 |
| Hex | 9B | DB | C6 | 1D | 0 | A | E | A0 | 2F | 49 |
| Octal | 233 | 333 | 306 | 35 | 0 | 12 | 16 | 240 | 57 | 111 |
| Binary | 10011011 | 11011011 | 11000110 | 11101 | 0 | 1010 | 1110 | 10100000 | 101111 | 1001001 |
Color Harmonies of #9BDBC6
Complementary color
Monochromatic Colors of #9BDBC6
Black with #9BDBC6
Text Example
Text Example
White with #9BDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDBC6; }
p { color: rgb(155,219,198); }
H1.HeaderClassName
{
color: #9BDBC6;
}
.AnyTagClassName
{
color: #9BDBC6;
}
</style>
background-color css
<style>
a { background-color: #9BDBC6; }
a { background-color: rgb(155,219,198); }
div.DivClassName
{
background-color: #9BDBC6;
}
.BgClassName
{
background-color: #9BDBC6;
}
</style>
border-color css
<style>
span { border-color: #9BDBC6; }
span { border-color: rgb(155,219,198); }
td.TdClassName
{
border-color: #9BDBC6;
}
.TagClassName
{
border-color: #9BDBC6;
}
</style>