Shades of Electric Blue #84F2E9
Tints of Electric Blue #84F2E9
RGB
CMYK
RGB Variations
Color information
#84F2E9 (or 0x84F2E9) is known color: Electric Blue. HEX triplet: 84, F2 and E9. RGB value is (132,242,233). Sum of RGB (Red+Green+Blue) = 132+242+233=607 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.75% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #84F2E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F2E9 is #7B0D16. Grayscale: #D0D0D0. Windows color (decimal): -8064279 or 15331972. OLE color: 15331972.
HSL color Cylindrical-coordinate representation of color #84F2E9: hue angle of 175.09º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F2E9 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 242 | 233 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.05 |
| HSL | 175.09º | 0.81% | 0.73% | - |
| HSV(B) | 175.09º | 0.45% | 0.95% | - |
| XYZ | 55.98 | 74.29 | 88.48 | - |
| YUV | 208.08 | 142.06 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 233 | 0.45 | 0 | 0.04 | 0.05 | 175.09 | 0.81 | 0.73 |
| Hex | 84 | F2 | E9 | 2D | 0 | 4 | 5 | AF | 51 | 49 |
| Octal | 204 | 362 | 351 | 55 | 0 | 4 | 5 | 257 | 121 | 111 |
| Binary | 10000100 | 11110010 | 11101001 | 101101 | 0 | 100 | 101 | 10101111 | 1010001 | 1001001 |
Color Harmonies of #84F2E9
Complementary color
Monochromatic Colors of #84F2E9
Black with #84F2E9
Text Example
Text Example
White with #84F2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F2E9; }
p { color: rgb(132,242,233); }
H1.HeaderClassName
{
color: #84F2E9;
}
.AnyTagClassName
{
color: #84F2E9;
}
</style>
background-color css
<style>
a { background-color: #84F2E9; }
a { background-color: rgb(132,242,233); }
div.DivClassName
{
background-color: #84F2E9;
}
.BgClassName
{
background-color: #84F2E9;
}
</style>
border-color css
<style>
span { border-color: #84F2E9; }
span { border-color: rgb(132,242,233); }
td.TdClassName
{
border-color: #84F2E9;
}
.TagClassName
{
border-color: #84F2E9;
}
</style>