Shades of Spray #84DFDF
Tints of Spray #84DFDF
RGB
CMYK
RGB Variations
Color information
#84DFDF (or 0x84DFDF) is known color: Spray. HEX triplet: 84, DF and DF. RGB value is (132,223,223). Sum of RGB (Red+Green+Blue) = 132+223+223=578 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.84% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #84DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFDF is #7B2020. Grayscale: #C3C3C3. Windows color (decimal): -8069153 or 14671748. OLE color: 14671748.
HSL color Cylindrical-coordinate representation of color #84DFDF: hue angle of 180º 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 #84DFDF is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 223 | - |
| CMYK | 0.41 | 0 | 0 | 0.13 |
| HSL | 180º | 0.59% | 0.7% | - |
| HSV(B) | 180º | 0.41% | 0.87% | - |
| XYZ | 49.22 | 63.01 | 79.38 | - |
| YUV | 195.79 | 143.35 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 223 | 0.41 | 0 | 0 | 0.13 | 180 | 0.59 | 0.7 |
| Hex | 84 | DF | DF | 29 | 0 | 0 | D | B4 | 3B | 46 |
| Octal | 204 | 337 | 337 | 51 | 0 | 0 | 15 | 264 | 73 | 106 |
| Binary | 10000100 | 11011111 | 11011111 | 101001 | 0 | 0 | 1101 | 10110100 | 111011 | 1000110 |
Color Harmonies of #84DFDF
Complementary color
Monochromatic Colors of #84DFDF
Black with #84DFDF
Text Example
Text Example
White with #84DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFDF; }
p { color: rgb(132,223,223); }
H1.HeaderClassName
{
color: #84DFDF;
}
.AnyTagClassName
{
color: #84DFDF;
}
</style>
background-color css
<style>
a { background-color: #84DFDF; }
a { background-color: rgb(132,223,223); }
div.DivClassName
{
background-color: #84DFDF;
}
.BgClassName
{
background-color: #84DFDF;
}
</style>
border-color css
<style>
span { border-color: #84DFDF; }
span { border-color: rgb(132,223,223); }
td.TdClassName
{
border-color: #84DFDF;
}
.TagClassName
{
border-color: #84DFDF;
}
</style>