Shades of Riptide #99DBCC
Tints of Riptide #99DBCC
RGB
CMYK
RGB Variations
Color information
#99DBCC (or 0x99DBCC) is known color: Riptide. HEX triplet: 99, DB and CC. RGB value is (153,219,204). Sum of RGB (Red+Green+Blue) = 153+219+204=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBCC is #662433. Grayscale: #C5C5C5. Windows color (decimal): -6693940 or 13425561. OLE color: 13425561.
HSL color Cylindrical-coordinate representation of color #99DBCC: hue angle of 166.36º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DBCC is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 204 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.14 |
| HSL | 166.36º | 0.48% | 0.73% | - |
| HSV(B) | 166.36º | 0.3% | 0.86% | - |
| XYZ | 49.37 | 61.79 | 66.45 | - |
| YUV | 197.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 204 | 0.30 | 0 | 0.07 | 0.14 | 166.36 | 0.48 | 0.73 |
| Hex | 99 | DB | CC | 1E | 0 | 7 | E | A6 | 30 | 49 |
| Octal | 231 | 333 | 314 | 36 | 0 | 7 | 16 | 246 | 60 | 111 |
| Binary | 10011001 | 11011011 | 11001100 | 11110 | 0 | 111 | 1110 | 10100110 | 110000 | 1001001 |
Color Harmonies of #99DBCC
Complementary color
Monochromatic Colors of #99DBCC
Black with #99DBCC
Text Example
Text Example
White with #99DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBCC; }
p { color: rgb(153,219,204); }
H1.HeaderClassName
{
color: #99DBCC;
}
.AnyTagClassName
{
color: #99DBCC;
}
</style>
background-color css
<style>
a { background-color: #99DBCC; }
a { background-color: rgb(153,219,204); }
div.DivClassName
{
background-color: #99DBCC;
}
.BgClassName
{
background-color: #99DBCC;
}
</style>
border-color css
<style>
span { border-color: #99DBCC; }
span { border-color: rgb(153,219,204); }
td.TdClassName
{
border-color: #99DBCC;
}
.TagClassName
{
border-color: #99DBCC;
}
</style>