Shades of Riptide #85DECF
Tints of Riptide #85DECF
RGB
CMYK
RGB Variations
Color information
#85DECF (or 0x85DECF) is known color: Riptide. HEX triplet: 85, DE and CF. RGB value is (133,222,207). Sum of RGB (Red+Green+Blue) = 133+222+207=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #85DECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DECF is #7A2130. Grayscale: #C1C1C1. Windows color (decimal): -8003889 or 13622917. OLE color: 13622917.
HSL color Cylindrical-coordinate representation of color #85DECF: hue angle of 169.89º 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 #85DECF is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 207 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.13 |
| HSL | 169.89º | 0.57% | 0.7% | - |
| HSV(B) | 169.89º | 0.4% | 0.87% | - |
| XYZ | 47.06 | 61.73 | 68.47 | - |
| YUV | 193.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 207 | 0.40 | 0 | 0.07 | 0.13 | 169.89 | 0.57 | 0.7 |
| Hex | 85 | DE | CF | 28 | 0 | 7 | D | AA | 39 | 46 |
| Octal | 205 | 336 | 317 | 50 | 0 | 7 | 15 | 252 | 71 | 106 |
| Binary | 10000101 | 11011110 | 11001111 | 101000 | 0 | 111 | 1101 | 10101010 | 111001 | 1000110 |
Color Harmonies of #85DECF
Complementary color
Monochromatic Colors of #85DECF
Black with #85DECF
Text Example
Text Example
White with #85DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DECF; }
p { color: rgb(133,222,207); }
H1.HeaderClassName
{
color: #85DECF;
}
.AnyTagClassName
{
color: #85DECF;
}
</style>
background-color css
<style>
a { background-color: #85DECF; }
a { background-color: rgb(133,222,207); }
div.DivClassName
{
background-color: #85DECF;
}
.BgClassName
{
background-color: #85DECF;
}
</style>
border-color css
<style>
span { border-color: #85DECF; }
span { border-color: rgb(133,222,207); }
td.TdClassName
{
border-color: #85DECF;
}
.TagClassName
{
border-color: #85DECF;
}
</style>