Shades of Electric Blue #82FFFC
Tints of Electric Blue #82FFFC
RGB
CMYK
RGB Variations
Color information
#82FFFC (or 0x82FFFC) is known color: Electric Blue. HEX triplet: 82, FF and FC. RGB value is (130,255,252). Sum of RGB (Red+Green+Blue) = 130+255+252=637 (84% of max value = 765). Red value is 130 (51.17% from 255 or 20.41% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FFFC is #7D0003. Grayscale: #D9D9D9. Windows color (decimal): -8192004 or 16580482. OLE color: 16580482.
HSL color Cylindrical-coordinate representation of color #82FFFC: hue angle of 178.56º 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 #82FFFC is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 252 | - |
| CMYK | 0.49 | 0 | 0.01 | 0 |
| HSL | 178.56º | 1% | 0.75% | - |
| HSV(B) | 178.56º | 0.49% | 1% | - |
| XYZ | 62.54 | 83.29 | 104.88 | - |
| YUV | 217.28 | 147.59 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 252 | 0.49 | 0 | 0.01 | 0 | 178.56 | 1 | 0.75 |
| Hex | 82 | FF | FC | 31 | 0 | 1 | 0 | B3 | 64 | 4B |
| Octal | 202 | 377 | 374 | 61 | 0 | 1 | 0 | 263 | 144 | 113 |
| Binary | 10000010 | 11111111 | 11111100 | 110001 | 0 | 1 | 0 | 10110011 | 1100100 | 1001011 |
Color Harmonies of #82FFFC
Complementary color
Monochromatic Colors of #82FFFC
Black with #82FFFC
Text Example
Text Example
White with #82FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFFC; }
p { color: rgb(130,255,252); }
H1.HeaderClassName
{
color: #82FFFC;
}
.AnyTagClassName
{
color: #82FFFC;
}
</style>
background-color css
<style>
a { background-color: #82FFFC; }
a { background-color: rgb(130,255,252); }
div.DivClassName
{
background-color: #82FFFC;
}
.BgClassName
{
background-color: #82FFFC;
}
</style>
border-color css
<style>
span { border-color: #82FFFC; }
span { border-color: rgb(130,255,252); }
td.TdClassName
{
border-color: #82FFFC;
}
.TagClassName
{
border-color: #82FFFC;
}
</style>