Shades of Electric Blue #84F3EC
Tints of Electric Blue #84F3EC
RGB
CMYK
RGB Variations
Color information
#84F3EC (or 0x84F3EC) is known color: Electric Blue. HEX triplet: 84, F3 and EC. RGB value is (132,243,236). Sum of RGB (Red+Green+Blue) = 132+243+236=611 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.60% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F3EC is #7B0C13. Grayscale: #D0D0D0. Windows color (decimal): -8064020 or 15528836. OLE color: 15528836.
HSL color Cylindrical-coordinate representation of color #84F3EC: hue angle of 176.22º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F3EC is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 243 | 236 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.05 |
| HSL | 176.22º | 0.82% | 0.74% | - |
| HSV(B) | 176.22º | 0.46% | 0.95% | - |
| XYZ | 56.71 | 75.06 | 90.86 | - |
| YUV | 209.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 243 | 236 | 0.46 | 0 | 0.03 | 0.05 | 176.22 | 0.82 | 0.74 |
| Hex | 84 | F3 | EC | 2E | 0 | 3 | 5 | B0 | 52 | 4A |
| Octal | 204 | 363 | 354 | 56 | 0 | 3 | 5 | 260 | 122 | 112 |
| Binary | 10000100 | 11110011 | 11101100 | 101110 | 0 | 11 | 101 | 10110000 | 1010010 | 1001010 |
Color Harmonies of #84F3EC
Complementary color
Monochromatic Colors of #84F3EC
Black with #84F3EC
Text Example
Text Example
White with #84F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F3EC; }
p { color: rgb(132,243,236); }
H1.HeaderClassName
{
color: #84F3EC;
}
.AnyTagClassName
{
color: #84F3EC;
}
</style>
background-color css
<style>
a { background-color: #84F3EC; }
a { background-color: rgb(132,243,236); }
div.DivClassName
{
background-color: #84F3EC;
}
.BgClassName
{
background-color: #84F3EC;
}
</style>
border-color css
<style>
span { border-color: #84F3EC; }
span { border-color: rgb(132,243,236); }
td.TdClassName
{
border-color: #84F3EC;
}
.TagClassName
{
border-color: #84F3EC;
}
</style>