Shades of Riptide #85DCD9
Tints of Riptide #85DCD9
RGB
CMYK
RGB Variations
Color information
#85DCD9 (or 0x85DCD9) is known color: Riptide. HEX triplet: 85, DC and D9. RGB value is (133,220,217). Sum of RGB (Red+Green+Blue) = 133+220+217=570 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.33% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCD9 is #7A2326. Grayscale: #C1C1C1. Windows color (decimal): -8004391 or 14277765. OLE color: 14277765.
HSL color Cylindrical-coordinate representation of color #85DCD9: hue angle of 177.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCD9 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 217 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.14 |
| HSL | 177.93º | 0.55% | 0.69% | - |
| HSV(B) | 177.93º | 0.4% | 0.86% | - |
| XYZ | 47.79 | 61.18 | 74.94 | - |
| YUV | 193.65 | 141.18 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 217 | 0.40 | 0 | 0.01 | 0.14 | 177.93 | 0.55 | 0.69 |
| Hex | 85 | DC | D9 | 28 | 0 | 1 | E | B2 | 37 | 45 |
| Octal | 205 | 334 | 331 | 50 | 0 | 1 | 16 | 262 | 67 | 105 |
| Binary | 10000101 | 11011100 | 11011001 | 101000 | 0 | 1 | 1110 | 10110010 | 110111 | 1000101 |
Color Harmonies of #85DCD9
Complementary color
Monochromatic Colors of #85DCD9
Black with #85DCD9
Text Example
Text Example
White with #85DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCD9; }
p { color: rgb(133,220,217); }
H1.HeaderClassName
{
color: #85DCD9;
}
.AnyTagClassName
{
color: #85DCD9;
}
</style>
background-color css
<style>
a { background-color: #85DCD9; }
a { background-color: rgb(133,220,217); }
div.DivClassName
{
background-color: #85DCD9;
}
.BgClassName
{
background-color: #85DCD9;
}
</style>
border-color css
<style>
span { border-color: #85DCD9; }
span { border-color: rgb(133,220,217); }
td.TdClassName
{
border-color: #85DCD9;
}
.TagClassName
{
border-color: #85DCD9;
}
</style>