Shades of Spray #84DFE8
Tints of Spray #84DFE8
RGB
CMYK
RGB Variations
Color information
#84DFE8 (or 0x84DFE8) is known color: Spray. HEX triplet: 84, DF and E8. RGB value is (132,223,232). Sum of RGB (Red+Green+Blue) = 132+223+232=587 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.49% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #84DFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DFE8 is #7B2017. Grayscale: #C4C4C4. Windows color (decimal): -8069144 or 15261572. OLE color: 15261572.
HSL color Cylindrical-coordinate representation of color #84DFE8: hue angle of 185.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84DFE8 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 223 | 232 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.09 |
| HSL | 185.4º | 0.68% | 0.71% | - |
| HSV(B) | 185.4º | 0.43% | 0.91% | - |
| XYZ | 50.47 | 63.51 | 85.94 | - |
| YUV | 196.82 | 147.85 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 232 | 0.43 | 0.04 | 0 | 0.09 | 185.4 | 0.68 | 0.71 |
| Hex | 84 | DF | E8 | 2B | 4 | 0 | 9 | B9 | 44 | 47 |
| Octal | 204 | 337 | 350 | 53 | 4 | 0 | 11 | 271 | 104 | 107 |
| Binary | 10000100 | 11011111 | 11101000 | 101011 | 100 | 0 | 1001 | 10111001 | 1000100 | 1000111 |
Color Harmonies of #84DFE8
Complementary color
Monochromatic Colors of #84DFE8
Black with #84DFE8
Text Example
Text Example
White with #84DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFE8; }
p { color: rgb(132,223,232); }
H1.HeaderClassName
{
color: #84DFE8;
}
.AnyTagClassName
{
color: #84DFE8;
}
</style>
background-color css
<style>
a { background-color: #84DFE8; }
a { background-color: rgb(132,223,232); }
div.DivClassName
{
background-color: #84DFE8;
}
.BgClassName
{
background-color: #84DFE8;
}
</style>
border-color css
<style>
span { border-color: #84DFE8; }
span { border-color: rgb(132,223,232); }
td.TdClassName
{
border-color: #84DFE8;
}
.TagClassName
{
border-color: #84DFE8;
}
</style>