Shades of Riptide #91DBCA
Tints of Riptide #91DBCA
RGB
CMYK
RGB Variations
Color information
#91DBCA (or 0x91DBCA) is known color: Riptide. HEX triplet: 91, DB and CA. RGB value is (145,219,202). Sum of RGB (Red+Green+Blue) = 145+219+202=566 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.62% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #91DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DBCA is #6E2435. Grayscale: #C2C2C2. Windows color (decimal): -7218230 or 13294481. OLE color: 13294481.
HSL color Cylindrical-coordinate representation of color #91DBCA: hue angle of 166.22º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DBCA is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 219 | 202 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.14 |
| HSL | 166.22º | 0.51% | 0.71% | - |
| HSV(B) | 166.22º | 0.34% | 0.86% | - |
| XYZ | 47.67 | 60.95 | 65.13 | - |
| YUV | 194.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 202 | 0.34 | 0 | 0.08 | 0.14 | 166.22 | 0.51 | 0.71 |
| Hex | 91 | DB | CA | 22 | 0 | 8 | E | A6 | 33 | 47 |
| Octal | 221 | 333 | 312 | 42 | 0 | 10 | 16 | 246 | 63 | 107 |
| Binary | 10010001 | 11011011 | 11001010 | 100010 | 0 | 1000 | 1110 | 10100110 | 110011 | 1000111 |
Color Harmonies of #91DBCA
Complementary color
Monochromatic Colors of #91DBCA
Black with #91DBCA
Text Example
Text Example
White with #91DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DBCA; }
p { color: rgb(145,219,202); }
H1.HeaderClassName
{
color: #91DBCA;
}
.AnyTagClassName
{
color: #91DBCA;
}
</style>
background-color css
<style>
a { background-color: #91DBCA; }
a { background-color: rgb(145,219,202); }
div.DivClassName
{
background-color: #91DBCA;
}
.BgClassName
{
background-color: #91DBCA;
}
</style>
border-color css
<style>
span { border-color: #91DBCA; }
span { border-color: rgb(145,219,202); }
td.TdClassName
{
border-color: #91DBCA;
}
.TagClassName
{
border-color: #91DBCA;
}
</style>