Shades of Electric Blue #7EF0EA
Tints of Electric Blue #7EF0EA
RGB
CMYK
RGB Variations
Color information
#7EF0EA (or 0x7EF0EA) is known color: Electric Blue. HEX triplet: 7E, F0 and EA. RGB value is (126,240,234). Sum of RGB (Red+Green+Blue) = 126+240+234=600 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #7EF0EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EF0EA is #810F15. Grayscale: #CDCDCD. Windows color (decimal): -8458006 or 15396990. OLE color: 15396990.
HSL color Cylindrical-coordinate representation of color #7EF0EA: hue angle of 176.84º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF0EA is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 240 | 234 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.06 |
| HSL | 176.84º | 0.79% | 0.72% | - |
| HSV(B) | 176.84º | 0.48% | 0.94% | - |
| XYZ | 54.62 | 72.7 | 89 | - |
| YUV | 205.23 | 144.23 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 240 | 234 | 0.48 | 0 | 0.02 | 0.06 | 176.84 | 0.79 | 0.72 |
| Hex | 7E | F0 | EA | 30 | 0 | 2 | 6 | B1 | 4F | 48 |
| Octal | 176 | 360 | 352 | 60 | 0 | 2 | 6 | 261 | 117 | 110 |
| Binary | 1111110 | 11110000 | 11101010 | 110000 | 0 | 10 | 110 | 10110001 | 1001111 | 1001000 |
Color Harmonies of #7EF0EA
Complementary color
Monochromatic Colors of #7EF0EA
Black with #7EF0EA
Text Example
Text Example
White with #7EF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF0EA; }
p { color: rgb(126,240,234); }
H1.HeaderClassName
{
color: #7EF0EA;
}
.AnyTagClassName
{
color: #7EF0EA;
}
</style>
background-color css
<style>
a { background-color: #7EF0EA; }
a { background-color: rgb(126,240,234); }
div.DivClassName
{
background-color: #7EF0EA;
}
.BgClassName
{
background-color: #7EF0EA;
}
</style>
border-color css
<style>
span { border-color: #7EF0EA; }
span { border-color: rgb(126,240,234); }
td.TdClassName
{
border-color: #7EF0EA;
}
.TagClassName
{
border-color: #7EF0EA;
}
</style>