Shades of Riptide #85DDC8
Tints of Riptide #85DDC8
RGB
CMYK
RGB Variations
Color information
#85DDC8 (or 0x85DDC8) is known color: Riptide. HEX triplet: 85, DD and C8. RGB value is (133,221,200). Sum of RGB (Red+Green+Blue) = 133+221+200=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDC8 is #7A2237. Grayscale: #C0C0C0. Windows color (decimal): -8004152 or 13163909. OLE color: 13163909.
HSL color Cylindrical-coordinate representation of color #85DDC8: hue angle of 165.68º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DDC8 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 200 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.13 |
| HSL | 165.68º | 0.56% | 0.69% | - |
| HSV(B) | 165.68º | 0.4% | 0.87% | - |
| XYZ | 45.95 | 60.87 | 63.97 | - |
| YUV | 192.29 | 132.35 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 200 | 0.40 | 0 | 0.10 | 0.13 | 165.68 | 0.56 | 0.69 |
| Hex | 85 | DD | C8 | 28 | 0 | A | D | A6 | 38 | 45 |
| Octal | 205 | 335 | 310 | 50 | 0 | 12 | 15 | 246 | 70 | 105 |
| Binary | 10000101 | 11011101 | 11001000 | 101000 | 0 | 1010 | 1101 | 10100110 | 111000 | 1000101 |
Color Harmonies of #85DDC8
Complementary color
Monochromatic Colors of #85DDC8
Black with #85DDC8
Text Example
Text Example
White with #85DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDC8; }
p { color: rgb(133,221,200); }
H1.HeaderClassName
{
color: #85DDC8;
}
.AnyTagClassName
{
color: #85DDC8;
}
</style>
background-color css
<style>
a { background-color: #85DDC8; }
a { background-color: rgb(133,221,200); }
div.DivClassName
{
background-color: #85DDC8;
}
.BgClassName
{
background-color: #85DDC8;
}
</style>
border-color css
<style>
span { border-color: #85DDC8; }
span { border-color: rgb(133,221,200); }
td.TdClassName
{
border-color: #85DDC8;
}
.TagClassName
{
border-color: #85DDC8;
}
</style>