Shades of Spray #84DFDC
Tints of Spray #84DFDC
RGB
CMYK
RGB Variations
Color information
#84DFDC (or 0x84DFDC) is known color: Spray. HEX triplet: 84, DF and DC. RGB value is (132,223,220). Sum of RGB (Red+Green+Blue) = 132+223+220=575 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.96% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFDC is #7B2023. Grayscale: #C3C3C3. Windows color (decimal): -8069156 or 14475140. OLE color: 14475140.
HSL color Cylindrical-coordinate representation of color #84DFDC: hue angle of 178.02º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DFDC is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 220 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.13 |
| HSL | 178.02º | 0.59% | 0.7% | - |
| HSV(B) | 178.02º | 0.41% | 0.87% | - |
| XYZ | 48.82 | 62.85 | 77.27 | - |
| YUV | 195.45 | 141.85 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 220 | 0.41 | 0 | 0.01 | 0.13 | 178.02 | 0.59 | 0.7 |
| Hex | 84 | DF | DC | 29 | 0 | 1 | D | B2 | 3B | 46 |
| Octal | 204 | 337 | 334 | 51 | 0 | 1 | 15 | 262 | 73 | 106 |
| Binary | 10000100 | 11011111 | 11011100 | 101001 | 0 | 1 | 1101 | 10110010 | 111011 | 1000110 |
Color Harmonies of #84DFDC
Complementary color
Monochromatic Colors of #84DFDC
Black with #84DFDC
Text Example
Text Example
White with #84DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFDC; }
p { color: rgb(132,223,220); }
H1.HeaderClassName
{
color: #84DFDC;
}
.AnyTagClassName
{
color: #84DFDC;
}
</style>
background-color css
<style>
a { background-color: #84DFDC; }
a { background-color: rgb(132,223,220); }
div.DivClassName
{
background-color: #84DFDC;
}
.BgClassName
{
background-color: #84DFDC;
}
</style>
border-color css
<style>
span { border-color: #84DFDC; }
span { border-color: rgb(132,223,220); }
td.TdClassName
{
border-color: #84DFDC;
}
.TagClassName
{
border-color: #84DFDC;
}
</style>