Shades of Riptide #85E9D8
Tints of Riptide #85E9D8
RGB
CMYK
RGB Variations
Color information
#85E9D8 (or 0x85E9D8) is known color: Riptide. HEX triplet: 85, E9 and D8. RGB value is (133,233,216). Sum of RGB (Red+Green+Blue) = 133+233+216=582 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.85% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #85E9D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85E9D8 is #7A1627. Grayscale: #C9C9C9. Windows color (decimal): -8001064 or 14215557. OLE color: 14215557.
HSL color Cylindrical-coordinate representation of color #85E9D8: hue angle of 169.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E9D8 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 233 | 216 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.09 |
| HSL | 169.8º | 0.69% | 0.72% | - |
| HSV(B) | 169.8º | 0.43% | 0.91% | - |
| XYZ | 51.21 | 68.22 | 75.44 | - |
| YUV | 201.16 | 136.37 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 233 | 216 | 0.43 | 0 | 0.07 | 0.09 | 169.8 | 0.69 | 0.72 |
| Hex | 85 | E9 | D8 | 2B | 0 | 7 | 9 | AA | 45 | 48 |
| Octal | 205 | 351 | 330 | 53 | 0 | 7 | 11 | 252 | 105 | 110 |
| Binary | 10000101 | 11101001 | 11011000 | 101011 | 0 | 111 | 1001 | 10101010 | 1000101 | 1001000 |
Color Harmonies of #85E9D8
Complementary color
Monochromatic Colors of #85E9D8
Black with #85E9D8
Text Example
Text Example
White with #85E9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E9D8; }
p { color: rgb(133,233,216); }
H1.HeaderClassName
{
color: #85E9D8;
}
.AnyTagClassName
{
color: #85E9D8;
}
</style>
background-color css
<style>
a { background-color: #85E9D8; }
a { background-color: rgb(133,233,216); }
div.DivClassName
{
background-color: #85E9D8;
}
.BgClassName
{
background-color: #85E9D8;
}
</style>
border-color css
<style>
span { border-color: #85E9D8; }
span { border-color: rgb(133,233,216); }
td.TdClassName
{
border-color: #85E9D8;
}
.TagClassName
{
border-color: #85E9D8;
}
</style>