Shades of Spray #84DADE
Tints of Spray #84DADE
RGB
CMYK
RGB Variations
Color information
#84DADE (or 0x84DADE) is known color: Spray. HEX triplet: 84, DA and DE. RGB value is (132,218,222). Sum of RGB (Red+Green+Blue) = 132+218+222=572 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.08% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #84DADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DADE is #7B2521. Grayscale: #C0C0C0. Windows color (decimal): -8070434 or 14604932. OLE color: 14604932.
HSL color Cylindrical-coordinate representation of color #84DADE: hue angle of 182.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DADE is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 218 | 222 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.13 |
| HSL | 182.67º | 0.58% | 0.69% | - |
| HSV(B) | 182.67º | 0.41% | 0.87% | - |
| XYZ | 47.77 | 60.32 | 78.23 | - |
| YUV | 192.74 | 144.51 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 218 | 222 | 0.41 | 0.02 | 0 | 0.13 | 182.67 | 0.58 | 0.69 |
| Hex | 84 | DA | DE | 29 | 2 | 0 | D | B7 | 3A | 45 |
| Octal | 204 | 332 | 336 | 51 | 2 | 0 | 15 | 267 | 72 | 105 |
| Binary | 10000100 | 11011010 | 11011110 | 101001 | 10 | 0 | 1101 | 10110111 | 111010 | 1000101 |
Color Harmonies of #84DADE
Complementary color
Monochromatic Colors of #84DADE
Black with #84DADE
Text Example
Text Example
White with #84DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DADE; }
p { color: rgb(132,218,222); }
H1.HeaderClassName
{
color: #84DADE;
}
.AnyTagClassName
{
color: #84DADE;
}
</style>
background-color css
<style>
a { background-color: #84DADE; }
a { background-color: rgb(132,218,222); }
div.DivClassName
{
background-color: #84DADE;
}
.BgClassName
{
background-color: #84DADE;
}
</style>
border-color css
<style>
span { border-color: #84DADE; }
span { border-color: rgb(132,218,222); }
td.TdClassName
{
border-color: #84DADE;
}
.TagClassName
{
border-color: #84DADE;
}
</style>