Shades of Spray #84D9E5
Tints of Spray #84D9E5
RGB
CMYK
RGB Variations
Color information
#84D9E5 (or 0x84D9E5) is known color: Spray. HEX triplet: 84, D9 and E5. RGB value is (132,217,229). Sum of RGB (Red+Green+Blue) = 132+217+229=578 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.84% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #84D9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D9E5 is #7B261A. Grayscale: #C0C0C0. Windows color (decimal): -8070683 or 15063428. OLE color: 15063428.
HSL color Cylindrical-coordinate representation of color #84D9E5: hue angle of 187.42º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84D9E5 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 217 | 229 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.10 |
| HSL | 187.42º | 0.65% | 0.71% | - |
| HSV(B) | 187.42º | 0.42% | 0.9% | - |
| XYZ | 48.47 | 60.19 | 83.19 | - |
| YUV | 192.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 229 | 0.42 | 0.05 | 0 | 0.10 | 187.42 | 0.65 | 0.71 |
| Hex | 84 | D9 | E5 | 2A | 5 | 0 | A | BB | 41 | 47 |
| Octal | 204 | 331 | 345 | 52 | 5 | 0 | 12 | 273 | 101 | 107 |
| Binary | 10000100 | 11011001 | 11100101 | 101010 | 101 | 0 | 1010 | 10111011 | 1000001 | 1000111 |
Color Harmonies of #84D9E5
Complementary color
Monochromatic Colors of #84D9E5
Black with #84D9E5
Text Example
Text Example
White with #84D9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D9E5; }
p { color: rgb(132,217,229); }
H1.HeaderClassName
{
color: #84D9E5;
}
.AnyTagClassName
{
color: #84D9E5;
}
</style>
background-color css
<style>
a { background-color: #84D9E5; }
a { background-color: rgb(132,217,229); }
div.DivClassName
{
background-color: #84D9E5;
}
.BgClassName
{
background-color: #84D9E5;
}
</style>
border-color css
<style>
span { border-color: #84D9E5; }
span { border-color: rgb(132,217,229); }
td.TdClassName
{
border-color: #84D9E5;
}
.TagClassName
{
border-color: #84D9E5;
}
</style>