Shades of Spray #84D2DC
Tints of Spray #84D2DC
RGB
CMYK
RGB Variations
Color information
#84D2DC (or 0x84D2DC) is known color: Spray. HEX triplet: 84, D2 and DC. RGB value is (132,210,220). Sum of RGB (Red+Green+Blue) = 132+210+220=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #84D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D2DC is #7B2D23. Grayscale: #BBBBBB. Windows color (decimal): -8072484 or 14471812. OLE color: 14471812.
HSL color Cylindrical-coordinate representation of color #84D2DC: hue angle of 186.82º 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 #84D2DC is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 210 | 220 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.14 |
| HSL | 186.82º | 0.56% | 0.69% | - |
| HSV(B) | 186.82º | 0.4% | 0.86% | - |
| XYZ | 45.48 | 56.17 | 76.15 | - |
| YUV | 187.82 | 146.16 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 220 | 0.40 | 0.05 | 0 | 0.14 | 186.82 | 0.56 | 0.69 |
| Hex | 84 | D2 | DC | 28 | 5 | 0 | E | BB | 38 | 45 |
| Octal | 204 | 322 | 334 | 50 | 5 | 0 | 16 | 273 | 70 | 105 |
| Binary | 10000100 | 11010010 | 11011100 | 101000 | 101 | 0 | 1110 | 10111011 | 111000 | 1000101 |
Color Harmonies of #84D2DC
Complementary color
Monochromatic Colors of #84D2DC
Black with #84D2DC
Text Example
Text Example
White with #84D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D2DC; }
p { color: rgb(132,210,220); }
H1.HeaderClassName
{
color: #84D2DC;
}
.AnyTagClassName
{
color: #84D2DC;
}
</style>
background-color css
<style>
a { background-color: #84D2DC; }
a { background-color: rgb(132,210,220); }
div.DivClassName
{
background-color: #84D2DC;
}
.BgClassName
{
background-color: #84D2DC;
}
</style>
border-color css
<style>
span { border-color: #84D2DC; }
span { border-color: rgb(132,210,220); }
td.TdClassName
{
border-color: #84D2DC;
}
.TagClassName
{
border-color: #84D2DC;
}
</style>