Shades of Spray #84D0DB
Tints of Spray #84D0DB
RGB
CMYK
RGB Variations
Color information
#84D0DB (or 0x84D0DB) is known color: Spray. HEX triplet: 84, D0 and DB. RGB value is (132,208,219). Sum of RGB (Red+Green+Blue) = 132+208+219=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #84D0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D0DB is #7B2F24. Grayscale: #BABABA. Windows color (decimal): -8072997 or 14405764. OLE color: 14405764.
HSL color Cylindrical-coordinate representation of color #84D0DB: hue angle of 187.59º 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 #84D0DB is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 208 | 219 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.14 |
| HSL | 187.59º | 0.55% | 0.69% | - |
| HSV(B) | 187.59º | 0.4% | 0.86% | - |
| XYZ | 44.86 | 55.13 | 75.3 | - |
| YUV | 186.53 | 146.32 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 208 | 219 | 0.40 | 0.05 | 0 | 0.14 | 187.59 | 0.55 | 0.69 |
| Hex | 84 | D0 | DB | 28 | 5 | 0 | E | BC | 37 | 45 |
| Octal | 204 | 320 | 333 | 50 | 5 | 0 | 16 | 274 | 67 | 105 |
| Binary | 10000100 | 11010000 | 11011011 | 101000 | 101 | 0 | 1110 | 10111100 | 110111 | 1000101 |
Color Harmonies of #84D0DB
Complementary color
Monochromatic Colors of #84D0DB
Black with #84D0DB
Text Example
Text Example
White with #84D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D0DB; }
p { color: rgb(132,208,219); }
H1.HeaderClassName
{
color: #84D0DB;
}
.AnyTagClassName
{
color: #84D0DB;
}
</style>
background-color css
<style>
a { background-color: #84D0DB; }
a { background-color: rgb(132,208,219); }
div.DivClassName
{
background-color: #84D0DB;
}
.BgClassName
{
background-color: #84D0DB;
}
</style>
border-color css
<style>
span { border-color: #84D0DB; }
span { border-color: rgb(132,208,219); }
td.TdClassName
{
border-color: #84D0DB;
}
.TagClassName
{
border-color: #84D0DB;
}
</style>