Shades of Riptide #85D8D2
Tints of Riptide #85D8D2
RGB
CMYK
RGB Variations
Color information
#85D8D2 (or 0x85D8D2) is known color: Riptide. HEX triplet: 85, D8 and D2. RGB value is (133,216,210). Sum of RGB (Red+Green+Blue) = 133+216+210=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #85D8D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D8D2 is #7A272D. Grayscale: #BEBEBE. Windows color (decimal): -8005422 or 13817989. OLE color: 13817989.
HSL color Cylindrical-coordinate representation of color #85D8D2: hue angle of 175.66º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D8D2 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 210 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.15 |
| HSL | 175.66º | 0.52% | 0.68% | - |
| HSV(B) | 175.66º | 0.38% | 0.85% | - |
| XYZ | 45.86 | 58.75 | 69.9 | - |
| YUV | 190.5 | 139 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 210 | 0.38 | 0 | 0.03 | 0.15 | 175.66 | 0.52 | 0.68 |
| Hex | 85 | D8 | D2 | 26 | 0 | 3 | F | B0 | 34 | 44 |
| Octal | 205 | 330 | 322 | 46 | 0 | 3 | 17 | 260 | 64 | 104 |
| Binary | 10000101 | 11011000 | 11010010 | 100110 | 0 | 11 | 1111 | 10110000 | 110100 | 1000100 |
Color Harmonies of #85D8D2
Complementary color
Monochromatic Colors of #85D8D2
Black with #85D8D2
Text Example
Text Example
White with #85D8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D8D2; }
p { color: rgb(133,216,210); }
H1.HeaderClassName
{
color: #85D8D2;
}
.AnyTagClassName
{
color: #85D8D2;
}
</style>
background-color css
<style>
a { background-color: #85D8D2; }
a { background-color: rgb(133,216,210); }
div.DivClassName
{
background-color: #85D8D2;
}
.BgClassName
{
background-color: #85D8D2;
}
</style>
border-color css
<style>
span { border-color: #85D8D2; }
span { border-color: rgb(133,216,210); }
td.TdClassName
{
border-color: #85D8D2;
}
.TagClassName
{
border-color: #85D8D2;
}
</style>