Shades of Riptide #85DEC9
Tints of Riptide #85DEC9
RGB
CMYK
RGB Variations
Color information
#85DEC9 (or 0x85DEC9) is known color: Riptide. HEX triplet: 85, DE and C9. RGB value is (133,222,201). Sum of RGB (Red+Green+Blue) = 133+222+201=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DEC9 is #7A2136. Grayscale: #C0C0C0. Windows color (decimal): -8003895 or 13229701. OLE color: 13229701.
HSL color Cylindrical-coordinate representation of color #85DEC9: hue angle of 165.84º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DEC9 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 201 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.13 |
| HSL | 165.84º | 0.57% | 0.7% | - |
| HSV(B) | 165.84º | 0.4% | 0.87% | - |
| XYZ | 46.34 | 61.45 | 64.68 | - |
| YUV | 193 | 132.51 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 201 | 0.40 | 0 | 0.09 | 0.13 | 165.84 | 0.57 | 0.7 |
| Hex | 85 | DE | C9 | 28 | 0 | 9 | D | A6 | 39 | 46 |
| Octal | 205 | 336 | 311 | 50 | 0 | 11 | 15 | 246 | 71 | 106 |
| Binary | 10000101 | 11011110 | 11001001 | 101000 | 0 | 1001 | 1101 | 10100110 | 111001 | 1000110 |
Color Harmonies of #85DEC9
Complementary color
Monochromatic Colors of #85DEC9
Black with #85DEC9
Text Example
Text Example
White with #85DEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DEC9; }
p { color: rgb(133,222,201); }
H1.HeaderClassName
{
color: #85DEC9;
}
.AnyTagClassName
{
color: #85DEC9;
}
</style>
background-color css
<style>
a { background-color: #85DEC9; }
a { background-color: rgb(133,222,201); }
div.DivClassName
{
background-color: #85DEC9;
}
.BgClassName
{
background-color: #85DEC9;
}
</style>
border-color css
<style>
span { border-color: #85DEC9; }
span { border-color: rgb(133,222,201); }
td.TdClassName
{
border-color: #85DEC9;
}
.TagClassName
{
border-color: #85DEC9;
}
</style>