Shades of Spray #84DCDD
Tints of Spray #84DCDD
RGB
CMYK
RGB Variations
Color information
#84DCDD (or 0x84DCDD) is known color: Spray. HEX triplet: 84, DC and DD. RGB value is (132,220,221). Sum of RGB (Red+Green+Blue) = 132+220+221=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #84DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCDD is #7B2322. Grayscale: #C1C1C1. Windows color (decimal): -8069923 or 14539908. OLE color: 14539908.
HSL color Cylindrical-coordinate representation of color #84DCDD: hue angle of 180.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DCDD is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 220 | 221 | - |
| CMYK | 0.40 | 0.00 | 0 | 0.13 |
| HSL | 180.67º | 0.57% | 0.69% | - |
| HSV(B) | 180.67º | 0.4% | 0.87% | - |
| XYZ | 48.16 | 61.31 | 77.7 | - |
| YUV | 193.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 221 | 0.40 | 0.00 | 0 | 0.13 | 180.67 | 0.57 | 0.69 |
| Hex | 84 | DC | DD | 28 | 0 | 0 | D | B5 | 39 | 45 |
| Octal | 204 | 334 | 335 | 50 | 0 | 0 | 15 | 265 | 71 | 105 |
| Binary | 10000100 | 11011100 | 11011101 | 101000 | 0 | 0 | 1101 | 10110101 | 111001 | 1000101 |
Color Harmonies of #84DCDD
Complementary color
Monochromatic Colors of #84DCDD
Black with #84DCDD
Text Example
Text Example
White with #84DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCDD; }
p { color: rgb(132,220,221); }
H1.HeaderClassName
{
color: #84DCDD;
}
.AnyTagClassName
{
color: #84DCDD;
}
</style>
background-color css
<style>
a { background-color: #84DCDD; }
a { background-color: rgb(132,220,221); }
div.DivClassName
{
background-color: #84DCDD;
}
.BgClassName
{
background-color: #84DCDD;
}
</style>
border-color css
<style>
span { border-color: #84DCDD; }
span { border-color: rgb(132,220,221); }
td.TdClassName
{
border-color: #84DCDD;
}
.TagClassName
{
border-color: #84DCDD;
}
</style>