Shades of Electric Blue #82FFFA
Tints of Electric Blue #82FFFA
RGB
CMYK
RGB Variations
Color information
#82FFFA (or 0x82FFFA) is known color: Electric Blue. HEX triplet: 82, FF and FA. RGB value is (130,255,250). Sum of RGB (Red+Green+Blue) = 130+255+250=635 (84% of max value = 765). Red value is 130 (51.17% from 255 or 20.47% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FFFA is #7D0005. Grayscale: #D8D8D8. Windows color (decimal): -8192006 or 16449410. OLE color: 16449410.
HSL color Cylindrical-coordinate representation of color #82FFFA: hue angle of 177.6º 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 #82FFFA is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 250 | - |
| CMYK | 0.49 | 0 | 0.02 | 0 |
| HSL | 177.6º | 1% | 0.75% | - |
| HSV(B) | 177.6º | 0.49% | 1% | - |
| XYZ | 62.22 | 83.17 | 103.22 | - |
| YUV | 217.06 | 146.59 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 250 | 0.49 | 0 | 0.02 | 0 | 177.6 | 1 | 0.75 |
| Hex | 82 | FF | FA | 31 | 0 | 2 | 0 | B2 | 64 | 4B |
| Octal | 202 | 377 | 372 | 61 | 0 | 2 | 0 | 262 | 144 | 113 |
| Binary | 10000010 | 11111111 | 11111010 | 110001 | 0 | 10 | 0 | 10110010 | 1100100 | 1001011 |
Color Harmonies of #82FFFA
Complementary color
Monochromatic Colors of #82FFFA
Black with #82FFFA
Text Example
Text Example
White with #82FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFFA; }
p { color: rgb(130,255,250); }
H1.HeaderClassName
{
color: #82FFFA;
}
.AnyTagClassName
{
color: #82FFFA;
}
</style>
background-color css
<style>
a { background-color: #82FFFA; }
a { background-color: rgb(130,255,250); }
div.DivClassName
{
background-color: #82FFFA;
}
.BgClassName
{
background-color: #82FFFA;
}
</style>
border-color css
<style>
span { border-color: #82FFFA; }
span { border-color: rgb(130,255,250); }
td.TdClassName
{
border-color: #82FFFA;
}
.TagClassName
{
border-color: #82FFFA;
}
</style>