Shades of Riptide #99DECB
Tints of Riptide #99DECB
RGB
CMYK
RGB Variations
Color information
#99DECB (or 0x99DECB) is known color: Riptide. HEX triplet: 99, DE and CB. RGB value is (153,222,203). Sum of RGB (Red+Green+Blue) = 153+222+203=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #99DECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DECB is #662134. Grayscale: #C7C7C7. Windows color (decimal): -6693173 or 13360793. OLE color: 13360793.
HSL color Cylindrical-coordinate representation of color #99DECB: hue angle of 163.48º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DECB is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 222 | 203 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.13 |
| HSL | 163.48º | 0.51% | 0.74% | - |
| HSV(B) | 163.48º | 0.31% | 0.87% | - |
| XYZ | 50.04 | 63.33 | 66.09 | - |
| YUV | 199.2 | 130.14 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 203 | 0.31 | 0 | 0.09 | 0.13 | 163.48 | 0.51 | 0.74 |
| Hex | 99 | DE | CB | 1F | 0 | 9 | D | A3 | 33 | 4A |
| Octal | 231 | 336 | 313 | 37 | 0 | 11 | 15 | 243 | 63 | 112 |
| Binary | 10011001 | 11011110 | 11001011 | 11111 | 0 | 1001 | 1101 | 10100011 | 110011 | 1001010 |
Color Harmonies of #99DECB
Complementary color
Monochromatic Colors of #99DECB
Black with #99DECB
Text Example
Text Example
White with #99DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DECB; }
p { color: rgb(153,222,203); }
H1.HeaderClassName
{
color: #99DECB;
}
.AnyTagClassName
{
color: #99DECB;
}
</style>
background-color css
<style>
a { background-color: #99DECB; }
a { background-color: rgb(153,222,203); }
div.DivClassName
{
background-color: #99DECB;
}
.BgClassName
{
background-color: #99DECB;
}
</style>
border-color css
<style>
span { border-color: #99DECB; }
span { border-color: rgb(153,222,203); }
td.TdClassName
{
border-color: #99DECB;
}
.TagClassName
{
border-color: #99DECB;
}
</style>