Shades of Spray #84DDDB
Tints of Spray #84DDDB
RGB
CMYK
RGB Variations
Color information
#84DDDB (or 0x84DDDB) is known color: Spray. HEX triplet: 84, DD and DB. RGB value is (132,221,219). Sum of RGB (Red+Green+Blue) = 132+221+219=572 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.08% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDDB is #7B2224. Grayscale: #C2C2C2. Windows color (decimal): -8069669 or 14409092. OLE color: 14409092.
HSL color Cylindrical-coordinate representation of color #84DDDB: hue angle of 178.65º 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 #84DDDB is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 219 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.13 |
| HSL | 178.65º | 0.57% | 0.69% | - |
| HSV(B) | 178.65º | 0.4% | 0.87% | - |
| XYZ | 48.16 | 61.73 | 76.4 | - |
| YUV | 194.16 | 142.01 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 219 | 0.40 | 0 | 0.01 | 0.13 | 178.65 | 0.57 | 0.69 |
| Hex | 84 | DD | DB | 28 | 0 | 1 | D | B3 | 39 | 45 |
| Octal | 204 | 335 | 333 | 50 | 0 | 1 | 15 | 263 | 71 | 105 |
| Binary | 10000100 | 11011101 | 11011011 | 101000 | 0 | 1 | 1101 | 10110011 | 111001 | 1000101 |
Color Harmonies of #84DDDB
Complementary color
Monochromatic Colors of #84DDDB
Black with #84DDDB
Text Example
Text Example
White with #84DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDDB; }
p { color: rgb(132,221,219); }
H1.HeaderClassName
{
color: #84DDDB;
}
.AnyTagClassName
{
color: #84DDDB;
}
</style>
background-color css
<style>
a { background-color: #84DDDB; }
a { background-color: rgb(132,221,219); }
div.DivClassName
{
background-color: #84DDDB;
}
.BgClassName
{
background-color: #84DDDB;
}
</style>
border-color css
<style>
span { border-color: #84DDDB; }
span { border-color: rgb(132,221,219); }
td.TdClassName
{
border-color: #84DDDB;
}
.TagClassName
{
border-color: #84DDDB;
}
</style>