Shades of Riptide #85DBCF
Tints of Riptide #85DBCF
RGB
CMYK
RGB Variations
Color information
#85DBCF (or 0x85DBCF) is known color: Riptide. HEX triplet: 85, DB and CF. RGB value is (133,219,207). Sum of RGB (Red+Green+Blue) = 133+219+207=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBCF is #7A2430. Grayscale: #BFBFBF. Windows color (decimal): -8004657 or 13622149. OLE color: 13622149.
HSL color Cylindrical-coordinate representation of color #85DBCF: hue angle of 171.63º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DBCF is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 207 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.14 |
| HSL | 171.63º | 0.54% | 0.69% | - |
| HSV(B) | 171.63º | 0.39% | 0.86% | - |
| XYZ | 46.27 | 60.15 | 68.2 | - |
| YUV | 191.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 207 | 0.39 | 0 | 0.05 | 0.14 | 171.63 | 0.54 | 0.69 |
| Hex | 85 | DB | CF | 27 | 0 | 5 | E | AC | 36 | 45 |
| Octal | 205 | 333 | 317 | 47 | 0 | 5 | 16 | 254 | 66 | 105 |
| Binary | 10000101 | 11011011 | 11001111 | 100111 | 0 | 101 | 1110 | 10101100 | 110110 | 1000101 |
Color Harmonies of #85DBCF
Complementary color
Monochromatic Colors of #85DBCF
Black with #85DBCF
Text Example
Text Example
White with #85DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBCF; }
p { color: rgb(133,219,207); }
H1.HeaderClassName
{
color: #85DBCF;
}
.AnyTagClassName
{
color: #85DBCF;
}
</style>
background-color css
<style>
a { background-color: #85DBCF; }
a { background-color: rgb(133,219,207); }
div.DivClassName
{
background-color: #85DBCF;
}
.BgClassName
{
background-color: #85DBCF;
}
</style>
border-color css
<style>
span { border-color: #85DBCF; }
span { border-color: rgb(133,219,207); }
td.TdClassName
{
border-color: #85DBCF;
}
.TagClassName
{
border-color: #85DBCF;
}
</style>