Shades of Riptide #85E4DB
Tints of Riptide #85E4DB
RGB
CMYK
RGB Variations
Color information
#85E4DB (or 0x85E4DB) is known color: Riptide. HEX triplet: 85, E4 and DB. RGB value is (133,228,219). Sum of RGB (Red+Green+Blue) = 133+228+219=580 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.93% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 228 - color contains mainly: green. Hex color #85E4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E4DB is #7A1B24. Grayscale: #C6C6C6. Windows color (decimal): -8002341 or 14410885. OLE color: 14410885.
HSL color Cylindrical-coordinate representation of color #85E4DB: hue angle of 174.32º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E4DB is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 219 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.11 |
| HSL | 174.32º | 0.64% | 0.71% | - |
| HSV(B) | 174.32º | 0.42% | 0.89% | - |
| XYZ | 50.2 | 65.59 | 77.03 | - |
| YUV | 198.57 | 139.53 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 219 | 0.42 | 0 | 0.04 | 0.11 | 174.32 | 0.64 | 0.71 |
| Hex | 85 | E4 | DB | 2A | 0 | 4 | B | AE | 40 | 47 |
| Octal | 205 | 344 | 333 | 52 | 0 | 4 | 13 | 256 | 100 | 107 |
| Binary | 10000101 | 11100100 | 11011011 | 101010 | 0 | 100 | 1011 | 10101110 | 1000000 | 1000111 |
Color Harmonies of #85E4DB
Complementary color
Monochromatic Colors of #85E4DB
Black with #85E4DB
Text Example
Text Example
White with #85E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E4DB; }
p { color: rgb(133,228,219); }
H1.HeaderClassName
{
color: #85E4DB;
}
.AnyTagClassName
{
color: #85E4DB;
}
</style>
background-color css
<style>
a { background-color: #85E4DB; }
a { background-color: rgb(133,228,219); }
div.DivClassName
{
background-color: #85E4DB;
}
.BgClassName
{
background-color: #85E4DB;
}
</style>
border-color css
<style>
span { border-color: #85E4DB; }
span { border-color: rgb(133,228,219); }
td.TdClassName
{
border-color: #85E4DB;
}
.TagClassName
{
border-color: #85E4DB;
}
</style>