Shades of Electric Blue #82FEFA
Tints of Electric Blue #82FEFA
RGB
CMYK
RGB Variations
Color information
#82FEFA (or 0x82FEFA) is known color: Electric Blue. HEX triplet: 82, FE and FA. RGB value is (130,254,250). Sum of RGB (Red+Green+Blue) = 130+254+250=634 (83% of max value = 765). Red value is 130 (51.17% from 255 or 20.50% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #82FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FEFA is #7D0105. Grayscale: #D8D8D8. Windows color (decimal): -8192262 or 16449154. OLE color: 16449154.
HSL color Cylindrical-coordinate representation of color #82FEFA: hue angle of 178.06º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FEFA is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 254 | 250 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.00 |
| HSL | 178.06º | 0.98% | 0.75% | - |
| HSV(B) | 178.06º | 0.49% | 1% | - |
| XYZ | 61.9 | 82.53 | 103.11 | - |
| YUV | 216.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 254 | 250 | 0.49 | 0 | 0.02 | 0.00 | 178.06 | 0.98 | 0.75 |
| Hex | 82 | FE | FA | 31 | 0 | 2 | 0 | B2 | 62 | 4B |
| Octal | 202 | 376 | 372 | 61 | 0 | 2 | 0 | 262 | 142 | 113 |
| Binary | 10000010 | 11111110 | 11111010 | 110001 | 0 | 10 | 0 | 10110010 | 1100010 | 1001011 |
Color Harmonies of #82FEFA
Complementary color
Monochromatic Colors of #82FEFA
Black with #82FEFA
Text Example
Text Example
White with #82FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FEFA; }
p { color: rgb(130,254,250); }
H1.HeaderClassName
{
color: #82FEFA;
}
.AnyTagClassName
{
color: #82FEFA;
}
</style>
background-color css
<style>
a { background-color: #82FEFA; }
a { background-color: rgb(130,254,250); }
div.DivClassName
{
background-color: #82FEFA;
}
.BgClassName
{
background-color: #82FEFA;
}
</style>
border-color css
<style>
span { border-color: #82FEFA; }
span { border-color: rgb(130,254,250); }
td.TdClassName
{
border-color: #82FEFA;
}
.TagClassName
{
border-color: #82FEFA;
}
</style>