Shades of Electric Blue #82E9FE
Tints of Electric Blue #82E9FE
RGB
CMYK
RGB Variations
Color information
#82E9FE (or 0x82E9FE) is known color: Electric Blue. HEX triplet: 82, E9 and FE. RGB value is (130,233,254). Sum of RGB (Red+Green+Blue) = 130+233+254=617 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.07% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #82E9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82E9FE is #7D1601. Grayscale: #CCCCCC. Windows color (decimal): -8197634 or 16705922. OLE color: 16705922.
HSL color Cylindrical-coordinate representation of color #82E9FE: hue angle of 190.16º 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 #82E9FE is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 233 | 254 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.00 |
| HSL | 190.16º | 0.98% | 0.75% | - |
| HSV(B) | 190.16º | 0.49% | 1% | - |
| XYZ | 56.23 | 70.18 | 104.35 | - |
| YUV | 204.6 | 155.88 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 233 | 254 | 0.49 | 0.08 | 0 | 0.00 | 190.16 | 0.98 | 0.75 |
| Hex | 82 | E9 | FE | 31 | 8 | 0 | 0 | BE | 62 | 4B |
| Octal | 202 | 351 | 376 | 61 | 10 | 0 | 0 | 276 | 142 | 113 |
| Binary | 10000010 | 11101001 | 11111110 | 110001 | 1000 | 0 | 0 | 10111110 | 1100010 | 1001011 |
Color Harmonies of #82E9FE
Complementary color
Monochromatic Colors of #82E9FE
Black with #82E9FE
Text Example
Text Example
White with #82E9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E9FE; }
p { color: rgb(130,233,254); }
H1.HeaderClassName
{
color: #82E9FE;
}
.AnyTagClassName
{
color: #82E9FE;
}
</style>
background-color css
<style>
a { background-color: #82E9FE; }
a { background-color: rgb(130,233,254); }
div.DivClassName
{
background-color: #82E9FE;
}
.BgClassName
{
background-color: #82E9FE;
}
</style>
border-color css
<style>
span { border-color: #82E9FE; }
span { border-color: rgb(130,233,254); }
td.TdClassName
{
border-color: #82E9FE;
}
.TagClassName
{
border-color: #82E9FE;
}
</style>