Shades of Spray #84D8DD
Tints of Spray #84D8DD
RGB
CMYK
RGB Variations
Color information
#84D8DD (or 0x84D8DD) is known color: Spray. HEX triplet: 84, D8 and DD. RGB value is (132,216,221). Sum of RGB (Red+Green+Blue) = 132+216+221=569 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.20% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #84D8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D8DD is #7B2722. Grayscale: #BFBFBF. Windows color (decimal): -8070947 or 14538884. OLE color: 14538884.
HSL color Cylindrical-coordinate representation of color #84D8DD: hue angle of 183.37º 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 #84D8DD is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 216 | 221 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.13 |
| HSL | 183.37º | 0.57% | 0.69% | - |
| HSV(B) | 183.37º | 0.4% | 0.87% | - |
| XYZ | 47.12 | 59.24 | 77.36 | - |
| YUV | 191.45 | 144.67 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 221 | 0.40 | 0.02 | 0 | 0.13 | 183.37 | 0.57 | 0.69 |
| Hex | 84 | D8 | DD | 28 | 2 | 0 | D | B7 | 39 | 45 |
| Octal | 204 | 330 | 335 | 50 | 2 | 0 | 15 | 267 | 71 | 105 |
| Binary | 10000100 | 11011000 | 11011101 | 101000 | 10 | 0 | 1101 | 10110111 | 111001 | 1000101 |
Color Harmonies of #84D8DD
Complementary color
Monochromatic Colors of #84D8DD
Black with #84D8DD
Text Example
Text Example
White with #84D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D8DD; }
p { color: rgb(132,216,221); }
H1.HeaderClassName
{
color: #84D8DD;
}
.AnyTagClassName
{
color: #84D8DD;
}
</style>
background-color css
<style>
a { background-color: #84D8DD; }
a { background-color: rgb(132,216,221); }
div.DivClassName
{
background-color: #84D8DD;
}
.BgClassName
{
background-color: #84D8DD;
}
</style>
border-color css
<style>
span { border-color: #84D8DD; }
span { border-color: rgb(132,216,221); }
td.TdClassName
{
border-color: #84D8DD;
}
.TagClassName
{
border-color: #84D8DD;
}
</style>