Shades of Riptide #84DCCF
Tints of Riptide #84DCCF
RGB
CMYK
RGB Variations
Color information
#84DCCF (or 0x84DCCF) is known color: Riptide. HEX triplet: 84, DC and CF. RGB value is (132,220,207). Sum of RGB (Red+Green+Blue) = 132+220+207=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCCF is #7B2330. Grayscale: #C0C0C0. Windows color (decimal): -8069937 or 13622404. OLE color: 13622404.
HSL color Cylindrical-coordinate representation of color #84DCCF: hue angle of 171.14º degrees, saturation: 0.56, 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 #84DCCF is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 207 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.14 |
| HSL | 171.14º | 0.56% | 0.69% | - |
| HSV(B) | 171.14º | 0.4% | 0.86% | - |
| XYZ | 46.37 | 60.6 | 68.28 | - |
| YUV | 192.21 | 136.35 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 207 | 0.40 | 0 | 0.06 | 0.14 | 171.14 | 0.56 | 0.69 |
| Hex | 84 | DC | CF | 28 | 0 | 6 | E | AB | 38 | 45 |
| Octal | 204 | 334 | 317 | 50 | 0 | 6 | 16 | 253 | 70 | 105 |
| Binary | 10000100 | 11011100 | 11001111 | 101000 | 0 | 110 | 1110 | 10101011 | 111000 | 1000101 |
Color Harmonies of #84DCCF
Complementary color
Monochromatic Colors of #84DCCF
Black with #84DCCF
Text Example
Text Example
White with #84DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCCF; }
p { color: rgb(132,220,207); }
H1.HeaderClassName
{
color: #84DCCF;
}
.AnyTagClassName
{
color: #84DCCF;
}
</style>
background-color css
<style>
a { background-color: #84DCCF; }
a { background-color: rgb(132,220,207); }
div.DivClassName
{
background-color: #84DCCF;
}
.BgClassName
{
background-color: #84DCCF;
}
</style>
border-color css
<style>
span { border-color: #84DCCF; }
span { border-color: rgb(132,220,207); }
td.TdClassName
{
border-color: #84DCCF;
}
.TagClassName
{
border-color: #84DCCF;
}
</style>