Shades of Electric Blue #84F4E9
Tints of Electric Blue #84F4E9
RGB
CMYK
RGB Variations
Color information
#84F4E9 (or 0x84F4E9) is known color: Electric Blue. HEX triplet: 84, F4 and E9. RGB value is (132,244,233). Sum of RGB (Red+Green+Blue) = 132+244+233=609 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.67% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 244 - color contains mainly: green. Hex color #84F4E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F4E9 is #7B0B16. Grayscale: #D1D1D1. Windows color (decimal): -8063767 or 15332484. OLE color: 15332484.
HSL color Cylindrical-coordinate representation of color #84F4E9: hue angle of 174.11º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F4E9 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 244 | 233 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.04 |
| HSL | 174.11º | 0.84% | 0.74% | - |
| HSV(B) | 174.11º | 0.46% | 0.96% | - |
| XYZ | 56.57 | 75.49 | 88.68 | - |
| YUV | 209.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 244 | 233 | 0.46 | 0 | 0.05 | 0.04 | 174.11 | 0.84 | 0.74 |
| Hex | 84 | F4 | E9 | 2E | 0 | 5 | 4 | AE | 54 | 4A |
| Octal | 204 | 364 | 351 | 56 | 0 | 5 | 4 | 256 | 124 | 112 |
| Binary | 10000100 | 11110100 | 11101001 | 101110 | 0 | 101 | 100 | 10101110 | 1010100 | 1001010 |
Color Harmonies of #84F4E9
Complementary color
Monochromatic Colors of #84F4E9
Black with #84F4E9
Text Example
Text Example
White with #84F4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F4E9; }
p { color: rgb(132,244,233); }
H1.HeaderClassName
{
color: #84F4E9;
}
.AnyTagClassName
{
color: #84F4E9;
}
</style>
background-color css
<style>
a { background-color: #84F4E9; }
a { background-color: rgb(132,244,233); }
div.DivClassName
{
background-color: #84F4E9;
}
.BgClassName
{
background-color: #84F4E9;
}
</style>
border-color css
<style>
span { border-color: #84F4E9; }
span { border-color: rgb(132,244,233); }
td.TdClassName
{
border-color: #84F4E9;
}
.TagClassName
{
border-color: #84F4E9;
}
</style>