Shades of Riptide #99DBCA
Tints of Riptide #99DBCA
RGB
CMYK
RGB Variations
Color information
#99DBCA (or 0x99DBCA) is known color: Riptide. HEX triplet: 99, DB and CA. RGB value is (153,219,202). Sum of RGB (Red+Green+Blue) = 153+219+202=574 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.66% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBCA is #662435. Grayscale: #C5C5C5. Windows color (decimal): -6693942 or 13294489. OLE color: 13294489.
HSL color Cylindrical-coordinate representation of color #99DBCA: hue angle of 164.55º 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 #99DBCA is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 202 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.14 |
| HSL | 164.55º | 0.48% | 0.73% | - |
| HSV(B) | 164.55º | 0.3% | 0.86% | - |
| XYZ | 49.13 | 61.7 | 65.2 | - |
| YUV | 197.33 | 130.63 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 202 | 0.30 | 0 | 0.08 | 0.14 | 164.55 | 0.48 | 0.73 |
| Hex | 99 | DB | CA | 1E | 0 | 8 | E | A5 | 30 | 49 |
| Octal | 231 | 333 | 312 | 36 | 0 | 10 | 16 | 245 | 60 | 111 |
| Binary | 10011001 | 11011011 | 11001010 | 11110 | 0 | 1000 | 1110 | 10100101 | 110000 | 1001001 |
Color Harmonies of #99DBCA
Complementary color
Monochromatic Colors of #99DBCA
Black with #99DBCA
Text Example
Text Example
White with #99DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBCA; }
p { color: rgb(153,219,202); }
H1.HeaderClassName
{
color: #99DBCA;
}
.AnyTagClassName
{
color: #99DBCA;
}
</style>
background-color css
<style>
a { background-color: #99DBCA; }
a { background-color: rgb(153,219,202); }
div.DivClassName
{
background-color: #99DBCA;
}
.BgClassName
{
background-color: #99DBCA;
}
</style>
border-color css
<style>
span { border-color: #99DBCA; }
span { border-color: rgb(153,219,202); }
td.TdClassName
{
border-color: #99DBCA;
}
.TagClassName
{
border-color: #99DBCA;
}
</style>