Shades of Riptide #85EADE
Tints of Riptide #85EADE
RGB
CMYK
RGB Variations
Color information
#85EADE (or 0x85EADE) is known color: Riptide. HEX triplet: 85, EA and DE. RGB value is (133,234,222). Sum of RGB (Red+Green+Blue) = 133+234+222=589 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.58% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #85EADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EADE is #7A1521. Grayscale: #CACACA. Windows color (decimal): -8000802 or 14609029. OLE color: 14609029.
HSL color Cylindrical-coordinate representation of color #85EADE: hue angle of 172.87º 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 #85EADE is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 234 | 222 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.08 |
| HSL | 172.87º | 0.71% | 0.72% | - |
| HSV(B) | 172.87º | 0.43% | 0.92% | - |
| XYZ | 52.28 | 69.11 | 79.69 | - |
| YUV | 202.43 | 139.04 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 234 | 222 | 0.43 | 0 | 0.05 | 0.08 | 172.87 | 0.71 | 0.72 |
| Hex | 85 | EA | DE | 2B | 0 | 5 | 8 | AD | 47 | 48 |
| Octal | 205 | 352 | 336 | 53 | 0 | 5 | 10 | 255 | 107 | 110 |
| Binary | 10000101 | 11101010 | 11011110 | 101011 | 0 | 101 | 1000 | 10101101 | 1000111 | 1001000 |
Color Harmonies of #85EADE
Complementary color
Monochromatic Colors of #85EADE
Black with #85EADE
Text Example
Text Example
White with #85EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EADE; }
p { color: rgb(133,234,222); }
H1.HeaderClassName
{
color: #85EADE;
}
.AnyTagClassName
{
color: #85EADE;
}
</style>
background-color css
<style>
a { background-color: #85EADE; }
a { background-color: rgb(133,234,222); }
div.DivClassName
{
background-color: #85EADE;
}
.BgClassName
{
background-color: #85EADE;
}
</style>
border-color css
<style>
span { border-color: #85EADE; }
span { border-color: rgb(133,234,222); }
td.TdClassName
{
border-color: #85EADE;
}
.TagClassName
{
border-color: #85EADE;
}
</style>