Shades of Electric Blue #84E4FE
Tints of Electric Blue #84E4FE
RGB
CMYK
RGB Variations
Color information
#84E4FE (or 0x84E4FE) is known color: Electric Blue. HEX triplet: 84, E4 and FE. RGB value is (132,228,254). Sum of RGB (Red+Green+Blue) = 132+228+254=614 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.50% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #84E4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E4FE is #7B1B01. Grayscale: #CACACA. Windows color (decimal): -8067842 or 16704644. OLE color: 16704644.
HSL color Cylindrical-coordinate representation of color #84E4FE: hue angle of 192.79º 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 #84E4FE is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 228 | 254 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.00 |
| HSL | 192.79º | 0.98% | 0.76% | - |
| HSV(B) | 192.79º | 0.48% | 1% | - |
| XYZ | 55.15 | 67.55 | 103.9 | - |
| YUV | 202.26 | 157.2 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 228 | 254 | 0.48 | 0.10 | 0 | 0.00 | 192.79 | 0.98 | 0.76 |
| Hex | 84 | E4 | FE | 30 | A | 0 | 0 | C1 | 62 | 4C |
| Octal | 204 | 344 | 376 | 60 | 12 | 0 | 0 | 301 | 142 | 114 |
| Binary | 10000100 | 11100100 | 11111110 | 110000 | 1010 | 0 | 0 | 11000001 | 1100010 | 1001100 |
Color Harmonies of #84E4FE
Complementary color
Monochromatic Colors of #84E4FE
Black with #84E4FE
Text Example
Text Example
White with #84E4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E4FE; }
p { color: rgb(132,228,254); }
H1.HeaderClassName
{
color: #84E4FE;
}
.AnyTagClassName
{
color: #84E4FE;
}
</style>
background-color css
<style>
a { background-color: #84E4FE; }
a { background-color: rgb(132,228,254); }
div.DivClassName
{
background-color: #84E4FE;
}
.BgClassName
{
background-color: #84E4FE;
}
</style>
border-color css
<style>
span { border-color: #84E4FE; }
span { border-color: rgb(132,228,254); }
td.TdClassName
{
border-color: #84E4FE;
}
.TagClassName
{
border-color: #84E4FE;
}
</style>