Shades of Electric Blue #82F4EC
Tints of Electric Blue #82F4EC
RGB
CMYK
RGB Variations
Color information
#82F4EC (or 0x82F4EC) is known color: Electric Blue. HEX triplet: 82, F4 and EC. RGB value is (130,244,236). Sum of RGB (Red+Green+Blue) = 130+244+236=610 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.31% from 610); Green value is 244 (95.70% from 255 or 40% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 244 - color contains mainly: green. Hex color #82F4EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F4EC is #7D0B13. Grayscale: #D0D0D0. Windows color (decimal): -8194836 or 15529090. OLE color: 15529090.
HSL color Cylindrical-coordinate representation of color #82F4EC: hue angle of 175.79º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F4EC is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 244 | 236 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.04 |
| HSL | 175.79º | 0.84% | 0.73% | - |
| HSV(B) | 175.79º | 0.47% | 0.96% | - |
| XYZ | 56.7 | 75.5 | 90.94 | - |
| YUV | 209 | 143.23 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 244 | 236 | 0.47 | 0 | 0.03 | 0.04 | 175.79 | 0.84 | 0.73 |
| Hex | 82 | F4 | EC | 2F | 0 | 3 | 4 | B0 | 54 | 49 |
| Octal | 202 | 364 | 354 | 57 | 0 | 3 | 4 | 260 | 124 | 111 |
| Binary | 10000010 | 11110100 | 11101100 | 101111 | 0 | 11 | 100 | 10110000 | 1010100 | 1001001 |
Color Harmonies of #82F4EC
Complementary color
Monochromatic Colors of #82F4EC
Black with #82F4EC
Text Example
Text Example
White with #82F4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F4EC; }
p { color: rgb(130,244,236); }
H1.HeaderClassName
{
color: #82F4EC;
}
.AnyTagClassName
{
color: #82F4EC;
}
</style>
background-color css
<style>
a { background-color: #82F4EC; }
a { background-color: rgb(130,244,236); }
div.DivClassName
{
background-color: #82F4EC;
}
.BgClassName
{
background-color: #82F4EC;
}
</style>
border-color css
<style>
span { border-color: #82F4EC; }
span { border-color: rgb(130,244,236); }
td.TdClassName
{
border-color: #82F4EC;
}
.TagClassName
{
border-color: #82F4EC;
}
</style>