Shades of Electric Blue #84ECF6
Tints of Electric Blue #84ECF6
RGB
CMYK
RGB Variations
Color information
#84ECF6 (or 0x84ECF6) is known color: Electric Blue. HEX triplet: 84, EC and F6. RGB value is (132,236,246). Sum of RGB (Red+Green+Blue) = 132+236+246=614 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.50% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #84ECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84ECF6 is #7B1309. Grayscale: #CDCDCD. Windows color (decimal): -8065802 or 16182404. OLE color: 16182404.
HSL color Cylindrical-coordinate representation of color #84ECF6: hue angle of 185.26º 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 #84ECF6 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 236 | 246 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.04 |
| HSL | 185.26º | 0.86% | 0.74% | - |
| HSV(B) | 185.26º | 0.46% | 0.96% | - |
| XYZ | 56.15 | 71.55 | 98.04 | - |
| YUV | 206.04 | 150.54 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 246 | 0.46 | 0.04 | 0 | 0.04 | 185.26 | 0.86 | 0.74 |
| Hex | 84 | EC | F6 | 2E | 4 | 0 | 4 | B9 | 56 | 4A |
| Octal | 204 | 354 | 366 | 56 | 4 | 0 | 4 | 271 | 126 | 112 |
| Binary | 10000100 | 11101100 | 11110110 | 101110 | 100 | 0 | 100 | 10111001 | 1010110 | 1001010 |
Color Harmonies of #84ECF6
Complementary color
Monochromatic Colors of #84ECF6
Black with #84ECF6
Text Example
Text Example
White with #84ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ECF6; }
p { color: rgb(132,236,246); }
H1.HeaderClassName
{
color: #84ECF6;
}
.AnyTagClassName
{
color: #84ECF6;
}
</style>
background-color css
<style>
a { background-color: #84ECF6; }
a { background-color: rgb(132,236,246); }
div.DivClassName
{
background-color: #84ECF6;
}
.BgClassName
{
background-color: #84ECF6;
}
</style>
border-color css
<style>
span { border-color: #84ECF6; }
span { border-color: rgb(132,236,246); }
td.TdClassName
{
border-color: #84ECF6;
}
.TagClassName
{
border-color: #84ECF6;
}
</style>