Shades of Riptide #85E4DD
Tints of Riptide #85E4DD
RGB
CMYK
RGB Variations
Color information
#85E4DD (or 0x85E4DD) is known color: Riptide. HEX triplet: 85, E4 and DD. RGB value is (133,228,221). Sum of RGB (Red+Green+Blue) = 133+228+221=582 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.85% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 228 - color contains mainly: green. Hex color #85E4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E4DD is #7A1B22. Grayscale: #C6C6C6. Windows color (decimal): -8002339 or 14541957. OLE color: 14541957.
HSL color Cylindrical-coordinate representation of color #85E4DD: hue angle of 175.58º 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 #85E4DD is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 221 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.11 |
| HSL | 175.58º | 0.64% | 0.71% | - |
| HSV(B) | 175.58º | 0.42% | 0.89% | - |
| XYZ | 50.47 | 65.69 | 78.43 | - |
| YUV | 198.8 | 140.53 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 221 | 0.42 | 0 | 0.03 | 0.11 | 175.58 | 0.64 | 0.71 |
| Hex | 85 | E4 | DD | 2A | 0 | 3 | B | B0 | 40 | 47 |
| Octal | 205 | 344 | 335 | 52 | 0 | 3 | 13 | 260 | 100 | 107 |
| Binary | 10000101 | 11100100 | 11011101 | 101010 | 0 | 11 | 1011 | 10110000 | 1000000 | 1000111 |
Color Harmonies of #85E4DD
Complementary color
Monochromatic Colors of #85E4DD
Black with #85E4DD
Text Example
Text Example
White with #85E4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E4DD; }
p { color: rgb(133,228,221); }
H1.HeaderClassName
{
color: #85E4DD;
}
.AnyTagClassName
{
color: #85E4DD;
}
</style>
background-color css
<style>
a { background-color: #85E4DD; }
a { background-color: rgb(133,228,221); }
div.DivClassName
{
background-color: #85E4DD;
}
.BgClassName
{
background-color: #85E4DD;
}
</style>
border-color css
<style>
span { border-color: #85E4DD; }
span { border-color: rgb(133,228,221); }
td.TdClassName
{
border-color: #85E4DD;
}
.TagClassName
{
border-color: #85E4DD;
}
</style>