Shades of Electric Blue #84F7EA
Tints of Electric Blue #84F7EA
RGB
CMYK
RGB Variations
Color information
#84F7EA (or 0x84F7EA) is known color: Electric Blue. HEX triplet: 84, F7 and EA. RGB value is (132,247,234). Sum of RGB (Red+Green+Blue) = 132+247+234=613 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.53% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #84F7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F7EA is #7B0815. Grayscale: #D3D3D3. Windows color (decimal): -8062998 or 15398788. OLE color: 15398788.
HSL color Cylindrical-coordinate representation of color #84F7EA: hue angle of 173.22º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F7EA is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 247 | 234 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.03 |
| HSL | 173.22º | 0.88% | 0.74% | - |
| HSV(B) | 173.22º | 0.47% | 0.97% | - |
| XYZ | 57.63 | 77.37 | 89.74 | - |
| YUV | 211.13 | 140.9 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 247 | 234 | 0.47 | 0 | 0.05 | 0.03 | 173.22 | 0.88 | 0.74 |
| Hex | 84 | F7 | EA | 2F | 0 | 5 | 3 | AD | 58 | 4A |
| Octal | 204 | 367 | 352 | 57 | 0 | 5 | 3 | 255 | 130 | 112 |
| Binary | 10000100 | 11110111 | 11101010 | 101111 | 0 | 101 | 11 | 10101101 | 1011000 | 1001010 |
Color Harmonies of #84F7EA
Complementary color
Monochromatic Colors of #84F7EA
Black with #84F7EA
Text Example
Text Example
White with #84F7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F7EA; }
p { color: rgb(132,247,234); }
H1.HeaderClassName
{
color: #84F7EA;
}
.AnyTagClassName
{
color: #84F7EA;
}
</style>
background-color css
<style>
a { background-color: #84F7EA; }
a { background-color: rgb(132,247,234); }
div.DivClassName
{
background-color: #84F7EA;
}
.BgClassName
{
background-color: #84F7EA;
}
</style>
border-color css
<style>
span { border-color: #84F7EA; }
span { border-color: rgb(132,247,234); }
td.TdClassName
{
border-color: #84F7EA;
}
.TagClassName
{
border-color: #84F7EA;
}
</style>