Shades of Riptide #83EADE
Tints of Riptide #83EADE
RGB
CMYK
RGB Variations
Color information
#83EADE (or 0x83EADE) is known color: Riptide. HEX triplet: 83, EA and DE. RGB value is (131,234,222). Sum of RGB (Red+Green+Blue) = 131+234+222=587 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.32% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #83EADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EADE is #7C1521. Grayscale: #C9C9C9. Windows color (decimal): -8131874 or 14609027. OLE color: 14609027.
HSL color Cylindrical-coordinate representation of color #83EADE: hue angle of 173.01º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83EADE is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 234 | 222 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.08 |
| HSL | 173.01º | 0.71% | 0.72% | - |
| HSV(B) | 173.01º | 0.44% | 0.92% | - |
| XYZ | 51.97 | 68.94 | 79.68 | - |
| YUV | 201.84 | 139.38 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 234 | 222 | 0.44 | 0 | 0.05 | 0.08 | 173.01 | 0.71 | 0.72 |
| Hex | 83 | EA | DE | 2C | 0 | 5 | 8 | AD | 47 | 48 |
| Octal | 203 | 352 | 336 | 54 | 0 | 5 | 10 | 255 | 107 | 110 |
| Binary | 10000011 | 11101010 | 11011110 | 101100 | 0 | 101 | 1000 | 10101101 | 1000111 | 1001000 |
Color Harmonies of #83EADE
Complementary color
Monochromatic Colors of #83EADE
Black with #83EADE
Text Example
Text Example
White with #83EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EADE; }
p { color: rgb(131,234,222); }
H1.HeaderClassName
{
color: #83EADE;
}
.AnyTagClassName
{
color: #83EADE;
}
</style>
background-color css
<style>
a { background-color: #83EADE; }
a { background-color: rgb(131,234,222); }
div.DivClassName
{
background-color: #83EADE;
}
.BgClassName
{
background-color: #83EADE;
}
</style>
border-color css
<style>
span { border-color: #83EADE; }
span { border-color: rgb(131,234,222); }
td.TdClassName
{
border-color: #83EADE;
}
.TagClassName
{
border-color: #83EADE;
}
</style>