Shades of Riptide #85EACD
Tints of Riptide #85EACD
RGB
CMYK
RGB Variations
Color information
#85EACD (or 0x85EACD) is known color: Riptide. HEX triplet: 85, EA and CD. RGB value is (133,234,205). Sum of RGB (Red+Green+Blue) = 133+234+205=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #85EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EACD is #7A1532. Grayscale: #C8C8C8. Windows color (decimal): -8000819 or 13494917. OLE color: 13494917.
HSL color Cylindrical-coordinate representation of color #85EACD: hue angle of 162.77º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EACD is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 234 | 205 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.08 |
| HSL | 162.77º | 0.71% | 0.72% | - |
| HSV(B) | 162.77º | 0.43% | 0.92% | - |
| XYZ | 50.12 | 68.24 | 68.29 | - |
| YUV | 200.5 | 130.54 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 234 | 205 | 0.43 | 0 | 0.12 | 0.08 | 162.77 | 0.71 | 0.72 |
| Hex | 85 | EA | CD | 2B | 0 | C | 8 | A3 | 47 | 48 |
| Octal | 205 | 352 | 315 | 53 | 0 | 14 | 10 | 243 | 107 | 110 |
| Binary | 10000101 | 11101010 | 11001101 | 101011 | 0 | 1100 | 1000 | 10100011 | 1000111 | 1001000 |
Color Harmonies of #85EACD
Complementary color
Monochromatic Colors of #85EACD
Black with #85EACD
Text Example
Text Example
White with #85EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EACD; }
p { color: rgb(133,234,205); }
H1.HeaderClassName
{
color: #85EACD;
}
.AnyTagClassName
{
color: #85EACD;
}
</style>
background-color css
<style>
a { background-color: #85EACD; }
a { background-color: rgb(133,234,205); }
div.DivClassName
{
background-color: #85EACD;
}
.BgClassName
{
background-color: #85EACD;
}
</style>
border-color css
<style>
span { border-color: #85EACD; }
span { border-color: rgb(133,234,205); }
td.TdClassName
{
border-color: #85EACD;
}
.TagClassName
{
border-color: #85EACD;
}
</style>