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