Shades of Riptide #99D9CB
Tints of Riptide #99D9CB
RGB
CMYK
RGB Variations
Color information
#99D9CB (or 0x99D9CB) is known color: Riptide. HEX triplet: 99, D9 and CB. RGB value is (153,217,203). Sum of RGB (Red+Green+Blue) = 153+217+203=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #99D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D9CB is #662634. Grayscale: #C4C4C4. Windows color (decimal): -6694453 or 13359513. OLE color: 13359513.
HSL color Cylindrical-coordinate representation of color #99D9CB: hue angle of 166.88º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D9CB is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 203 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.15 |
| HSL | 166.88º | 0.46% | 0.73% | - |
| HSV(B) | 166.88º | 0.29% | 0.85% | - |
| XYZ | 48.73 | 60.71 | 65.65 | - |
| YUV | 196.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 203 | 0.29 | 0 | 0.06 | 0.15 | 166.88 | 0.46 | 0.73 |
| Hex | 99 | D9 | CB | 1D | 0 | 6 | F | A7 | 2E | 49 |
| Octal | 231 | 331 | 313 | 35 | 0 | 6 | 17 | 247 | 56 | 111 |
| Binary | 10011001 | 11011001 | 11001011 | 11101 | 0 | 110 | 1111 | 10100111 | 101110 | 1001001 |
Color Harmonies of #99D9CB
Complementary color
Monochromatic Colors of #99D9CB
Black with #99D9CB
Text Example
Text Example
White with #99D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D9CB; }
p { color: rgb(153,217,203); }
H1.HeaderClassName
{
color: #99D9CB;
}
.AnyTagClassName
{
color: #99D9CB;
}
</style>
background-color css
<style>
a { background-color: #99D9CB; }
a { background-color: rgb(153,217,203); }
div.DivClassName
{
background-color: #99D9CB;
}
.BgClassName
{
background-color: #99D9CB;
}
</style>
border-color css
<style>
span { border-color: #99D9CB; }
span { border-color: rgb(153,217,203); }
td.TdClassName
{
border-color: #99D9CB;
}
.TagClassName
{
border-color: #99D9CB;
}
</style>