Shades of Riptide #84DBCA
Tints of Riptide #84DBCA
RGB
CMYK
RGB Variations
Color information
#84DBCA (or 0x84DBCA) is known color: Riptide. HEX triplet: 84, DB and CA. RGB value is (132,219,202). Sum of RGB (Red+Green+Blue) = 132+219+202=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBCA is #7B2435. Grayscale: #BFBFBF. Windows color (decimal): -8070198 or 13294468. OLE color: 13294468.
HSL color Cylindrical-coordinate representation of color #84DBCA: hue angle of 168.28º 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 #84DBCA is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 202 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.14 |
| HSL | 168.28º | 0.55% | 0.69% | - |
| HSV(B) | 168.28º | 0.4% | 0.86% | - |
| XYZ | 45.51 | 59.83 | 65.03 | - |
| YUV | 191.05 | 134.18 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 202 | 0.40 | 0 | 0.08 | 0.14 | 168.28 | 0.55 | 0.69 |
| Hex | 84 | DB | CA | 28 | 0 | 8 | E | A8 | 37 | 45 |
| Octal | 204 | 333 | 312 | 50 | 0 | 10 | 16 | 250 | 67 | 105 |
| Binary | 10000100 | 11011011 | 11001010 | 101000 | 0 | 1000 | 1110 | 10101000 | 110111 | 1000101 |
Color Harmonies of #84DBCA
Complementary color
Monochromatic Colors of #84DBCA
Black with #84DBCA
Text Example
Text Example
White with #84DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBCA; }
p { color: rgb(132,219,202); }
H1.HeaderClassName
{
color: #84DBCA;
}
.AnyTagClassName
{
color: #84DBCA;
}
</style>
background-color css
<style>
a { background-color: #84DBCA; }
a { background-color: rgb(132,219,202); }
div.DivClassName
{
background-color: #84DBCA;
}
.BgClassName
{
background-color: #84DBCA;
}
</style>
border-color css
<style>
span { border-color: #84DBCA; }
span { border-color: rgb(132,219,202); }
td.TdClassName
{
border-color: #84DBCA;
}
.TagClassName
{
border-color: #84DBCA;
}
</style>