Shades of Riptide #84EADF
Tints of Riptide #84EADF
RGB
CMYK
RGB Variations
Color information
#84EADF (or 0x84EADF) is known color: Riptide. HEX triplet: 84, EA and DF. RGB value is (132,234,223). Sum of RGB (Red+Green+Blue) = 132+234+223=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #84EADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EADF is #7B1520. Grayscale: #CACACA. Windows color (decimal): -8066337 or 14674564. OLE color: 14674564.
HSL color Cylindrical-coordinate representation of color #84EADF: hue angle of 173.53º 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 #84EADF is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 234 | 223 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.08 |
| HSL | 173.53º | 0.71% | 0.72% | - |
| HSV(B) | 173.53º | 0.44% | 0.92% | - |
| XYZ | 52.26 | 69.08 | 80.39 | - |
| YUV | 202.25 | 139.71 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 223 | 0.44 | 0 | 0.05 | 0.08 | 173.53 | 0.71 | 0.72 |
| Hex | 84 | EA | DF | 2C | 0 | 5 | 8 | AE | 47 | 48 |
| Octal | 204 | 352 | 337 | 54 | 0 | 5 | 10 | 256 | 107 | 110 |
| Binary | 10000100 | 11101010 | 11011111 | 101100 | 0 | 101 | 1000 | 10101110 | 1000111 | 1001000 |
Color Harmonies of #84EADF
Complementary color
Monochromatic Colors of #84EADF
Black with #84EADF
Text Example
Text Example
White with #84EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EADF; }
p { color: rgb(132,234,223); }
H1.HeaderClassName
{
color: #84EADF;
}
.AnyTagClassName
{
color: #84EADF;
}
</style>
background-color css
<style>
a { background-color: #84EADF; }
a { background-color: rgb(132,234,223); }
div.DivClassName
{
background-color: #84EADF;
}
.BgClassName
{
background-color: #84EADF;
}
</style>
border-color css
<style>
span { border-color: #84EADF; }
span { border-color: rgb(132,234,223); }
td.TdClassName
{
border-color: #84EADF;
}
.TagClassName
{
border-color: #84EADF;
}
</style>