Shades of Riptide #85DED3
Tints of Riptide #85DED3
RGB
CMYK
RGB Variations
Color information
#85DED3 (or 0x85DED3) is known color: Riptide. HEX triplet: 85, DE and D3. RGB value is (133,222,211). Sum of RGB (Red+Green+Blue) = 133+222+211=566 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.50% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #85DED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DED3 is #7A212C. Grayscale: #C2C2C2. Windows color (decimal): -8003885 or 13885061. OLE color: 13885061.
HSL color Cylindrical-coordinate representation of color #85DED3: hue angle of 172.58º 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 #85DED3 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 211 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.13 |
| HSL | 172.58º | 0.57% | 0.7% | - |
| HSV(B) | 172.58º | 0.4% | 0.87% | - |
| XYZ | 47.55 | 61.93 | 71.08 | - |
| YUV | 194.14 | 137.51 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 211 | 0.40 | 0 | 0.05 | 0.13 | 172.58 | 0.57 | 0.7 |
| Hex | 85 | DE | D3 | 28 | 0 | 5 | D | AD | 39 | 46 |
| Octal | 205 | 336 | 323 | 50 | 0 | 5 | 15 | 255 | 71 | 106 |
| Binary | 10000101 | 11011110 | 11010011 | 101000 | 0 | 101 | 1101 | 10101101 | 111001 | 1000110 |
Color Harmonies of #85DED3
Complementary color
Monochromatic Colors of #85DED3
Black with #85DED3
Text Example
Text Example
White with #85DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DED3; }
p { color: rgb(133,222,211); }
H1.HeaderClassName
{
color: #85DED3;
}
.AnyTagClassName
{
color: #85DED3;
}
</style>
background-color css
<style>
a { background-color: #85DED3; }
a { background-color: rgb(133,222,211); }
div.DivClassName
{
background-color: #85DED3;
}
.BgClassName
{
background-color: #85DED3;
}
</style>
border-color css
<style>
span { border-color: #85DED3; }
span { border-color: rgb(133,222,211); }
td.TdClassName
{
border-color: #85DED3;
}
.TagClassName
{
border-color: #85DED3;
}
</style>