Shades of Riptide #84DBD3
Tints of Riptide #84DBD3
RGB
CMYK
RGB Variations
Color information
#84DBD3 (or 0x84DBD3) is known color: Riptide. HEX triplet: 84, DB and D3. RGB value is (132,219,211). Sum of RGB (Red+Green+Blue) = 132+219+211=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBD3 is #7B242C. Grayscale: #C0C0C0. Windows color (decimal): -8070189 or 13884292. OLE color: 13884292.
HSL color Cylindrical-coordinate representation of color #84DBD3: hue angle of 174.48º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DBD3 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 211 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.14 |
| HSL | 174.48º | 0.55% | 0.69% | - |
| HSV(B) | 174.48º | 0.4% | 0.86% | - |
| XYZ | 46.61 | 60.27 | 70.81 | - |
| YUV | 192.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 211 | 0.40 | 0 | 0.04 | 0.14 | 174.48 | 0.55 | 0.69 |
| Hex | 84 | DB | D3 | 28 | 0 | 4 | E | AE | 37 | 45 |
| Octal | 204 | 333 | 323 | 50 | 0 | 4 | 16 | 256 | 67 | 105 |
| Binary | 10000100 | 11011011 | 11010011 | 101000 | 0 | 100 | 1110 | 10101110 | 110111 | 1000101 |
Color Harmonies of #84DBD3
Complementary color
Monochromatic Colors of #84DBD3
Black with #84DBD3
Text Example
Text Example
White with #84DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBD3; }
p { color: rgb(132,219,211); }
H1.HeaderClassName
{
color: #84DBD3;
}
.AnyTagClassName
{
color: #84DBD3;
}
</style>
background-color css
<style>
a { background-color: #84DBD3; }
a { background-color: rgb(132,219,211); }
div.DivClassName
{
background-color: #84DBD3;
}
.BgClassName
{
background-color: #84DBD3;
}
</style>
border-color css
<style>
span { border-color: #84DBD3; }
span { border-color: rgb(132,219,211); }
td.TdClassName
{
border-color: #84DBD3;
}
.TagClassName
{
border-color: #84DBD3;
}
</style>