Shades of Spray #84DCDA
Tints of Spray #84DCDA
RGB
CMYK
RGB Variations
Color information
#84DCDA (or 0x84DCDA) is known color: Spray. HEX triplet: 84, DC and DA. RGB value is (132,220,218). Sum of RGB (Red+Green+Blue) = 132+220+218=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCDA is #7B2325. Grayscale: #C1C1C1. Windows color (decimal): -8069926 or 14343300. OLE color: 14343300.
HSL color Cylindrical-coordinate representation of color #84DCDA: hue angle of 178.64º 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 #84DCDA is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 218 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.14 |
| HSL | 178.64º | 0.56% | 0.69% | - |
| HSV(B) | 178.64º | 0.4% | 0.86% | - |
| XYZ | 47.76 | 61.15 | 75.62 | - |
| YUV | 193.46 | 141.85 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 218 | 0.40 | 0 | 0.01 | 0.14 | 178.64 | 0.56 | 0.69 |
| Hex | 84 | DC | DA | 28 | 0 | 1 | E | B3 | 38 | 45 |
| Octal | 204 | 334 | 332 | 50 | 0 | 1 | 16 | 263 | 70 | 105 |
| Binary | 10000100 | 11011100 | 11011010 | 101000 | 0 | 1 | 1110 | 10110011 | 111000 | 1000101 |
Color Harmonies of #84DCDA
Complementary color
Monochromatic Colors of #84DCDA
Black with #84DCDA
Text Example
Text Example
White with #84DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCDA; }
p { color: rgb(132,220,218); }
H1.HeaderClassName
{
color: #84DCDA;
}
.AnyTagClassName
{
color: #84DCDA;
}
</style>
background-color css
<style>
a { background-color: #84DCDA; }
a { background-color: rgb(132,220,218); }
div.DivClassName
{
background-color: #84DCDA;
}
.BgClassName
{
background-color: #84DCDA;
}
</style>
border-color css
<style>
span { border-color: #84DCDA; }
span { border-color: rgb(132,220,218); }
td.TdClassName
{
border-color: #84DCDA;
}
.TagClassName
{
border-color: #84DCDA;
}
</style>