Shades of Electric Blue #82F2ED
Tints of Electric Blue #82F2ED
RGB
CMYK
RGB Variations
Color information
#82F2ED (or 0x82F2ED) is known color: Electric Blue. HEX triplet: 82, F2 and ED. RGB value is (130,242,237). Sum of RGB (Red+Green+Blue) = 130+242+237=609 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.35% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #82F2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F2ED is #7D0D12. Grayscale: #CFCFCF. Windows color (decimal): -8195347 or 15594114. OLE color: 15594114.
HSL color Cylindrical-coordinate representation of color #82F2ED: hue angle of 177.32º degrees, saturation: 0.81, 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 #82F2ED is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 242 | 237 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.05 |
| HSL | 177.32º | 0.81% | 0.73% | - |
| HSV(B) | 177.32º | 0.46% | 0.95% | - |
| XYZ | 56.24 | 74.36 | 91.51 | - |
| YUV | 207.94 | 144.39 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 242 | 237 | 0.46 | 0 | 0.02 | 0.05 | 177.32 | 0.81 | 0.73 |
| Hex | 82 | F2 | ED | 2E | 0 | 2 | 5 | B1 | 51 | 49 |
| Octal | 202 | 362 | 355 | 56 | 0 | 2 | 5 | 261 | 121 | 111 |
| Binary | 10000010 | 11110010 | 11101101 | 101110 | 0 | 10 | 101 | 10110001 | 1010001 | 1001001 |
Color Harmonies of #82F2ED
Complementary color
Monochromatic Colors of #82F2ED
Black with #82F2ED
Text Example
Text Example
White with #82F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F2ED; }
p { color: rgb(130,242,237); }
H1.HeaderClassName
{
color: #82F2ED;
}
.AnyTagClassName
{
color: #82F2ED;
}
</style>
background-color css
<style>
a { background-color: #82F2ED; }
a { background-color: rgb(130,242,237); }
div.DivClassName
{
background-color: #82F2ED;
}
.BgClassName
{
background-color: #82F2ED;
}
</style>
border-color css
<style>
span { border-color: #82F2ED; }
span { border-color: rgb(130,242,237); }
td.TdClassName
{
border-color: #82F2ED;
}
.TagClassName
{
border-color: #82F2ED;
}
</style>