Shades of Electric Blue #82E6FE
Tints of Electric Blue #82E6FE
RGB
CMYK
RGB Variations
Color information
#82E6FE (or 0x82E6FE) is known color: Electric Blue. HEX triplet: 82, E6 and FE. RGB value is (130,230,254). Sum of RGB (Red+Green+Blue) = 130+230+254=614 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.17% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #82E6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82E6FE is #7D1901. Grayscale: #CACACA. Windows color (decimal): -8198402 or 16705154. OLE color: 16705154.
HSL color Cylindrical-coordinate representation of color #82E6FE: hue angle of 191.61º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82E6FE is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 230 | 254 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.00 |
| HSL | 191.61º | 0.98% | 0.75% | - |
| HSV(B) | 191.61º | 0.49% | 1% | - |
| XYZ | 55.39 | 68.5 | 104.07 | - |
| YUV | 202.84 | 156.87 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 230 | 254 | 0.49 | 0.09 | 0 | 0.00 | 191.61 | 0.98 | 0.75 |
| Hex | 82 | E6 | FE | 31 | 9 | 0 | 0 | C0 | 62 | 4B |
| Octal | 202 | 346 | 376 | 61 | 11 | 0 | 0 | 300 | 142 | 113 |
| Binary | 10000010 | 11100110 | 11111110 | 110001 | 1001 | 0 | 0 | 11000000 | 1100010 | 1001011 |
Color Harmonies of #82E6FE
Complementary color
Monochromatic Colors of #82E6FE
Black with #82E6FE
Text Example
Text Example
White with #82E6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E6FE; }
p { color: rgb(130,230,254); }
H1.HeaderClassName
{
color: #82E6FE;
}
.AnyTagClassName
{
color: #82E6FE;
}
</style>
background-color css
<style>
a { background-color: #82E6FE; }
a { background-color: rgb(130,230,254); }
div.DivClassName
{
background-color: #82E6FE;
}
.BgClassName
{
background-color: #82E6FE;
}
</style>
border-color css
<style>
span { border-color: #82E6FE; }
span { border-color: rgb(130,230,254); }
td.TdClassName
{
border-color: #82E6FE;
}
.TagClassName
{
border-color: #82E6FE;
}
</style>