Shades of Spray #84DBDC
Tints of Spray #84DBDC
RGB
CMYK
RGB Variations
Color information
#84DBDC (or 0x84DBDC) is known color: Spray. HEX triplet: 84, DB and DC. RGB value is (132,219,220). Sum of RGB (Red+Green+Blue) = 132+219+220=571 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.12% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #84DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBDC is #7B2423. Grayscale: #C1C1C1. Windows color (decimal): -8070180 or 14474116. OLE color: 14474116.
HSL color Cylindrical-coordinate representation of color #84DBDC: hue angle of 180.68º 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 #84DBDC is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 220 | - |
| CMYK | 0.40 | 0.00 | 0 | 0.14 |
| HSL | 180.68º | 0.56% | 0.69% | - |
| HSV(B) | 180.68º | 0.4% | 0.86% | - |
| XYZ | 47.77 | 60.74 | 76.92 | - |
| YUV | 193.1 | 143.18 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 220 | 0.40 | 0.00 | 0 | 0.14 | 180.68 | 0.56 | 0.69 |
| Hex | 84 | DB | DC | 28 | 0 | 0 | E | B5 | 38 | 45 |
| Octal | 204 | 333 | 334 | 50 | 0 | 0 | 16 | 265 | 70 | 105 |
| Binary | 10000100 | 11011011 | 11011100 | 101000 | 0 | 0 | 1110 | 10110101 | 111000 | 1000101 |
Color Harmonies of #84DBDC
Complementary color
Monochromatic Colors of #84DBDC
Black with #84DBDC
Text Example
Text Example
White with #84DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBDC; }
p { color: rgb(132,219,220); }
H1.HeaderClassName
{
color: #84DBDC;
}
.AnyTagClassName
{
color: #84DBDC;
}
</style>
background-color css
<style>
a { background-color: #84DBDC; }
a { background-color: rgb(132,219,220); }
div.DivClassName
{
background-color: #84DBDC;
}
.BgClassName
{
background-color: #84DBDC;
}
</style>
border-color css
<style>
span { border-color: #84DBDC; }
span { border-color: rgb(132,219,220); }
td.TdClassName
{
border-color: #84DBDC;
}
.TagClassName
{
border-color: #84DBDC;
}
</style>