Shades of Electric Blue #84ECEC
Tints of Electric Blue #84ECEC
RGB
CMYK
RGB Variations
Color information
#84ECEC (or 0x84ECEC) is known color: Electric Blue. HEX triplet: 84, EC and EC. RGB value is (132,236,236). Sum of RGB (Red+Green+Blue) = 132+236+236=604 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.85% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #84ECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84ECEC is #7B1313. Grayscale: #CCCCCC. Windows color (decimal): -8065812 or 15527044. OLE color: 15527044.
HSL color Cylindrical-coordinate representation of color #84ECEC: hue angle of 180º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84ECEC is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 236 | - |
| CMYK | 0.44 | 0 | 0 | 0.07 |
| HSL | 180º | 0.73% | 0.72% | - |
| HSV(B) | 180º | 0.44% | 0.93% | - |
| XYZ | 54.65 | 70.95 | 90.17 | - |
| YUV | 204.9 | 145.54 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 236 | 0.44 | 0 | 0 | 0.07 | 180 | 0.73 | 0.72 |
| Hex | 84 | EC | EC | 2C | 0 | 0 | 7 | B4 | 49 | 48 |
| Octal | 204 | 354 | 354 | 54 | 0 | 0 | 7 | 264 | 111 | 110 |
| Binary | 10000100 | 11101100 | 11101100 | 101100 | 0 | 0 | 111 | 10110100 | 1001001 | 1001000 |
Color Harmonies of #84ECEC
Complementary color
Monochromatic Colors of #84ECEC
Black with #84ECEC
Text Example
Text Example
White with #84ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ECEC; }
p { color: rgb(132,236,236); }
H1.HeaderClassName
{
color: #84ECEC;
}
.AnyTagClassName
{
color: #84ECEC;
}
</style>
background-color css
<style>
a { background-color: #84ECEC; }
a { background-color: rgb(132,236,236); }
div.DivClassName
{
background-color: #84ECEC;
}
.BgClassName
{
background-color: #84ECEC;
}
</style>
border-color css
<style>
span { border-color: #84ECEC; }
span { border-color: rgb(132,236,236); }
td.TdClassName
{
border-color: #84ECEC;
}
.TagClassName
{
border-color: #84ECEC;
}
</style>