Shades of Electric Blue #82F8F0
Tints of Electric Blue #82F8F0
RGB
CMYK
RGB Variations
Color information
#82F8F0 (or 0x82F8F0) is known color: Electric Blue. HEX triplet: 82, F8 and F0. RGB value is (130,248,240). Sum of RGB (Red+Green+Blue) = 130+248+240=618 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.04% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #82F8F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F8F0 is #7D070F. Grayscale: #D3D3D3. Windows color (decimal): -8193808 or 15792258. OLE color: 15792258.
HSL color Cylindrical-coordinate representation of color #82F8F0: hue angle of 175.93º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82F8F0 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 248 | 240 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.03 |
| HSL | 175.93º | 0.89% | 0.74% | - |
| HSV(B) | 175.93º | 0.48% | 0.97% | - |
| XYZ | 58.5 | 78.17 | 94.44 | - |
| YUV | 211.81 | 143.91 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 248 | 240 | 0.48 | 0 | 0.03 | 0.03 | 175.93 | 0.89 | 0.74 |
| Hex | 82 | F8 | F0 | 30 | 0 | 3 | 3 | B0 | 59 | 4A |
| Octal | 202 | 370 | 360 | 60 | 0 | 3 | 3 | 260 | 131 | 112 |
| Binary | 10000010 | 11111000 | 11110000 | 110000 | 0 | 11 | 11 | 10110000 | 1011001 | 1001010 |
Color Harmonies of #82F8F0
Complementary color
Monochromatic Colors of #82F8F0
Black with #82F8F0
Text Example
Text Example
White with #82F8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F8F0; }
p { color: rgb(130,248,240); }
H1.HeaderClassName
{
color: #82F8F0;
}
.AnyTagClassName
{
color: #82F8F0;
}
</style>
background-color css
<style>
a { background-color: #82F8F0; }
a { background-color: rgb(130,248,240); }
div.DivClassName
{
background-color: #82F8F0;
}
.BgClassName
{
background-color: #82F8F0;
}
</style>
border-color css
<style>
span { border-color: #82F8F0; }
span { border-color: rgb(130,248,240); }
td.TdClassName
{
border-color: #82F8F0;
}
.TagClassName
{
border-color: #82F8F0;
}
</style>