Shades of Spray #84DFDD
Tints of Spray #84DFDD
RGB
CMYK
RGB Variations
Color information
#84DFDD (or 0x84DFDD) is known color: Spray. HEX triplet: 84, DF and DD. RGB value is (132,223,221). Sum of RGB (Red+Green+Blue) = 132+223+221=576 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.92% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFDD is #7B2022. Grayscale: #C3C3C3. Windows color (decimal): -8069155 or 14540676. OLE color: 14540676.
HSL color Cylindrical-coordinate representation of color #84DFDD: hue angle of 178.68º 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 #84DFDD is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 221 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.13 |
| HSL | 178.68º | 0.59% | 0.7% | - |
| HSV(B) | 178.68º | 0.41% | 0.87% | - |
| XYZ | 48.95 | 62.9 | 77.97 | - |
| YUV | 195.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 221 | 0.41 | 0 | 0.01 | 0.13 | 178.68 | 0.59 | 0.7 |
| Hex | 84 | DF | DD | 29 | 0 | 1 | D | B3 | 3B | 46 |
| Octal | 204 | 337 | 335 | 51 | 0 | 1 | 15 | 263 | 73 | 106 |
| Binary | 10000100 | 11011111 | 11011101 | 101001 | 0 | 1 | 1101 | 10110011 | 111011 | 1000110 |
Color Harmonies of #84DFDD
Complementary color
Monochromatic Colors of #84DFDD
Black with #84DFDD
Text Example
Text Example
White with #84DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFDD; }
p { color: rgb(132,223,221); }
H1.HeaderClassName
{
color: #84DFDD;
}
.AnyTagClassName
{
color: #84DFDD;
}
</style>
background-color css
<style>
a { background-color: #84DFDD; }
a { background-color: rgb(132,223,221); }
div.DivClassName
{
background-color: #84DFDD;
}
.BgClassName
{
background-color: #84DFDD;
}
</style>
border-color css
<style>
span { border-color: #84DFDD; }
span { border-color: rgb(132,223,221); }
td.TdClassName
{
border-color: #84DFDD;
}
.TagClassName
{
border-color: #84DFDD;
}
</style>