Shades of Riptide #85D9CF
Tints of Riptide #85D9CF
RGB
CMYK
RGB Variations
Color information
#85D9CF (or 0x85D9CF) is known color: Riptide. HEX triplet: 85, D9 and CF. RGB value is (133,217,207). Sum of RGB (Red+Green+Blue) = 133+217+207=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #85D9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D9CF is #7A2630. Grayscale: #BEBEBE. Windows color (decimal): -8005169 or 13621637. OLE color: 13621637.
HSL color Cylindrical-coordinate representation of color #85D9CF: hue angle of 172.86º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D9CF is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 207 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.15 |
| HSL | 172.86º | 0.53% | 0.69% | - |
| HSV(B) | 172.86º | 0.39% | 0.85% | - |
| XYZ | 45.75 | 59.12 | 68.03 | - |
| YUV | 190.74 | 137.17 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 207 | 0.39 | 0 | 0.05 | 0.15 | 172.86 | 0.53 | 0.69 |
| Hex | 85 | D9 | CF | 27 | 0 | 5 | F | AD | 34 | 45 |
| Octal | 205 | 331 | 317 | 47 | 0 | 5 | 17 | 255 | 64 | 105 |
| Binary | 10000101 | 11011001 | 11001111 | 100111 | 0 | 101 | 1111 | 10101101 | 110100 | 1000101 |
Color Harmonies of #85D9CF
Complementary color
Monochromatic Colors of #85D9CF
Black with #85D9CF
Text Example
Text Example
White with #85D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D9CF; }
p { color: rgb(133,217,207); }
H1.HeaderClassName
{
color: #85D9CF;
}
.AnyTagClassName
{
color: #85D9CF;
}
</style>
background-color css
<style>
a { background-color: #85D9CF; }
a { background-color: rgb(133,217,207); }
div.DivClassName
{
background-color: #85D9CF;
}
.BgClassName
{
background-color: #85D9CF;
}
</style>
border-color css
<style>
span { border-color: #85D9CF; }
span { border-color: rgb(133,217,207); }
td.TdClassName
{
border-color: #85D9CF;
}
.TagClassName
{
border-color: #85D9CF;
}
</style>