Shades of Riptide #85DCD7
Tints of Riptide #85DCD7
RGB
CMYK
RGB Variations
Color information
#85DCD7 (or 0x85DCD7) is known color: Riptide. HEX triplet: 85, DC and D7. RGB value is (133,220,215). Sum of RGB (Red+Green+Blue) = 133+220+215=568 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.42% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCD7 is #7A2328. Grayscale: #C1C1C1. Windows color (decimal): -8004393 or 14146693. OLE color: 14146693.
HSL color Cylindrical-coordinate representation of color #85DCD7: hue angle of 176.55º 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 #85DCD7 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 215 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.14 |
| HSL | 176.55º | 0.55% | 0.69% | - |
| HSV(B) | 176.55º | 0.4% | 0.86% | - |
| XYZ | 47.53 | 61.08 | 73.57 | - |
| YUV | 193.42 | 140.18 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 215 | 0.40 | 0 | 0.02 | 0.14 | 176.55 | 0.55 | 0.69 |
| Hex | 85 | DC | D7 | 28 | 0 | 2 | E | B1 | 37 | 45 |
| Octal | 205 | 334 | 327 | 50 | 0 | 2 | 16 | 261 | 67 | 105 |
| Binary | 10000101 | 11011100 | 11010111 | 101000 | 0 | 10 | 1110 | 10110001 | 110111 | 1000101 |
Color Harmonies of #85DCD7
Complementary color
Monochromatic Colors of #85DCD7
Black with #85DCD7
Text Example
Text Example
White with #85DCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCD7; }
p { color: rgb(133,220,215); }
H1.HeaderClassName
{
color: #85DCD7;
}
.AnyTagClassName
{
color: #85DCD7;
}
</style>
background-color css
<style>
a { background-color: #85DCD7; }
a { background-color: rgb(133,220,215); }
div.DivClassName
{
background-color: #85DCD7;
}
.BgClassName
{
background-color: #85DCD7;
}
</style>
border-color css
<style>
span { border-color: #85DCD7; }
span { border-color: rgb(133,220,215); }
td.TdClassName
{
border-color: #85DCD7;
}
.TagClassName
{
border-color: #85DCD7;
}
</style>