Shades of Electric Blue #82FFEC
Tints of Electric Blue #82FFEC
RGB
CMYK
RGB Variations
Color information
#82FFEC (or 0x82FFEC) is known color: Electric Blue. HEX triplet: 82, FF and EC. RGB value is (130,255,236). Sum of RGB (Red+Green+Blue) = 130+255+236=621 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.93% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FFEC is #7D0013. Grayscale: #D7D7D7. Windows color (decimal): -8192020 or 15531906. OLE color: 15531906.
HSL color Cylindrical-coordinate representation of color #82FFEC: hue angle of 170.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FFEC is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 236 | - |
| CMYK | 0.49 | 0 | 0.07 | 0 |
| HSL | 170.88º | 1% | 0.75% | - |
| HSV(B) | 170.88º | 0.49% | 1% | - |
| XYZ | 60.11 | 82.32 | 92.08 | - |
| YUV | 215.46 | 139.59 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 236 | 0.49 | 0 | 0.07 | 0 | 170.88 | 1 | 0.75 |
| Hex | 82 | FF | EC | 31 | 0 | 7 | 0 | AB | 64 | 4B |
| Octal | 202 | 377 | 354 | 61 | 0 | 7 | 0 | 253 | 144 | 113 |
| Binary | 10000010 | 11111111 | 11101100 | 110001 | 0 | 111 | 0 | 10101011 | 1100100 | 1001011 |
Color Harmonies of #82FFEC
Complementary color
Monochromatic Colors of #82FFEC
Black with #82FFEC
Text Example
Text Example
White with #82FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFEC; }
p { color: rgb(130,255,236); }
H1.HeaderClassName
{
color: #82FFEC;
}
.AnyTagClassName
{
color: #82FFEC;
}
</style>
background-color css
<style>
a { background-color: #82FFEC; }
a { background-color: rgb(130,255,236); }
div.DivClassName
{
background-color: #82FFEC;
}
.BgClassName
{
background-color: #82FFEC;
}
</style>
border-color css
<style>
span { border-color: #82FFEC; }
span { border-color: rgb(130,255,236); }
td.TdClassName
{
border-color: #82FFEC;
}
.TagClassName
{
border-color: #82FFEC;
}
</style>