Shades of Electric Blue #84FFF1
Tints of Electric Blue #84FFF1
RGB
CMYK
RGB Variations
Color information
#84FFF1 (or 0x84FFF1) is known color: Electric Blue. HEX triplet: 84, FF and F1. RGB value is (132,255,241). Sum of RGB (Red+Green+Blue) = 132+255+241=628 (83% of max value = 765). Red value is 132 (51.95% from 255 or 21.02% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FFF1 is #7B000E. Grayscale: #D8D8D8. Windows color (decimal): -8060943 or 15859588. OLE color: 15859588.
HSL color Cylindrical-coordinate representation of color #84FFF1: hue angle of 173.17º 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 #84FFF1 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 241 | - |
| CMYK | 0.48 | 0 | 0.05 | 0 |
| HSL | 173.17º | 1% | 0.76% | - |
| HSV(B) | 173.17º | 0.48% | 1% | - |
| XYZ | 61.15 | 82.78 | 95.97 | - |
| YUV | 216.63 | 141.75 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 241 | 0.48 | 0 | 0.05 | 0 | 173.17 | 1 | 0.76 |
| Hex | 84 | FF | F1 | 30 | 0 | 5 | 0 | AD | 64 | 4C |
| Octal | 204 | 377 | 361 | 60 | 0 | 5 | 0 | 255 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11110001 | 110000 | 0 | 101 | 0 | 10101101 | 1100100 | 1001100 |
Color Harmonies of #84FFF1
Complementary color
Monochromatic Colors of #84FFF1
Black with #84FFF1
Text Example
Text Example
White with #84FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFF1; }
p { color: rgb(132,255,241); }
H1.HeaderClassName
{
color: #84FFF1;
}
.AnyTagClassName
{
color: #84FFF1;
}
</style>
background-color css
<style>
a { background-color: #84FFF1; }
a { background-color: rgb(132,255,241); }
div.DivClassName
{
background-color: #84FFF1;
}
.BgClassName
{
background-color: #84FFF1;
}
</style>
border-color css
<style>
span { border-color: #84FFF1; }
span { border-color: rgb(132,255,241); }
td.TdClassName
{
border-color: #84FFF1;
}
.TagClassName
{
border-color: #84FFF1;
}
</style>