Shades of Riptide #85DFD3
Tints of Riptide #85DFD3
RGB
CMYK
RGB Variations
Color information
#85DFD3 (or 0x85DFD3) is known color: Riptide. HEX triplet: 85, DF and D3. RGB value is (133,223,211). Sum of RGB (Red+Green+Blue) = 133+223+211=567 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.46% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFD3 is #7A202C. Grayscale: #C2C2C2. Windows color (decimal): -8003629 or 13885317. OLE color: 13885317.
HSL color Cylindrical-coordinate representation of color #85DFD3: hue angle of 172º 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 #85DFD3 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 211 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.13 |
| HSL | 172º | 0.58% | 0.7% | - |
| HSV(B) | 172º | 0.4% | 0.87% | - |
| XYZ | 47.82 | 62.47 | 71.16 | - |
| YUV | 194.72 | 137.18 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 211 | 0.40 | 0 | 0.05 | 0.13 | 172 | 0.58 | 0.7 |
| Hex | 85 | DF | D3 | 28 | 0 | 5 | D | AC | 3A | 46 |
| Octal | 205 | 337 | 323 | 50 | 0 | 5 | 15 | 254 | 72 | 106 |
| Binary | 10000101 | 11011111 | 11010011 | 101000 | 0 | 101 | 1101 | 10101100 | 111010 | 1000110 |
Color Harmonies of #85DFD3
Complementary color
Monochromatic Colors of #85DFD3
Black with #85DFD3
Text Example
Text Example
White with #85DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFD3; }
p { color: rgb(133,223,211); }
H1.HeaderClassName
{
color: #85DFD3;
}
.AnyTagClassName
{
color: #85DFD3;
}
</style>
background-color css
<style>
a { background-color: #85DFD3; }
a { background-color: rgb(133,223,211); }
div.DivClassName
{
background-color: #85DFD3;
}
.BgClassName
{
background-color: #85DFD3;
}
</style>
border-color css
<style>
span { border-color: #85DFD3; }
span { border-color: rgb(133,223,211); }
td.TdClassName
{
border-color: #85DFD3;
}
.TagClassName
{
border-color: #85DFD3;
}
</style>