Shades of Riptide #84DBCC
Tints of Riptide #84DBCC
RGB
CMYK
RGB Variations
Color information
#84DBCC (or 0x84DBCC) is known color: Riptide. HEX triplet: 84, DB and CC. RGB value is (132,219,204). Sum of RGB (Red+Green+Blue) = 132+219+204=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBCC is #7B2433. Grayscale: #BFBFBF. Windows color (decimal): -8070196 or 13425540. OLE color: 13425540.
HSL color Cylindrical-coordinate representation of color #84DBCC: hue angle of 169.66º 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 #84DBCC is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 204 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.14 |
| HSL | 169.66º | 0.55% | 0.69% | - |
| HSV(B) | 169.66º | 0.4% | 0.86% | - |
| XYZ | 45.75 | 59.93 | 66.28 | - |
| YUV | 191.28 | 135.18 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 204 | 0.40 | 0 | 0.07 | 0.14 | 169.66 | 0.55 | 0.69 |
| Hex | 84 | DB | CC | 28 | 0 | 7 | E | AA | 37 | 45 |
| Octal | 204 | 333 | 314 | 50 | 0 | 7 | 16 | 252 | 67 | 105 |
| Binary | 10000100 | 11011011 | 11001100 | 101000 | 0 | 111 | 1110 | 10101010 | 110111 | 1000101 |
Color Harmonies of #84DBCC
Complementary color
Monochromatic Colors of #84DBCC
Black with #84DBCC
Text Example
Text Example
White with #84DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBCC; }
p { color: rgb(132,219,204); }
H1.HeaderClassName
{
color: #84DBCC;
}
.AnyTagClassName
{
color: #84DBCC;
}
</style>
background-color css
<style>
a { background-color: #84DBCC; }
a { background-color: rgb(132,219,204); }
div.DivClassName
{
background-color: #84DBCC;
}
.BgClassName
{
background-color: #84DBCC;
}
</style>
border-color css
<style>
span { border-color: #84DBCC; }
span { border-color: rgb(132,219,204); }
td.TdClassName
{
border-color: #84DBCC;
}
.TagClassName
{
border-color: #84DBCC;
}
</style>