Shades of Riptide #85DCCF
Tints of Riptide #85DCCF
RGB
CMYK
RGB Variations
Color information
#85DCCF (or 0x85DCCF) is known color: Riptide. HEX triplet: 85, DC and CF. RGB value is (133,220,207). Sum of RGB (Red+Green+Blue) = 133+220+207=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCCF is #7A2330. Grayscale: #C0C0C0. Windows color (decimal): -8004401 or 13622405. OLE color: 13622405.
HSL color Cylindrical-coordinate representation of color #85DCCF: hue angle of 171.03º 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 #85DCCF is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 207 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.14 |
| HSL | 171.03º | 0.55% | 0.69% | - |
| HSV(B) | 171.03º | 0.4% | 0.86% | - |
| XYZ | 46.53 | 60.68 | 68.29 | - |
| YUV | 192.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 207 | 0.40 | 0 | 0.06 | 0.14 | 171.03 | 0.55 | 0.69 |
| Hex | 85 | DC | CF | 28 | 0 | 6 | E | AB | 37 | 45 |
| Octal | 205 | 334 | 317 | 50 | 0 | 6 | 16 | 253 | 67 | 105 |
| Binary | 10000101 | 11011100 | 11001111 | 101000 | 0 | 110 | 1110 | 10101011 | 110111 | 1000101 |
Color Harmonies of #85DCCF
Complementary color
Monochromatic Colors of #85DCCF
Black with #85DCCF
Text Example
Text Example
White with #85DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCCF; }
p { color: rgb(133,220,207); }
H1.HeaderClassName
{
color: #85DCCF;
}
.AnyTagClassName
{
color: #85DCCF;
}
</style>
background-color css
<style>
a { background-color: #85DCCF; }
a { background-color: rgb(133,220,207); }
div.DivClassName
{
background-color: #85DCCF;
}
.BgClassName
{
background-color: #85DCCF;
}
</style>
border-color css
<style>
span { border-color: #85DCCF; }
span { border-color: rgb(133,220,207); }
td.TdClassName
{
border-color: #85DCCF;
}
.TagClassName
{
border-color: #85DCCF;
}
</style>