Shades of Electric Blue #7EF7EA
Tints of Electric Blue #7EF7EA
RGB
CMYK
RGB Variations
Color information
#7EF7EA (or 0x7EF7EA) is known color: Electric Blue. HEX triplet: 7E, F7 and EA. RGB value is (126,247,234). Sum of RGB (Red+Green+Blue) = 126+247+234=607 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.76% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #7EF7EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EF7EA is #810815. Grayscale: #D1D1D1. Windows color (decimal): -8456214 or 15398782. OLE color: 15398782.
HSL color Cylindrical-coordinate representation of color #7EF7EA: hue angle of 173.55º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF7EA is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 126 | 247 | 234 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.03 |
| HSL | 173.55º | 0.88% | 0.73% | - |
| HSV(B) | 173.55º | 0.49% | 0.97% | - |
| XYZ | 56.72 | 76.9 | 89.7 | - |
| YUV | 209.34 | 141.91 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 247 | 234 | 0.49 | 0 | 0.05 | 0.03 | 173.55 | 0.88 | 0.73 |
| Hex | 7E | F7 | EA | 31 | 0 | 5 | 3 | AE | 58 | 49 |
| Octal | 176 | 367 | 352 | 61 | 0 | 5 | 3 | 256 | 130 | 111 |
| Binary | 1111110 | 11110111 | 11101010 | 110001 | 0 | 101 | 11 | 10101110 | 1011000 | 1001001 |
Color Harmonies of #7EF7EA
Complementary color
Monochromatic Colors of #7EF7EA
Black with #7EF7EA
Text Example
Text Example
White with #7EF7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF7EA; }
p { color: rgb(126,247,234); }
H1.HeaderClassName
{
color: #7EF7EA;
}
.AnyTagClassName
{
color: #7EF7EA;
}
</style>
background-color css
<style>
a { background-color: #7EF7EA; }
a { background-color: rgb(126,247,234); }
div.DivClassName
{
background-color: #7EF7EA;
}
.BgClassName
{
background-color: #7EF7EA;
}
</style>
border-color css
<style>
span { border-color: #7EF7EA; }
span { border-color: rgb(126,247,234); }
td.TdClassName
{
border-color: #7EF7EA;
}
.TagClassName
{
border-color: #7EF7EA;
}
</style>