Shades of Electric Blue #84FEF0
Tints of Electric Blue #84FEF0
RGB
CMYK
RGB Variations
Color information
#84FEF0 (or 0x84FEF0) is known color: Electric Blue. HEX triplet: 84, FE and F0. RGB value is (132,254,240). Sum of RGB (Red+Green+Blue) = 132+254+240=626 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.09% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FEF0 is #7B010F. Grayscale: #D7D7D7. Windows color (decimal): -8061200 or 15793796. OLE color: 15793796.
HSL color Cylindrical-coordinate representation of color #84FEF0: hue angle of 173.11º 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 #84FEF0 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 240 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.00 |
| HSL | 173.11º | 0.98% | 0.76% | - |
| HSV(B) | 173.11º | 0.48% | 1% | - |
| XYZ | 60.69 | 82.08 | 95.08 | - |
| YUV | 215.93 | 141.58 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 240 | 0.48 | 0 | 0.06 | 0.00 | 173.11 | 0.98 | 0.76 |
| Hex | 84 | FE | F0 | 30 | 0 | 6 | 0 | AD | 62 | 4C |
| Octal | 204 | 376 | 360 | 60 | 0 | 6 | 0 | 255 | 142 | 114 |
| Binary | 10000100 | 11111110 | 11110000 | 110000 | 0 | 110 | 0 | 10101101 | 1100010 | 1001100 |
Color Harmonies of #84FEF0
Complementary color
Monochromatic Colors of #84FEF0
Black with #84FEF0
Text Example
Text Example
White with #84FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FEF0; }
p { color: rgb(132,254,240); }
H1.HeaderClassName
{
color: #84FEF0;
}
.AnyTagClassName
{
color: #84FEF0;
}
</style>
background-color css
<style>
a { background-color: #84FEF0; }
a { background-color: rgb(132,254,240); }
div.DivClassName
{
background-color: #84FEF0;
}
.BgClassName
{
background-color: #84FEF0;
}
</style>
border-color css
<style>
span { border-color: #84FEF0; }
span { border-color: rgb(132,254,240); }
td.TdClassName
{
border-color: #84FEF0;
}
.TagClassName
{
border-color: #84FEF0;
}
</style>