Shades of Electric Blue #7EF2FE
Tints of Electric Blue #7EF2FE
RGB
CMYK
RGB Variations
Color information
#7EF2FE (or 0x7EF2FE) is known color: Electric Blue. HEX triplet: 7E, F2 and FE. RGB value is (126,242,254). Sum of RGB (Red+Green+Blue) = 126+242+254=622 (82% of max value = 765). Red value is 126 (49.61% from 255 or 20.26% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EF2FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EF2FE is #810D01. Grayscale: #D0D0D0. Windows color (decimal): -8457474 or 16708222. OLE color: 16708222.
HSL color Cylindrical-coordinate representation of color #7EF2FE: hue angle of 185.62º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EF2FE is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 242 | 254 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.00 |
| HSL | 185.63º | 0.98% | 0.75% | - |
| HSV(B) | 185.63º | 0.5% | 1% | - |
| XYZ | 58.25 | 75.1 | 105.19 | - |
| YUV | 208.68 | 153.57 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 242 | 254 | 0.50 | 0.05 | 0 | 0.00 | 185.63 | 0.98 | 0.75 |
| Hex | 7E | F2 | FE | 32 | 5 | 0 | 0 | BA | 62 | 4B |
| Octal | 176 | 362 | 376 | 62 | 5 | 0 | 0 | 272 | 142 | 113 |
| Binary | 1111110 | 11110010 | 11111110 | 110010 | 101 | 0 | 0 | 10111010 | 1100010 | 1001011 |
Color Harmonies of #7EF2FE
Complementary color
Monochromatic Colors of #7EF2FE
Black with #7EF2FE
Text Example
Text Example
White with #7EF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF2FE; }
p { color: rgb(126,242,254); }
H1.HeaderClassName
{
color: #7EF2FE;
}
.AnyTagClassName
{
color: #7EF2FE;
}
</style>
background-color css
<style>
a { background-color: #7EF2FE; }
a { background-color: rgb(126,242,254); }
div.DivClassName
{
background-color: #7EF2FE;
}
.BgClassName
{
background-color: #7EF2FE;
}
</style>
border-color css
<style>
span { border-color: #7EF2FE; }
span { border-color: rgb(126,242,254); }
td.TdClassName
{
border-color: #7EF2FE;
}
.TagClassName
{
border-color: #7EF2FE;
}
</style>