Shades of Riptide #85DECD
Tints of Riptide #85DECD
RGB
CMYK
RGB Variations
Color information
#85DECD (or 0x85DECD) is known color: Riptide. HEX triplet: 85, DE and CD. RGB value is (133,222,205). Sum of RGB (Red+Green+Blue) = 133+222+205=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #85DECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DECD is #7A2132. Grayscale: #C1C1C1. Windows color (decimal): -8003891 or 13491845. OLE color: 13491845.
HSL color Cylindrical-coordinate representation of color #85DECD: hue angle of 168.54º 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 #85DECD is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 205 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.13 |
| HSL | 168.54º | 0.57% | 0.7% | - |
| HSV(B) | 168.54º | 0.4% | 0.87% | - |
| XYZ | 46.81 | 61.64 | 67.19 | - |
| YUV | 193.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 205 | 0.40 | 0 | 0.08 | 0.13 | 168.54 | 0.57 | 0.7 |
| Hex | 85 | DE | CD | 28 | 0 | 8 | D | A9 | 39 | 46 |
| Octal | 205 | 336 | 315 | 50 | 0 | 10 | 15 | 251 | 71 | 106 |
| Binary | 10000101 | 11011110 | 11001101 | 101000 | 0 | 1000 | 1101 | 10101001 | 111001 | 1000110 |
Color Harmonies of #85DECD
Complementary color
Monochromatic Colors of #85DECD
Black with #85DECD
Text Example
Text Example
White with #85DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DECD; }
p { color: rgb(133,222,205); }
H1.HeaderClassName
{
color: #85DECD;
}
.AnyTagClassName
{
color: #85DECD;
}
</style>
background-color css
<style>
a { background-color: #85DECD; }
a { background-color: rgb(133,222,205); }
div.DivClassName
{
background-color: #85DECD;
}
.BgClassName
{
background-color: #85DECD;
}
</style>
border-color css
<style>
span { border-color: #85DECD; }
span { border-color: rgb(133,222,205); }
td.TdClassName
{
border-color: #85DECD;
}
.TagClassName
{
border-color: #85DECD;
}
</style>