Shades of Spray #84DCDB
Tints of Spray #84DCDB
RGB
CMYK
RGB Variations
Color information
#84DCDB (or 0x84DCDB) is known color: Spray. HEX triplet: 84, DC and DB. RGB value is (132,220,219). Sum of RGB (Red+Green+Blue) = 132+220+219=571 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.12% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCDB is #7B2324. Grayscale: #C1C1C1. Windows color (decimal): -8069925 or 14408836. OLE color: 14408836.
HSL color Cylindrical-coordinate representation of color #84DCDB: hue angle of 179.32º 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 #84DCDB is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 219 | - |
| CMYK | 0.40 | 0 | 0.00 | 0.14 |
| HSL | 179.32º | 0.56% | 0.69% | - |
| HSV(B) | 179.32º | 0.4% | 0.86% | - |
| XYZ | 47.9 | 61.21 | 76.31 | - |
| YUV | 193.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 219 | 0.40 | 0 | 0.00 | 0.14 | 179.32 | 0.56 | 0.69 |
| Hex | 84 | DC | DB | 28 | 0 | 0 | E | B3 | 38 | 45 |
| Octal | 204 | 334 | 333 | 50 | 0 | 0 | 16 | 263 | 70 | 105 |
| Binary | 10000100 | 11011100 | 11011011 | 101000 | 0 | 0 | 1110 | 10110011 | 111000 | 1000101 |
Color Harmonies of #84DCDB
Complementary color
Monochromatic Colors of #84DCDB
Black with #84DCDB
Text Example
Text Example
White with #84DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCDB; }
p { color: rgb(132,220,219); }
H1.HeaderClassName
{
color: #84DCDB;
}
.AnyTagClassName
{
color: #84DCDB;
}
</style>
background-color css
<style>
a { background-color: #84DCDB; }
a { background-color: rgb(132,220,219); }
div.DivClassName
{
background-color: #84DCDB;
}
.BgClassName
{
background-color: #84DCDB;
}
</style>
border-color css
<style>
span { border-color: #84DCDB; }
span { border-color: rgb(132,220,219); }
td.TdClassName
{
border-color: #84DCDB;
}
.TagClassName
{
border-color: #84DCDB;
}
</style>