Shades of Riptide #85DBD0
Tints of Riptide #85DBD0
RGB
CMYK
RGB Variations
Color information
#85DBD0 (or 0x85DBD0) is known color: Riptide. HEX triplet: 85, DB and D0. RGB value is (133,219,208). Sum of RGB (Red+Green+Blue) = 133+219+208=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBD0 is #7A242F. Grayscale: #BFBFBF. Windows color (decimal): -8004656 or 13687685. OLE color: 13687685.
HSL color Cylindrical-coordinate representation of color #85DBD0: hue angle of 172.33º 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 #85DBD0 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 208 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.14 |
| HSL | 172.33º | 0.54% | 0.69% | - |
| HSV(B) | 172.33º | 0.39% | 0.86% | - |
| XYZ | 46.39 | 60.2 | 68.85 | - |
| YUV | 192.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 208 | 0.39 | 0 | 0.05 | 0.14 | 172.33 | 0.54 | 0.69 |
| Hex | 85 | DB | D0 | 27 | 0 | 5 | E | AC | 36 | 45 |
| Octal | 205 | 333 | 320 | 47 | 0 | 5 | 16 | 254 | 66 | 105 |
| Binary | 10000101 | 11011011 | 11010000 | 100111 | 0 | 101 | 1110 | 10101100 | 110110 | 1000101 |
Color Harmonies of #85DBD0
Complementary color
Monochromatic Colors of #85DBD0
Black with #85DBD0
Text Example
Text Example
White with #85DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBD0; }
p { color: rgb(133,219,208); }
H1.HeaderClassName
{
color: #85DBD0;
}
.AnyTagClassName
{
color: #85DBD0;
}
</style>
background-color css
<style>
a { background-color: #85DBD0; }
a { background-color: rgb(133,219,208); }
div.DivClassName
{
background-color: #85DBD0;
}
.BgClassName
{
background-color: #85DBD0;
}
</style>
border-color css
<style>
span { border-color: #85DBD0; }
span { border-color: rgb(133,219,208); }
td.TdClassName
{
border-color: #85DBD0;
}
.TagClassName
{
border-color: #85DBD0;
}
</style>