Shades of Electric Blue #84FFFE
Tints of Electric Blue #84FFFE
RGB
CMYK
RGB Variations
Color information
#84FFFE (or 0x84FFFE) is known color: Electric Blue. HEX triplet: 84, FF and FE. RGB value is (132,255,254). Sum of RGB (Red+Green+Blue) = 132+255+254=641 (84% of max value = 765). Red value is 132 (51.95% from 255 or 20.59% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FFFE is #7B0001. Grayscale: #D9D9D9. Windows color (decimal): -8060930 or 16711556. OLE color: 16711556.
HSL color Cylindrical-coordinate representation of color #84FFFE: hue angle of 179.51º 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 #84FFFE is Cyan = 0.48, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 254 | - |
| CMYK | 0.48 | 0 | 0.00 | 0 |
| HSL | 179.51º | 1% | 0.76% | - |
| HSV(B) | 179.51º | 0.48% | 1% | - |
| XYZ | 63.17 | 83.58 | 106.57 | - |
| YUV | 218.11 | 148.25 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 254 | 0.48 | 0 | 0.00 | 0 | 179.51 | 1 | 0.76 |
| Hex | 84 | FF | FE | 30 | 0 | 0 | 0 | B4 | 64 | 4C |
| Octal | 204 | 377 | 376 | 60 | 0 | 0 | 0 | 264 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11111110 | 110000 | 0 | 0 | 0 | 10110100 | 1100100 | 1001100 |
Color Harmonies of #84FFFE
Complementary color
Monochromatic Colors of #84FFFE
Black with #84FFFE
Text Example
Text Example
White with #84FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFFE; }
p { color: rgb(132,255,254); }
H1.HeaderClassName
{
color: #84FFFE;
}
.AnyTagClassName
{
color: #84FFFE;
}
</style>
background-color css
<style>
a { background-color: #84FFFE; }
a { background-color: rgb(132,255,254); }
div.DivClassName
{
background-color: #84FFFE;
}
.BgClassName
{
background-color: #84FFFE;
}
</style>
border-color css
<style>
span { border-color: #84FFFE; }
span { border-color: rgb(132,255,254); }
td.TdClassName
{
border-color: #84FFFE;
}
.TagClassName
{
border-color: #84FFFE;
}
</style>