Shades of Electric Blue #84FEEF
Tints of Electric Blue #84FEEF
RGB
CMYK
RGB Variations
Color information
#84FEEF (or 0x84FEEF) is known color: Electric Blue. HEX triplet: 84, FE and EF. RGB value is (132,254,239). Sum of RGB (Red+Green+Blue) = 132+254+239=625 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.12% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FEEF is #7B0110. Grayscale: #D7D7D7. Windows color (decimal): -8061201 or 15728260. OLE color: 15728260.
HSL color Cylindrical-coordinate representation of color #84FEEF: hue angle of 172.62º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FEEF is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 239 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.00 |
| HSL | 172.62º | 0.98% | 0.76% | - |
| HSV(B) | 172.62º | 0.48% | 1% | - |
| XYZ | 60.54 | 82.02 | 94.3 | - |
| YUV | 215.81 | 141.08 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 239 | 0.48 | 0 | 0.06 | 0.00 | 172.62 | 0.98 | 0.76 |
| Hex | 84 | FE | EF | 30 | 0 | 6 | 0 | AD | 62 | 4C |
| Octal | 204 | 376 | 357 | 60 | 0 | 6 | 0 | 255 | 142 | 114 |
| Binary | 10000100 | 11111110 | 11101111 | 110000 | 0 | 110 | 0 | 10101101 | 1100010 | 1001100 |
Color Harmonies of #84FEEF
Complementary color
Monochromatic Colors of #84FEEF
Black with #84FEEF
Text Example
Text Example
White with #84FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FEEF; }
p { color: rgb(132,254,239); }
H1.HeaderClassName
{
color: #84FEEF;
}
.AnyTagClassName
{
color: #84FEEF;
}
</style>
background-color css
<style>
a { background-color: #84FEEF; }
a { background-color: rgb(132,254,239); }
div.DivClassName
{
background-color: #84FEEF;
}
.BgClassName
{
background-color: #84FEEF;
}
</style>
border-color css
<style>
span { border-color: #84FEEF; }
span { border-color: rgb(132,254,239); }
td.TdClassName
{
border-color: #84FEEF;
}
.TagClassName
{
border-color: #84FEEF;
}
</style>