Shades of Riptide #94DBCE
Tints of Riptide #94DBCE
RGB
CMYK
RGB Variations
Color information
#94DBCE (or 0x94DBCE) is known color: Riptide. HEX triplet: 94, DB and CE. RGB value is (148,219,206). Sum of RGB (Red+Green+Blue) = 148+219+206=573 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.83% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DBCE is #6B2431. Grayscale: #C4C4C4. Windows color (decimal): -7021618 or 13556628. OLE color: 13556628.
HSL color Cylindrical-coordinate representation of color #94DBCE: hue angle of 169.01º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DBCE is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 206 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.14 |
| HSL | 169.01º | 0.5% | 0.72% | - |
| HSV(B) | 169.01º | 0.32% | 0.86% | - |
| XYZ | 48.68 | 61.42 | 67.68 | - |
| YUV | 196.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 206 | 0.32 | 0 | 0.06 | 0.14 | 169.01 | 0.5 | 0.72 |
| Hex | 94 | DB | CE | 20 | 0 | 6 | E | A9 | 32 | 48 |
| Octal | 224 | 333 | 316 | 40 | 0 | 6 | 16 | 251 | 62 | 110 |
| Binary | 10010100 | 11011011 | 11001110 | 100000 | 0 | 110 | 1110 | 10101001 | 110010 | 1001000 |
Color Harmonies of #94DBCE
Complementary color
Monochromatic Colors of #94DBCE
Black with #94DBCE
Text Example
Text Example
White with #94DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DBCE; }
p { color: rgb(148,219,206); }
H1.HeaderClassName
{
color: #94DBCE;
}
.AnyTagClassName
{
color: #94DBCE;
}
</style>
background-color css
<style>
a { background-color: #94DBCE; }
a { background-color: rgb(148,219,206); }
div.DivClassName
{
background-color: #94DBCE;
}
.BgClassName
{
background-color: #94DBCE;
}
</style>
border-color css
<style>
span { border-color: #94DBCE; }
span { border-color: rgb(148,219,206); }
td.TdClassName
{
border-color: #94DBCE;
}
.TagClassName
{
border-color: #94DBCE;
}
</style>