Shades of Electric Blue #84FFEC
Tints of Electric Blue #84FFEC
RGB
CMYK
RGB Variations
Color information
#84FFEC (or 0x84FFEC) is known color: Electric Blue. HEX triplet: 84, FF and EC. RGB value is (132,255,236). Sum of RGB (Red+Green+Blue) = 132+255+236=623 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.19% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FFEC is #7B0013. Grayscale: #D8D8D8. Windows color (decimal): -8060948 or 15531908. OLE color: 15531908.
HSL color Cylindrical-coordinate representation of color #84FFEC: hue angle of 170.73º 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 #84FFEC is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 236 | - |
| CMYK | 0.48 | 0 | 0.07 | 0 |
| HSL | 170.73º | 1% | 0.76% | - |
| HSV(B) | 170.73º | 0.48% | 1% | - |
| XYZ | 60.42 | 82.48 | 92.09 | - |
| YUV | 216.06 | 139.25 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 236 | 0.48 | 0 | 0.07 | 0 | 170.73 | 1 | 0.76 |
| Hex | 84 | FF | EC | 30 | 0 | 7 | 0 | AB | 64 | 4C |
| Octal | 204 | 377 | 354 | 60 | 0 | 7 | 0 | 253 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11101100 | 110000 | 0 | 111 | 0 | 10101011 | 1100100 | 1001100 |
Color Harmonies of #84FFEC
Complementary color
Monochromatic Colors of #84FFEC
Black with #84FFEC
Text Example
Text Example
White with #84FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFEC; }
p { color: rgb(132,255,236); }
H1.HeaderClassName
{
color: #84FFEC;
}
.AnyTagClassName
{
color: #84FFEC;
}
</style>
background-color css
<style>
a { background-color: #84FFEC; }
a { background-color: rgb(132,255,236); }
div.DivClassName
{
background-color: #84FFEC;
}
.BgClassName
{
background-color: #84FFEC;
}
</style>
border-color css
<style>
span { border-color: #84FFEC; }
span { border-color: rgb(132,255,236); }
td.TdClassName
{
border-color: #84FFEC;
}
.TagClassName
{
border-color: #84FFEC;
}
</style>