Shades of Riptide #85DFD4
Tints of Riptide #85DFD4
RGB
CMYK
RGB Variations
Color information
#85DFD4 (or 0x85DFD4) is known color: Riptide. HEX triplet: 85, DF and D4. RGB value is (133,223,212). Sum of RGB (Red+Green+Blue) = 133+223+212=568 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.42% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFD4 is #7A202B. Grayscale: #C2C2C2. Windows color (decimal): -8003628 or 13950853. OLE color: 13950853.
HSL color Cylindrical-coordinate representation of color #85DFD4: hue angle of 172.67º degrees, saturation: 0.58, 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 #85DFD4 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 212 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.13 |
| HSL | 172.67º | 0.58% | 0.7% | - |
| HSV(B) | 172.67º | 0.4% | 0.87% | - |
| XYZ | 47.94 | 62.52 | 71.83 | - |
| YUV | 194.84 | 137.68 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 212 | 0.40 | 0 | 0.05 | 0.13 | 172.67 | 0.58 | 0.7 |
| Hex | 85 | DF | D4 | 28 | 0 | 5 | D | AD | 3A | 46 |
| Octal | 205 | 337 | 324 | 50 | 0 | 5 | 15 | 255 | 72 | 106 |
| Binary | 10000101 | 11011111 | 11010100 | 101000 | 0 | 101 | 1101 | 10101101 | 111010 | 1000110 |
Color Harmonies of #85DFD4
Complementary color
Monochromatic Colors of #85DFD4
Black with #85DFD4
Text Example
Text Example
White with #85DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFD4; }
p { color: rgb(133,223,212); }
H1.HeaderClassName
{
color: #85DFD4;
}
.AnyTagClassName
{
color: #85DFD4;
}
</style>
background-color css
<style>
a { background-color: #85DFD4; }
a { background-color: rgb(133,223,212); }
div.DivClassName
{
background-color: #85DFD4;
}
.BgClassName
{
background-color: #85DFD4;
}
</style>
border-color css
<style>
span { border-color: #85DFD4; }
span { border-color: rgb(133,223,212); }
td.TdClassName
{
border-color: #85DFD4;
}
.TagClassName
{
border-color: #85DFD4;
}
</style>