Shades of Electric Blue #82FBF7
Tints of Electric Blue #82FBF7
RGB
CMYK
RGB Variations
Color information
#82FBF7 (or 0x82FBF7) is known color: Electric Blue. HEX triplet: 82, FB and F7. RGB value is (130,251,247). Sum of RGB (Red+Green+Blue) = 130+251+247=628 (83% of max value = 765). Red value is 130 (51.17% from 255 or 20.70% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 247 (96.88% from 255 or 39.33% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #82FBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FBF7 is #7D0408. Grayscale: #D6D6D6. Windows color (decimal): -8193033 or 16251778. OLE color: 16251778.
HSL color Cylindrical-coordinate representation of color #82FBF7: hue angle of 178.02º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82FBF7 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 251 | 247 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.02 |
| HSL | 178.02º | 0.94% | 0.75% | - |
| HSV(B) | 178.02º | 0.48% | 0.98% | - |
| XYZ | 60.49 | 80.46 | 100.34 | - |
| YUV | 214.37 | 146.41 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 251 | 247 | 0.48 | 0 | 0.02 | 0.02 | 178.02 | 0.94 | 0.75 |
| Hex | 82 | FB | F7 | 30 | 0 | 2 | 2 | B2 | 5E | 4B |
| Octal | 202 | 373 | 367 | 60 | 0 | 2 | 2 | 262 | 136 | 113 |
| Binary | 10000010 | 11111011 | 11110111 | 110000 | 0 | 10 | 10 | 10110010 | 1011110 | 1001011 |
Color Harmonies of #82FBF7
Complementary color
Monochromatic Colors of #82FBF7
Black with #82FBF7
Text Example
Text Example
White with #82FBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FBF7; }
p { color: rgb(130,251,247); }
H1.HeaderClassName
{
color: #82FBF7;
}
.AnyTagClassName
{
color: #82FBF7;
}
</style>
background-color css
<style>
a { background-color: #82FBF7; }
a { background-color: rgb(130,251,247); }
div.DivClassName
{
background-color: #82FBF7;
}
.BgClassName
{
background-color: #82FBF7;
}
</style>
border-color css
<style>
span { border-color: #82FBF7; }
span { border-color: rgb(130,251,247); }
td.TdClassName
{
border-color: #82FBF7;
}
.TagClassName
{
border-color: #82FBF7;
}
</style>