Shades of Electric Blue #84F9EC
Tints of Electric Blue #84F9EC
RGB
CMYK
RGB Variations
Color information
#84F9EC (or 0x84F9EC) is known color: Electric Blue. HEX triplet: 84, F9 and EC. RGB value is (132,249,236). Sum of RGB (Red+Green+Blue) = 132+249+236=617 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.39% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #84F9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F9EC is #7B0613. Grayscale: #D4D4D4. Windows color (decimal): -8062484 or 15530372. OLE color: 15530372.
HSL color Cylindrical-coordinate representation of color #84F9EC: hue angle of 173.33º degrees, saturation: 0.91, 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 #84F9EC is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 249 | 236 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.02 |
| HSL | 173.33º | 0.91% | 0.75% | - |
| HSV(B) | 173.33º | 0.47% | 0.98% | - |
| XYZ | 58.53 | 78.71 | 91.47 | - |
| YUV | 212.54 | 141.24 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 249 | 236 | 0.47 | 0 | 0.05 | 0.02 | 173.33 | 0.91 | 0.75 |
| Hex | 84 | F9 | EC | 2F | 0 | 5 | 2 | AD | 5B | 4B |
| Octal | 204 | 371 | 354 | 57 | 0 | 5 | 2 | 255 | 133 | 113 |
| Binary | 10000100 | 11111001 | 11101100 | 101111 | 0 | 101 | 10 | 10101101 | 1011011 | 1001011 |
Color Harmonies of #84F9EC
Complementary color
Monochromatic Colors of #84F9EC
Black with #84F9EC
Text Example
Text Example
White with #84F9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F9EC; }
p { color: rgb(132,249,236); }
H1.HeaderClassName
{
color: #84F9EC;
}
.AnyTagClassName
{
color: #84F9EC;
}
</style>
background-color css
<style>
a { background-color: #84F9EC; }
a { background-color: rgb(132,249,236); }
div.DivClassName
{
background-color: #84F9EC;
}
.BgClassName
{
background-color: #84F9EC;
}
</style>
border-color css
<style>
span { border-color: #84F9EC; }
span { border-color: rgb(132,249,236); }
td.TdClassName
{
border-color: #84F9EC;
}
.TagClassName
{
border-color: #84F9EC;
}
</style>