Shades of Riptide #85ECC9
Tints of Riptide #85ECC9
RGB
CMYK
RGB Variations
Color information
#85ECC9 (or 0x85ECC9) is known color: Riptide. HEX triplet: 85, EC and C9. RGB value is (133,236,201). Sum of RGB (Red+Green+Blue) = 133+236+201=570 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.33% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECC9 is #7A1336. Grayscale: #C9C9C9. Windows color (decimal): -8000311 or 13233285. OLE color: 13233285.
HSL color Cylindrical-coordinate representation of color #85ECC9: hue angle of 159.61º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ECC9 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 201 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.07 |
| HSL | 159.61º | 0.73% | 0.72% | - |
| HSV(B) | 159.61º | 0.44% | 0.93% | - |
| XYZ | 50.21 | 69.19 | 65.97 | - |
| YUV | 201.21 | 127.88 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 201 | 0.44 | 0 | 0.15 | 0.07 | 159.61 | 0.73 | 0.72 |
| Hex | 85 | EC | C9 | 2C | 0 | F | 7 | A0 | 49 | 48 |
| Octal | 205 | 354 | 311 | 54 | 0 | 17 | 7 | 240 | 111 | 110 |
| Binary | 10000101 | 11101100 | 11001001 | 101100 | 0 | 1111 | 111 | 10100000 | 1001001 | 1001000 |
Color Harmonies of #85ECC9
Complementary color
Monochromatic Colors of #85ECC9
Black with #85ECC9
Text Example
Text Example
White with #85ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECC9; }
p { color: rgb(133,236,201); }
H1.HeaderClassName
{
color: #85ECC9;
}
.AnyTagClassName
{
color: #85ECC9;
}
</style>
background-color css
<style>
a { background-color: #85ECC9; }
a { background-color: rgb(133,236,201); }
div.DivClassName
{
background-color: #85ECC9;
}
.BgClassName
{
background-color: #85ECC9;
}
</style>
border-color css
<style>
span { border-color: #85ECC9; }
span { border-color: rgb(133,236,201); }
td.TdClassName
{
border-color: #85ECC9;
}
.TagClassName
{
border-color: #85ECC9;
}
</style>