Shades of Spray #84DEDF
Tints of Spray #84DEDF
RGB
CMYK
RGB Variations
Color information
#84DEDF (or 0x84DEDF) is known color: Spray. HEX triplet: 84, DE and DF. RGB value is (132,222,223). Sum of RGB (Red+Green+Blue) = 132+222+223=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #84DEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DEDF is #7B2120. Grayscale: #C3C3C3. Windows color (decimal): -8069409 or 14671492. OLE color: 14671492.
HSL color Cylindrical-coordinate representation of color #84DEDF: hue angle of 180.66º 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 #84DEDF is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 222 | 223 | - |
| CMYK | 0.41 | 0.00 | 0 | 0.13 |
| HSL | 180.66º | 0.59% | 0.7% | - |
| HSV(B) | 180.66º | 0.41% | 0.87% | - |
| XYZ | 48.96 | 62.48 | 79.29 | - |
| YUV | 195.2 | 143.68 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 222 | 223 | 0.41 | 0.00 | 0 | 0.13 | 180.66 | 0.59 | 0.7 |
| Hex | 84 | DE | DF | 29 | 0 | 0 | D | B5 | 3B | 46 |
| Octal | 204 | 336 | 337 | 51 | 0 | 0 | 15 | 265 | 73 | 106 |
| Binary | 10000100 | 11011110 | 11011111 | 101001 | 0 | 0 | 1101 | 10110101 | 111011 | 1000110 |
Color Harmonies of #84DEDF
Complementary color
Monochromatic Colors of #84DEDF
Black with #84DEDF
Text Example
Text Example
White with #84DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DEDF; }
p { color: rgb(132,222,223); }
H1.HeaderClassName
{
color: #84DEDF;
}
.AnyTagClassName
{
color: #84DEDF;
}
</style>
background-color css
<style>
a { background-color: #84DEDF; }
a { background-color: rgb(132,222,223); }
div.DivClassName
{
background-color: #84DEDF;
}
.BgClassName
{
background-color: #84DEDF;
}
</style>
border-color css
<style>
span { border-color: #84DEDF; }
span { border-color: rgb(132,222,223); }
td.TdClassName
{
border-color: #84DEDF;
}
.TagClassName
{
border-color: #84DEDF;
}
</style>