Shades of Riptide #84DEDA
Tints of Riptide #84DEDA
RGB
CMYK
RGB Variations
Color information
#84DEDA (or 0x84DEDA) is known color: Riptide. HEX triplet: 84, DE and DA. RGB value is (132,222,218). Sum of RGB (Red+Green+Blue) = 132+222+218=572 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.08% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #84DEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DEDA is #7B2125. Grayscale: #C2C2C2. Windows color (decimal): -8069414 or 14343812. OLE color: 14343812.
HSL color Cylindrical-coordinate representation of color #84DEDA: hue angle of 177.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DEDA is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 222 | 218 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.13 |
| HSL | 177.33º | 0.58% | 0.69% | - |
| HSV(B) | 177.33º | 0.41% | 0.87% | - |
| XYZ | 48.29 | 62.21 | 75.79 | - |
| YUV | 194.63 | 141.18 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 222 | 218 | 0.41 | 0 | 0.02 | 0.13 | 177.33 | 0.58 | 0.69 |
| Hex | 84 | DE | DA | 29 | 0 | 2 | D | B1 | 3A | 45 |
| Octal | 204 | 336 | 332 | 51 | 0 | 2 | 15 | 261 | 72 | 105 |
| Binary | 10000100 | 11011110 | 11011010 | 101001 | 0 | 10 | 1101 | 10110001 | 111010 | 1000101 |
Color Harmonies of #84DEDA
Complementary color
Monochromatic Colors of #84DEDA
Black with #84DEDA
Text Example
Text Example
White with #84DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DEDA; }
p { color: rgb(132,222,218); }
H1.HeaderClassName
{
color: #84DEDA;
}
.AnyTagClassName
{
color: #84DEDA;
}
</style>
background-color css
<style>
a { background-color: #84DEDA; }
a { background-color: rgb(132,222,218); }
div.DivClassName
{
background-color: #84DEDA;
}
.BgClassName
{
background-color: #84DEDA;
}
</style>
border-color css
<style>
span { border-color: #84DEDA; }
span { border-color: rgb(132,222,218); }
td.TdClassName
{
border-color: #84DEDA;
}
.TagClassName
{
border-color: #84DEDA;
}
</style>