Shades of Electric Blue #84F3EF
Tints of Electric Blue #84F3EF
RGB
CMYK
RGB Variations
Color information
#84F3EF (or 0x84F3EF) is known color: Electric Blue. HEX triplet: 84, F3 and EF. RGB value is (132,243,239). Sum of RGB (Red+Green+Blue) = 132+243+239=614 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.50% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F3EF is #7B0C10. Grayscale: #D1D1D1. Windows color (decimal): -8064017 or 15725444. OLE color: 15725444.
HSL color Cylindrical-coordinate representation of color #84F3EF: hue angle of 177.84º 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 #84F3EF is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 243 | 239 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.05 |
| HSL | 177.84º | 0.82% | 0.74% | - |
| HSV(B) | 177.84º | 0.46% | 0.95% | - |
| XYZ | 57.15 | 75.24 | 93.17 | - |
| YUV | 209.36 | 144.73 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 243 | 239 | 0.46 | 0 | 0.02 | 0.05 | 177.84 | 0.82 | 0.74 |
| Hex | 84 | F3 | EF | 2E | 0 | 2 | 5 | B2 | 52 | 4A |
| Octal | 204 | 363 | 357 | 56 | 0 | 2 | 5 | 262 | 122 | 112 |
| Binary | 10000100 | 11110011 | 11101111 | 101110 | 0 | 10 | 101 | 10110010 | 1010010 | 1001010 |
Color Harmonies of #84F3EF
Complementary color
Monochromatic Colors of #84F3EF
Black with #84F3EF
Text Example
Text Example
White with #84F3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F3EF; }
p { color: rgb(132,243,239); }
H1.HeaderClassName
{
color: #84F3EF;
}
.AnyTagClassName
{
color: #84F3EF;
}
</style>
background-color css
<style>
a { background-color: #84F3EF; }
a { background-color: rgb(132,243,239); }
div.DivClassName
{
background-color: #84F3EF;
}
.BgClassName
{
background-color: #84F3EF;
}
</style>
border-color css
<style>
span { border-color: #84F3EF; }
span { border-color: rgb(132,243,239); }
td.TdClassName
{
border-color: #84F3EF;
}
.TagClassName
{
border-color: #84F3EF;
}
</style>