Shades of Riptide #85DFD2
Tints of Riptide #85DFD2
RGB
CMYK
RGB Variations
Color information
#85DFD2 (or 0x85DFD2) is known color: Riptide. HEX triplet: 85, DF and D2. RGB value is (133,223,210). Sum of RGB (Red+Green+Blue) = 133+223+210=566 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.50% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFD2 is #7A202D. Grayscale: #C2C2C2. Windows color (decimal): -8003630 or 13819781. OLE color: 13819781.
HSL color Cylindrical-coordinate representation of color #85DFD2: hue angle of 171.33º 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 #85DFD2 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 210 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.13 |
| HSL | 171.33º | 0.58% | 0.7% | - |
| HSV(B) | 171.33º | 0.4% | 0.87% | - |
| XYZ | 47.69 | 62.42 | 70.51 | - |
| YUV | 194.61 | 136.68 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 210 | 0.40 | 0 | 0.06 | 0.13 | 171.33 | 0.58 | 0.7 |
| Hex | 85 | DF | D2 | 28 | 0 | 6 | D | AB | 3A | 46 |
| Octal | 205 | 337 | 322 | 50 | 0 | 6 | 15 | 253 | 72 | 106 |
| Binary | 10000101 | 11011111 | 11010010 | 101000 | 0 | 110 | 1101 | 10101011 | 111010 | 1000110 |
Color Harmonies of #85DFD2
Complementary color
Monochromatic Colors of #85DFD2
Black with #85DFD2
Text Example
Text Example
White with #85DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFD2; }
p { color: rgb(133,223,210); }
H1.HeaderClassName
{
color: #85DFD2;
}
.AnyTagClassName
{
color: #85DFD2;
}
</style>
background-color css
<style>
a { background-color: #85DFD2; }
a { background-color: rgb(133,223,210); }
div.DivClassName
{
background-color: #85DFD2;
}
.BgClassName
{
background-color: #85DFD2;
}
</style>
border-color css
<style>
span { border-color: #85DFD2; }
span { border-color: rgb(133,223,210); }
td.TdClassName
{
border-color: #85DFD2;
}
.TagClassName
{
border-color: #85DFD2;
}
</style>