Shades of Electric Blue #84ECF3
Tints of Electric Blue #84ECF3
RGB
CMYK
RGB Variations
Color information
#84ECF3 (or 0x84ECF3) is known color: Electric Blue. HEX triplet: 84, EC and F3. RGB value is (132,236,243). Sum of RGB (Red+Green+Blue) = 132+236+243=611 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.60% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #84ECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84ECF3 is #7B130C. Grayscale: #CDCDCD. Windows color (decimal): -8065805 or 15985796. OLE color: 15985796.
HSL color Cylindrical-coordinate representation of color #84ECF3: hue angle of 183.78º 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 #84ECF3 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 236 | 243 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.05 |
| HSL | 183.78º | 0.82% | 0.74% | - |
| HSV(B) | 183.78º | 0.46% | 0.95% | - |
| XYZ | 55.69 | 71.37 | 95.63 | - |
| YUV | 205.7 | 149.04 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 243 | 0.46 | 0.03 | 0 | 0.05 | 183.78 | 0.82 | 0.74 |
| Hex | 84 | EC | F3 | 2E | 3 | 0 | 5 | B8 | 52 | 4A |
| Octal | 204 | 354 | 363 | 56 | 3 | 0 | 5 | 270 | 122 | 112 |
| Binary | 10000100 | 11101100 | 11110011 | 101110 | 11 | 0 | 101 | 10111000 | 1010010 | 1001010 |
Color Harmonies of #84ECF3
Complementary color
Monochromatic Colors of #84ECF3
Black with #84ECF3
Text Example
Text Example
White with #84ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ECF3; }
p { color: rgb(132,236,243); }
H1.HeaderClassName
{
color: #84ECF3;
}
.AnyTagClassName
{
color: #84ECF3;
}
</style>
background-color css
<style>
a { background-color: #84ECF3; }
a { background-color: rgb(132,236,243); }
div.DivClassName
{
background-color: #84ECF3;
}
.BgClassName
{
background-color: #84ECF3;
}
</style>
border-color css
<style>
span { border-color: #84ECF3; }
span { border-color: rgb(132,236,243); }
td.TdClassName
{
border-color: #84ECF3;
}
.TagClassName
{
border-color: #84ECF3;
}
</style>