Shades of Riptide #85ECC8
Tints of Riptide #85ECC8
RGB
CMYK
RGB Variations
Color information
#85ECC8 (or 0x85ECC8) is known color: Riptide. HEX triplet: 85, EC and C8. RGB value is (133,236,200). Sum of RGB (Red+Green+Blue) = 133+236+200=569 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.37% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECC8 is #7A1337. Grayscale: #C9C9C9. Windows color (decimal): -8000312 or 13167749. OLE color: 13167749.
HSL color Cylindrical-coordinate representation of color #85ECC8: hue angle of 159.03º 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 #85ECC8 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 200 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.07 |
| HSL | 159.03º | 0.73% | 0.72% | - |
| HSV(B) | 159.03º | 0.44% | 0.93% | - |
| XYZ | 50.09 | 69.15 | 65.35 | - |
| YUV | 201.1 | 127.38 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 200 | 0.44 | 0 | 0.15 | 0.07 | 159.03 | 0.73 | 0.72 |
| Hex | 85 | EC | C8 | 2C | 0 | F | 7 | 9F | 49 | 48 |
| Octal | 205 | 354 | 310 | 54 | 0 | 17 | 7 | 237 | 111 | 110 |
| Binary | 10000101 | 11101100 | 11001000 | 101100 | 0 | 1111 | 111 | 10011111 | 1001001 | 1001000 |
Color Harmonies of #85ECC8
Complementary color
Monochromatic Colors of #85ECC8
Black with #85ECC8
Text Example
Text Example
White with #85ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECC8; }
p { color: rgb(133,236,200); }
H1.HeaderClassName
{
color: #85ECC8;
}
.AnyTagClassName
{
color: #85ECC8;
}
</style>
background-color css
<style>
a { background-color: #85ECC8; }
a { background-color: rgb(133,236,200); }
div.DivClassName
{
background-color: #85ECC8;
}
.BgClassName
{
background-color: #85ECC8;
}
</style>
border-color css
<style>
span { border-color: #85ECC8; }
span { border-color: rgb(133,236,200); }
td.TdClassName
{
border-color: #85ECC8;
}
.TagClassName
{
border-color: #85ECC8;
}
</style>