Shades of Electric Blue #82F1EA
Tints of Electric Blue #82F1EA
RGB
CMYK
RGB Variations
Color information
#82F1EA (or 0x82F1EA) is known color: Electric Blue. HEX triplet: 82, F1 and EA. RGB value is (130,241,234). Sum of RGB (Red+Green+Blue) = 130+241+234=605 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.49% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #82F1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F1EA is #7D0E15. Grayscale: #CECECE. Windows color (decimal): -8195606 or 15397250. OLE color: 15397250.
HSL color Cylindrical-coordinate representation of color #82F1EA: hue angle of 176.22º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F1EA is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 241 | 234 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.05 |
| HSL | 176.22º | 0.8% | 0.73% | - |
| HSV(B) | 176.22º | 0.46% | 0.95% | - |
| XYZ | 55.51 | 73.6 | 89.12 | - |
| YUV | 207.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 241 | 234 | 0.46 | 0 | 0.03 | 0.05 | 176.22 | 0.8 | 0.73 |
| Hex | 82 | F1 | EA | 2E | 0 | 3 | 5 | B0 | 50 | 49 |
| Octal | 202 | 361 | 352 | 56 | 0 | 3 | 5 | 260 | 120 | 111 |
| Binary | 10000010 | 11110001 | 11101010 | 101110 | 0 | 11 | 101 | 10110000 | 1010000 | 1001001 |
Color Harmonies of #82F1EA
Complementary color
Monochromatic Colors of #82F1EA
Black with #82F1EA
Text Example
Text Example
White with #82F1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F1EA; }
p { color: rgb(130,241,234); }
H1.HeaderClassName
{
color: #82F1EA;
}
.AnyTagClassName
{
color: #82F1EA;
}
</style>
background-color css
<style>
a { background-color: #82F1EA; }
a { background-color: rgb(130,241,234); }
div.DivClassName
{
background-color: #82F1EA;
}
.BgClassName
{
background-color: #82F1EA;
}
</style>
border-color css
<style>
span { border-color: #82F1EA; }
span { border-color: rgb(130,241,234); }
td.TdClassName
{
border-color: #82F1EA;
}
.TagClassName
{
border-color: #82F1EA;
}
</style>