Shades of Electric Blue #84F1ED
Tints of Electric Blue #84F1ED
RGB
CMYK
RGB Variations
Color information
#84F1ED (or 0x84F1ED) is known color: Electric Blue. HEX triplet: 84, F1 and ED. RGB value is (132,241,237). Sum of RGB (Red+Green+Blue) = 132+241+237=610 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.64% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #84F1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F1ED is #7B0E12. Grayscale: #CFCFCF. Windows color (decimal): -8064531 or 15593860. OLE color: 15593860.
HSL color Cylindrical-coordinate representation of color #84F1ED: hue angle of 177.8º degrees, saturation: 0.8, 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 #84F1ED is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 241 | 237 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.05 |
| HSL | 177.8º | 0.8% | 0.73% | - |
| HSV(B) | 177.8º | 0.45% | 0.95% | - |
| XYZ | 56.26 | 73.93 | 91.43 | - |
| YUV | 207.95 | 144.39 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 241 | 237 | 0.45 | 0 | 0.02 | 0.05 | 177.8 | 0.8 | 0.73 |
| Hex | 84 | F1 | ED | 2D | 0 | 2 | 5 | B2 | 50 | 49 |
| Octal | 204 | 361 | 355 | 55 | 0 | 2 | 5 | 262 | 120 | 111 |
| Binary | 10000100 | 11110001 | 11101101 | 101101 | 0 | 10 | 101 | 10110010 | 1010000 | 1001001 |
Color Harmonies of #84F1ED
Complementary color
Monochromatic Colors of #84F1ED
Black with #84F1ED
Text Example
Text Example
White with #84F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F1ED; }
p { color: rgb(132,241,237); }
H1.HeaderClassName
{
color: #84F1ED;
}
.AnyTagClassName
{
color: #84F1ED;
}
</style>
background-color css
<style>
a { background-color: #84F1ED; }
a { background-color: rgb(132,241,237); }
div.DivClassName
{
background-color: #84F1ED;
}
.BgClassName
{
background-color: #84F1ED;
}
</style>
border-color css
<style>
span { border-color: #84F1ED; }
span { border-color: rgb(132,241,237); }
td.TdClassName
{
border-color: #84F1ED;
}
.TagClassName
{
border-color: #84F1ED;
}
</style>