Shades of Electric Blue #84E4FA
Tints of Electric Blue #84E4FA
RGB
CMYK
RGB Variations
Color information
#84E4FA (or 0x84E4FA) is known color: Electric Blue. HEX triplet: 84, E4 and FA. RGB value is (132,228,250). Sum of RGB (Red+Green+Blue) = 132+228+250=610 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.64% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #84E4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E4FA is #7B1B05. Grayscale: #C9C9C9. Windows color (decimal): -8067846 or 16442500. OLE color: 16442500.
HSL color Cylindrical-coordinate representation of color #84E4FA: hue angle of 191.19º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84E4FA is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 228 | 250 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.02 |
| HSL | 191.19º | 0.92% | 0.75% | - |
| HSV(B) | 191.19º | 0.47% | 0.98% | - |
| XYZ | 54.51 | 67.29 | 100.56 | - |
| YUV | 201.8 | 155.2 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 228 | 250 | 0.47 | 0.09 | 0 | 0.02 | 191.19 | 0.92 | 0.75 |
| Hex | 84 | E4 | FA | 2F | 9 | 0 | 2 | BF | 5C | 4B |
| Octal | 204 | 344 | 372 | 57 | 11 | 0 | 2 | 277 | 134 | 113 |
| Binary | 10000100 | 11100100 | 11111010 | 101111 | 1001 | 0 | 10 | 10111111 | 1011100 | 1001011 |
Color Harmonies of #84E4FA
Complementary color
Monochromatic Colors of #84E4FA
Black with #84E4FA
Text Example
Text Example
White with #84E4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E4FA; }
p { color: rgb(132,228,250); }
H1.HeaderClassName
{
color: #84E4FA;
}
.AnyTagClassName
{
color: #84E4FA;
}
</style>
background-color css
<style>
a { background-color: #84E4FA; }
a { background-color: rgb(132,228,250); }
div.DivClassName
{
background-color: #84E4FA;
}
.BgClassName
{
background-color: #84E4FA;
}
</style>
border-color css
<style>
span { border-color: #84E4FA; }
span { border-color: rgb(132,228,250); }
td.TdClassName
{
border-color: #84E4FA;
}
.TagClassName
{
border-color: #84E4FA;
}
</style>