Shades of Electric Blue #82FBED
Tints of Electric Blue #82FBED
RGB
CMYK
RGB Variations
Color information
#82FBED (or 0x82FBED) is known color: Electric Blue. HEX triplet: 82, FB and ED. RGB value is (130,251,237). Sum of RGB (Red+Green+Blue) = 130+251+237=618 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.04% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #82FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FBED is #7D0412. Grayscale: #D5D5D5. Windows color (decimal): -8193043 or 15596418. OLE color: 15596418.
HSL color Cylindrical-coordinate representation of color #82FBED: hue angle of 173.06º 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 #82FBED is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 251 | 237 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.02 |
| HSL | 173.06º | 0.94% | 0.75% | - |
| HSV(B) | 173.06º | 0.48% | 0.98% | - |
| XYZ | 58.99 | 79.85 | 92.43 | - |
| YUV | 213.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 251 | 237 | 0.48 | 0 | 0.06 | 0.02 | 173.06 | 0.94 | 0.75 |
| Hex | 82 | FB | ED | 30 | 0 | 6 | 2 | AD | 5E | 4B |
| Octal | 202 | 373 | 355 | 60 | 0 | 6 | 2 | 255 | 136 | 113 |
| Binary | 10000010 | 11111011 | 11101101 | 110000 | 0 | 110 | 10 | 10101101 | 1011110 | 1001011 |
Color Harmonies of #82FBED
Complementary color
Monochromatic Colors of #82FBED
Black with #82FBED
Text Example
Text Example
White with #82FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FBED; }
p { color: rgb(130,251,237); }
H1.HeaderClassName
{
color: #82FBED;
}
.AnyTagClassName
{
color: #82FBED;
}
</style>
background-color css
<style>
a { background-color: #82FBED; }
a { background-color: rgb(130,251,237); }
div.DivClassName
{
background-color: #82FBED;
}
.BgClassName
{
background-color: #82FBED;
}
</style>
border-color css
<style>
span { border-color: #82FBED; }
span { border-color: rgb(130,251,237); }
td.TdClassName
{
border-color: #82FBED;
}
.TagClassName
{
border-color: #82FBED;
}
</style>