Shades of Riptide #85EACE
Tints of Riptide #85EACE
RGB
CMYK
RGB Variations
Color information
#85EACE (or 0x85EACE) is known color: Riptide. HEX triplet: 85, EA and CE. RGB value is (133,234,206). Sum of RGB (Red+Green+Blue) = 133+234+206=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #85EACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EACE is #7A1531. Grayscale: #C8C8C8. Windows color (decimal): -8000818 or 13560453. OLE color: 13560453.
HSL color Cylindrical-coordinate representation of color #85EACE: hue angle of 163.37º 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 #85EACE is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 234 | 206 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.08 |
| HSL | 163.37º | 0.71% | 0.72% | - |
| HSV(B) | 163.37º | 0.43% | 0.92% | - |
| XYZ | 50.24 | 68.29 | 68.93 | - |
| YUV | 200.61 | 131.04 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 234 | 206 | 0.43 | 0 | 0.12 | 0.08 | 163.37 | 0.71 | 0.72 |
| Hex | 85 | EA | CE | 2B | 0 | C | 8 | A3 | 47 | 48 |
| Octal | 205 | 352 | 316 | 53 | 0 | 14 | 10 | 243 | 107 | 110 |
| Binary | 10000101 | 11101010 | 11001110 | 101011 | 0 | 1100 | 1000 | 10100011 | 1000111 | 1001000 |
Color Harmonies of #85EACE
Complementary color
Monochromatic Colors of #85EACE
Black with #85EACE
Text Example
Text Example
White with #85EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EACE; }
p { color: rgb(133,234,206); }
H1.HeaderClassName
{
color: #85EACE;
}
.AnyTagClassName
{
color: #85EACE;
}
</style>
background-color css
<style>
a { background-color: #85EACE; }
a { background-color: rgb(133,234,206); }
div.DivClassName
{
background-color: #85EACE;
}
.BgClassName
{
background-color: #85EACE;
}
</style>
border-color css
<style>
span { border-color: #85EACE; }
span { border-color: rgb(133,234,206); }
td.TdClassName
{
border-color: #85EACE;
}
.TagClassName
{
border-color: #85EACE;
}
</style>