Shades of Riptide #85DBD4
Tints of Riptide #85DBD4
RGB
CMYK
RGB Variations
Color information
#85DBD4 (or 0x85DBD4) is known color: Riptide. HEX triplet: 85, DB and D4. RGB value is (133,219,212). Sum of RGB (Red+Green+Blue) = 133+219+212=564 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.58% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBD4 is #7A242B. Grayscale: #C0C0C0. Windows color (decimal): -8004652 or 13949829. OLE color: 13949829.
HSL color Cylindrical-coordinate representation of color #85DBD4: hue angle of 175.12º 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 #85DBD4 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 212 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.14 |
| HSL | 175.12º | 0.54% | 0.69% | - |
| HSV(B) | 175.12º | 0.39% | 0.86% | - |
| XYZ | 46.89 | 60.4 | 71.48 | - |
| YUV | 192.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 212 | 0.39 | 0 | 0.03 | 0.14 | 175.12 | 0.54 | 0.69 |
| Hex | 85 | DB | D4 | 27 | 0 | 3 | E | AF | 36 | 45 |
| Octal | 205 | 333 | 324 | 47 | 0 | 3 | 16 | 257 | 66 | 105 |
| Binary | 10000101 | 11011011 | 11010100 | 100111 | 0 | 11 | 1110 | 10101111 | 110110 | 1000101 |
Color Harmonies of #85DBD4
Complementary color
Monochromatic Colors of #85DBD4
Black with #85DBD4
Text Example
Text Example
White with #85DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBD4; }
p { color: rgb(133,219,212); }
H1.HeaderClassName
{
color: #85DBD4;
}
.AnyTagClassName
{
color: #85DBD4;
}
</style>
background-color css
<style>
a { background-color: #85DBD4; }
a { background-color: rgb(133,219,212); }
div.DivClassName
{
background-color: #85DBD4;
}
.BgClassName
{
background-color: #85DBD4;
}
</style>
border-color css
<style>
span { border-color: #85DBD4; }
span { border-color: rgb(133,219,212); }
td.TdClassName
{
border-color: #85DBD4;
}
.TagClassName
{
border-color: #85DBD4;
}
</style>