Shades of Electric Blue #84FFED
Tints of Electric Blue #84FFED
RGB
CMYK
RGB Variations
Color information
#84FFED (or 0x84FFED) is known color: Electric Blue. HEX triplet: 84, FF and ED. RGB value is (132,255,237). Sum of RGB (Red+Green+Blue) = 132+255+237=624 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.15% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FFED is #7B0012. Grayscale: #D8D8D8. Windows color (decimal): -8060947 or 15597444. OLE color: 15597444.
HSL color Cylindrical-coordinate representation of color #84FFED: hue angle of 171.22º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFED is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 237 | - |
| CMYK | 0.48 | 0 | 0.07 | 0 |
| HSL | 171.22º | 1% | 0.76% | - |
| HSV(B) | 171.22º | 0.48% | 1% | - |
| XYZ | 60.56 | 82.54 | 92.86 | - |
| YUV | 216.17 | 139.75 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 237 | 0.48 | 0 | 0.07 | 0 | 171.22 | 1 | 0.76 |
| Hex | 84 | FF | ED | 30 | 0 | 7 | 0 | AB | 64 | 4C |
| Octal | 204 | 377 | 355 | 60 | 0 | 7 | 0 | 253 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11101101 | 110000 | 0 | 111 | 0 | 10101011 | 1100100 | 1001100 |
Color Harmonies of #84FFED
Complementary color
Monochromatic Colors of #84FFED
Black with #84FFED
Text Example
Text Example
White with #84FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFED; }
p { color: rgb(132,255,237); }
H1.HeaderClassName
{
color: #84FFED;
}
.AnyTagClassName
{
color: #84FFED;
}
</style>
background-color css
<style>
a { background-color: #84FFED; }
a { background-color: rgb(132,255,237); }
div.DivClassName
{
background-color: #84FFED;
}
.BgClassName
{
background-color: #84FFED;
}
</style>
border-color css
<style>
span { border-color: #84FFED; }
span { border-color: rgb(132,255,237); }
td.TdClassName
{
border-color: #84FFED;
}
.TagClassName
{
border-color: #84FFED;
}
</style>