Shades of Electric Blue #84FEF6
Tints of Electric Blue #84FEF6
RGB
CMYK
RGB Variations
Color information
#84FEF6 (or 0x84FEF6) is known color: Electric Blue. HEX triplet: 84, FE and F6. RGB value is (132,254,246). Sum of RGB (Red+Green+Blue) = 132+254+246=632 (83% of max value = 765). Red value is 132 (51.95% from 255 or 20.89% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FEF6 is #7B0109. Grayscale: #D8D8D8. Windows color (decimal): -8061194 or 16187012. OLE color: 16187012.
HSL color Cylindrical-coordinate representation of color #84FEF6: hue angle of 176.07º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FEF6 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 246 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.00 |
| HSL | 176.07º | 0.98% | 0.76% | - |
| HSV(B) | 176.07º | 0.48% | 1% | - |
| XYZ | 61.59 | 82.44 | 99.86 | - |
| YUV | 216.61 | 144.58 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 246 | 0.48 | 0 | 0.03 | 0.00 | 176.07 | 0.98 | 0.76 |
| Hex | 84 | FE | F6 | 30 | 0 | 3 | 0 | B0 | 62 | 4C |
| Octal | 204 | 376 | 366 | 60 | 0 | 3 | 0 | 260 | 142 | 114 |
| Binary | 10000100 | 11111110 | 11110110 | 110000 | 0 | 11 | 0 | 10110000 | 1100010 | 1001100 |
Color Harmonies of #84FEF6
Complementary color
Monochromatic Colors of #84FEF6
Black with #84FEF6
Text Example
Text Example
White with #84FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FEF6; }
p { color: rgb(132,254,246); }
H1.HeaderClassName
{
color: #84FEF6;
}
.AnyTagClassName
{
color: #84FEF6;
}
</style>
background-color css
<style>
a { background-color: #84FEF6; }
a { background-color: rgb(132,254,246); }
div.DivClassName
{
background-color: #84FEF6;
}
.BgClassName
{
background-color: #84FEF6;
}
</style>
border-color css
<style>
span { border-color: #84FEF6; }
span { border-color: rgb(132,254,246); }
td.TdClassName
{
border-color: #84FEF6;
}
.TagClassName
{
border-color: #84FEF6;
}
</style>