Shades of Riptide #98DBCC
Tints of Riptide #98DBCC
RGB
CMYK
RGB Variations
Color information
#98DBCC (or 0x98DBCC) is known color: Riptide. HEX triplet: 98, DB and CC. RGB value is (152,219,204). Sum of RGB (Red+Green+Blue) = 152+219+204=575 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.43% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBCC is #672433. Grayscale: #C5C5C5. Windows color (decimal): -6759476 or 13425560. OLE color: 13425560.
HSL color Cylindrical-coordinate representation of color #98DBCC: hue angle of 166.57º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DBCC is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 204 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.14 |
| HSL | 166.57º | 0.48% | 0.73% | - |
| HSV(B) | 166.57º | 0.31% | 0.86% | - |
| XYZ | 49.18 | 61.7 | 66.44 | - |
| YUV | 197.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 204 | 0.31 | 0 | 0.07 | 0.14 | 166.57 | 0.48 | 0.73 |
| Hex | 98 | DB | CC | 1F | 0 | 7 | E | A7 | 30 | 49 |
| Octal | 230 | 333 | 314 | 37 | 0 | 7 | 16 | 247 | 60 | 111 |
| Binary | 10011000 | 11011011 | 11001100 | 11111 | 0 | 111 | 1110 | 10100111 | 110000 | 1001001 |
Color Harmonies of #98DBCC
Complementary color
Monochromatic Colors of #98DBCC
Black with #98DBCC
Text Example
Text Example
White with #98DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DBCC; }
p { color: rgb(152,219,204); }
H1.HeaderClassName
{
color: #98DBCC;
}
.AnyTagClassName
{
color: #98DBCC;
}
</style>
background-color css
<style>
a { background-color: #98DBCC; }
a { background-color: rgb(152,219,204); }
div.DivClassName
{
background-color: #98DBCC;
}
.BgClassName
{
background-color: #98DBCC;
}
</style>
border-color css
<style>
span { border-color: #98DBCC; }
span { border-color: rgb(152,219,204); }
td.TdClassName
{
border-color: #98DBCC;
}
.TagClassName
{
border-color: #98DBCC;
}
</style>