Shades of Electric Blue #84F6EA
Tints of Electric Blue #84F6EA
RGB
CMYK
RGB Variations
Color information
#84F6EA (or 0x84F6EA) is known color: Electric Blue. HEX triplet: 84, F6 and EA. RGB value is (132,246,234). Sum of RGB (Red+Green+Blue) = 132+246+234=612 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.57% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #84F6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F6EA is #7B0915. Grayscale: #D2D2D2. Windows color (decimal): -8063254 or 15398532. OLE color: 15398532.
HSL color Cylindrical-coordinate representation of color #84F6EA: hue angle of 173.68º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F6EA is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 246 | 234 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.04 |
| HSL | 173.68º | 0.86% | 0.74% | - |
| HSV(B) | 173.68º | 0.46% | 0.96% | - |
| XYZ | 57.32 | 76.76 | 89.64 | - |
| YUV | 210.55 | 141.23 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 246 | 234 | 0.46 | 0 | 0.05 | 0.04 | 173.68 | 0.86 | 0.74 |
| Hex | 84 | F6 | EA | 2E | 0 | 5 | 4 | AE | 56 | 4A |
| Octal | 204 | 366 | 352 | 56 | 0 | 5 | 4 | 256 | 126 | 112 |
| Binary | 10000100 | 11110110 | 11101010 | 101110 | 0 | 101 | 100 | 10101110 | 1010110 | 1001010 |
Color Harmonies of #84F6EA
Complementary color
Monochromatic Colors of #84F6EA
Black with #84F6EA
Text Example
Text Example
White with #84F6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F6EA; }
p { color: rgb(132,246,234); }
H1.HeaderClassName
{
color: #84F6EA;
}
.AnyTagClassName
{
color: #84F6EA;
}
</style>
background-color css
<style>
a { background-color: #84F6EA; }
a { background-color: rgb(132,246,234); }
div.DivClassName
{
background-color: #84F6EA;
}
.BgClassName
{
background-color: #84F6EA;
}
</style>
border-color css
<style>
span { border-color: #84F6EA; }
span { border-color: rgb(132,246,234); }
td.TdClassName
{
border-color: #84F6EA;
}
.TagClassName
{
border-color: #84F6EA;
}
</style>