Shades of Riptide #9CDBC8
Tints of Riptide #9CDBC8
RGB
CMYK
RGB Variations
Color information
#9CDBC8 (or 0x9CDBC8) is known color: Riptide. HEX triplet: 9C, DB and C8. RGB value is (156,219,200). Sum of RGB (Red+Green+Blue) = 156+219+200=575 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.13% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBC8 is #632437. Grayscale: #C6C6C6. Windows color (decimal): -6497336 or 13163420. OLE color: 13163420.
HSL color Cylindrical-coordinate representation of color #9CDBC8: hue angle of 161.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDBC8 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 200 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.14 |
| HSL | 161.9º | 0.47% | 0.74% | - |
| HSV(B) | 161.9º | 0.29% | 0.86% | - |
| XYZ | 49.47 | 61.9 | 63.98 | - |
| YUV | 198 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 200 | 0.29 | 0 | 0.09 | 0.14 | 161.9 | 0.47 | 0.74 |
| Hex | 9C | DB | C8 | 1D | 0 | 9 | E | A2 | 2F | 4A |
| Octal | 234 | 333 | 310 | 35 | 0 | 11 | 16 | 242 | 57 | 112 |
| Binary | 10011100 | 11011011 | 11001000 | 11101 | 0 | 1001 | 1110 | 10100010 | 101111 | 1001010 |
Color Harmonies of #9CDBC8
Complementary color
Monochromatic Colors of #9CDBC8
Black with #9CDBC8
Text Example
Text Example
White with #9CDBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDBC8; }
p { color: rgb(156,219,200); }
H1.HeaderClassName
{
color: #9CDBC8;
}
.AnyTagClassName
{
color: #9CDBC8;
}
</style>
background-color css
<style>
a { background-color: #9CDBC8; }
a { background-color: rgb(156,219,200); }
div.DivClassName
{
background-color: #9CDBC8;
}
.BgClassName
{
background-color: #9CDBC8;
}
</style>
border-color css
<style>
span { border-color: #9CDBC8; }
span { border-color: rgb(156,219,200); }
td.TdClassName
{
border-color: #9CDBC8;
}
.TagClassName
{
border-color: #9CDBC8;
}
</style>