Shades of Electric Blue #84FFFA
Tints of Electric Blue #84FFFA
RGB
CMYK
RGB Variations
Color information
#84FFFA (or 0x84FFFA) is known color: Electric Blue. HEX triplet: 84, FF and FA. RGB value is (132,255,250). Sum of RGB (Red+Green+Blue) = 132+255+250=637 (84% of max value = 765). Red value is 132 (51.95% from 255 or 20.72% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FFFA is #7B0005. Grayscale: #D9D9D9. Windows color (decimal): -8060934 or 16449412. OLE color: 16449412.
HSL color Cylindrical-coordinate representation of color #84FFFA: hue angle of 177.56º 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 #84FFFA is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 250 | - |
| CMYK | 0.48 | 0 | 0.02 | 0 |
| HSL | 177.56º | 1% | 0.76% | - |
| HSV(B) | 177.56º | 0.48% | 1% | - |
| XYZ | 62.53 | 83.33 | 103.23 | - |
| YUV | 217.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 250 | 0.48 | 0 | 0.02 | 0 | 177.56 | 1 | 0.76 |
| Hex | 84 | FF | FA | 30 | 0 | 2 | 0 | B2 | 64 | 4C |
| Octal | 204 | 377 | 372 | 60 | 0 | 2 | 0 | 262 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11111010 | 110000 | 0 | 10 | 0 | 10110010 | 1100100 | 1001100 |
Color Harmonies of #84FFFA
Complementary color
Monochromatic Colors of #84FFFA
Black with #84FFFA
Text Example
Text Example
White with #84FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFFA; }
p { color: rgb(132,255,250); }
H1.HeaderClassName
{
color: #84FFFA;
}
.AnyTagClassName
{
color: #84FFFA;
}
</style>
background-color css
<style>
a { background-color: #84FFFA; }
a { background-color: rgb(132,255,250); }
div.DivClassName
{
background-color: #84FFFA;
}
.BgClassName
{
background-color: #84FFFA;
}
</style>
border-color css
<style>
span { border-color: #84FFFA; }
span { border-color: rgb(132,255,250); }
td.TdClassName
{
border-color: #84FFFA;
}
.TagClassName
{
border-color: #84FFFA;
}
</style>