Shades of Riptide #83EACF
Tints of Riptide #83EACF
RGB
CMYK
RGB Variations
Color information
#83EACF (or 0x83EACF) is known color: Riptide. HEX triplet: 83, EA and CF. RGB value is (131,234,207). Sum of RGB (Red+Green+Blue) = 131+234+207=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #83EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EACF is #7C1530. Grayscale: #C8C8C8. Windows color (decimal): -8131889 or 13625987. OLE color: 13625987.
HSL color Cylindrical-coordinate representation of color #83EACF: hue angle of 164.27º 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 #83EACF is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 234 | 207 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.08 |
| HSL | 164.27º | 0.71% | 0.72% | - |
| HSV(B) | 164.27º | 0.44% | 0.92% | - |
| XYZ | 50.05 | 68.18 | 69.55 | - |
| YUV | 200.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 234 | 207 | 0.44 | 0 | 0.12 | 0.08 | 164.27 | 0.71 | 0.72 |
| Hex | 83 | EA | CF | 2C | 0 | C | 8 | A4 | 47 | 48 |
| Octal | 203 | 352 | 317 | 54 | 0 | 14 | 10 | 244 | 107 | 110 |
| Binary | 10000011 | 11101010 | 11001111 | 101100 | 0 | 1100 | 1000 | 10100100 | 1000111 | 1001000 |
Color Harmonies of #83EACF
Complementary color
Monochromatic Colors of #83EACF
Black with #83EACF
Text Example
Text Example
White with #83EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EACF; }
p { color: rgb(131,234,207); }
H1.HeaderClassName
{
color: #83EACF;
}
.AnyTagClassName
{
color: #83EACF;
}
</style>
background-color css
<style>
a { background-color: #83EACF; }
a { background-color: rgb(131,234,207); }
div.DivClassName
{
background-color: #83EACF;
}
.BgClassName
{
background-color: #83EACF;
}
</style>
border-color css
<style>
span { border-color: #83EACF; }
span { border-color: rgb(131,234,207); }
td.TdClassName
{
border-color: #83EACF;
}
.TagClassName
{
border-color: #83EACF;
}
</style>