Shades of Riptide #85D8C7
Tints of Riptide #85D8C7
RGB
CMYK
RGB Variations
Color information
#85D8C7 (or 0x85D8C7) is known color: Riptide. HEX triplet: 85, D8 and C7. RGB value is (133,216,199). Sum of RGB (Red+Green+Blue) = 133+216+199=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #85D8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D8C7 is #7A2738. Grayscale: #BDBDBD. Windows color (decimal): -8005433 or 13097093. OLE color: 13097093.
HSL color Cylindrical-coordinate representation of color #85D8C7: hue angle of 167.71º 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 #85D8C7 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 199 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.15 |
| HSL | 167.71º | 0.52% | 0.68% | - |
| HSV(B) | 167.71º | 0.38% | 0.85% | - |
| XYZ | 44.54 | 58.22 | 62.92 | - |
| YUV | 189.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 199 | 0.38 | 0 | 0.08 | 0.15 | 167.71 | 0.52 | 0.68 |
| Hex | 85 | D8 | C7 | 26 | 0 | 8 | F | A8 | 34 | 44 |
| Octal | 205 | 330 | 307 | 46 | 0 | 10 | 17 | 250 | 64 | 104 |
| Binary | 10000101 | 11011000 | 11000111 | 100110 | 0 | 1000 | 1111 | 10101000 | 110100 | 1000100 |
Color Harmonies of #85D8C7
Complementary color
Monochromatic Colors of #85D8C7
Black with #85D8C7
Text Example
Text Example
White with #85D8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D8C7; }
p { color: rgb(133,216,199); }
H1.HeaderClassName
{
color: #85D8C7;
}
.AnyTagClassName
{
color: #85D8C7;
}
</style>
background-color css
<style>
a { background-color: #85D8C7; }
a { background-color: rgb(133,216,199); }
div.DivClassName
{
background-color: #85D8C7;
}
.BgClassName
{
background-color: #85D8C7;
}
</style>
border-color css
<style>
span { border-color: #85D8C7; }
span { border-color: rgb(133,216,199); }
td.TdClassName
{
border-color: #85D8C7;
}
.TagClassName
{
border-color: #85D8C7;
}
</style>