Shades of Electric Blue #84EFEC
Tints of Electric Blue #84EFEC
RGB
CMYK
RGB Variations
Color information
#84EFEC (or 0x84EFEC) is known color: Electric Blue. HEX triplet: 84, EF and EC. RGB value is (132,239,236). Sum of RGB (Red+Green+Blue) = 132+239+236=607 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.75% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84EFEC is #7B1013. Grayscale: #CECECE. Windows color (decimal): -8065044 or 15527812. OLE color: 15527812.
HSL color Cylindrical-coordinate representation of color #84EFEC: hue angle of 178.32º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EFEC is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 239 | 236 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.06 |
| HSL | 178.32º | 0.77% | 0.73% | - |
| HSV(B) | 178.32º | 0.45% | 0.94% | - |
| XYZ | 55.52 | 72.69 | 90.46 | - |
| YUV | 206.67 | 144.55 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 239 | 236 | 0.45 | 0 | 0.01 | 0.06 | 178.32 | 0.77 | 0.73 |
| Hex | 84 | EF | EC | 2D | 0 | 1 | 6 | B2 | 4D | 49 |
| Octal | 204 | 357 | 354 | 55 | 0 | 1 | 6 | 262 | 115 | 111 |
| Binary | 10000100 | 11101111 | 11101100 | 101101 | 0 | 1 | 110 | 10110010 | 1001101 | 1001001 |
Color Harmonies of #84EFEC
Complementary color
Monochromatic Colors of #84EFEC
Black with #84EFEC
Text Example
Text Example
White with #84EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EFEC; }
p { color: rgb(132,239,236); }
H1.HeaderClassName
{
color: #84EFEC;
}
.AnyTagClassName
{
color: #84EFEC;
}
</style>
background-color css
<style>
a { background-color: #84EFEC; }
a { background-color: rgb(132,239,236); }
div.DivClassName
{
background-color: #84EFEC;
}
.BgClassName
{
background-color: #84EFEC;
}
</style>
border-color css
<style>
span { border-color: #84EFEC; }
span { border-color: rgb(132,239,236); }
td.TdClassName
{
border-color: #84EFEC;
}
.TagClassName
{
border-color: #84EFEC;
}
</style>