Shades of Riptide #85D8CF
Tints of Riptide #85D8CF
RGB
CMYK
RGB Variations
Color information
#85D8CF (or 0x85D8CF) is known color: Riptide. HEX triplet: 85, D8 and CF. RGB value is (133,216,207). Sum of RGB (Red+Green+Blue) = 133+216+207=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #85D8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D8CF is #7A2730. Grayscale: #BEBEBE. Windows color (decimal): -8005425 or 13621381. OLE color: 13621381.
HSL color Cylindrical-coordinate representation of color #85D8CF: hue angle of 173.49º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D8CF is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 207 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.15 |
| HSL | 173.49º | 0.52% | 0.68% | - |
| HSV(B) | 173.49º | 0.38% | 0.85% | - |
| XYZ | 45.49 | 58.6 | 67.95 | - |
| YUV | 190.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 207 | 0.38 | 0 | 0.04 | 0.15 | 173.49 | 0.52 | 0.68 |
| Hex | 85 | D8 | CF | 26 | 0 | 4 | F | AD | 34 | 44 |
| Octal | 205 | 330 | 317 | 46 | 0 | 4 | 17 | 255 | 64 | 104 |
| Binary | 10000101 | 11011000 | 11001111 | 100110 | 0 | 100 | 1111 | 10101101 | 110100 | 1000100 |
Color Harmonies of #85D8CF
Complementary color
Monochromatic Colors of #85D8CF
Black with #85D8CF
Text Example
Text Example
White with #85D8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D8CF; }
p { color: rgb(133,216,207); }
H1.HeaderClassName
{
color: #85D8CF;
}
.AnyTagClassName
{
color: #85D8CF;
}
</style>
background-color css
<style>
a { background-color: #85D8CF; }
a { background-color: rgb(133,216,207); }
div.DivClassName
{
background-color: #85D8CF;
}
.BgClassName
{
background-color: #85D8CF;
}
</style>
border-color css
<style>
span { border-color: #85D8CF; }
span { border-color: rgb(133,216,207); }
td.TdClassName
{
border-color: #85D8CF;
}
.TagClassName
{
border-color: #85D8CF;
}
</style>