Shades of Electric Blue #7EF0E7
Tints of Electric Blue #7EF0E7
RGB
CMYK
RGB Variations
Color information
#7EF0E7 (or 0x7EF0E7) is known color: Electric Blue. HEX triplet: 7E, F0 and E7. RGB value is (126,240,231). Sum of RGB (Red+Green+Blue) = 126+240+231=597 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.11% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #7EF0E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EF0E7 is #810F18. Grayscale: #CCCCCC. Windows color (decimal): -8458009 or 15200382. OLE color: 15200382.
HSL color Cylindrical-coordinate representation of color #7EF0E7: hue angle of 175.26º 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 #7EF0E7 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 240 | 231 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.06 |
| HSL | 175.26º | 0.79% | 0.72% | - |
| HSV(B) | 175.26º | 0.48% | 0.94% | - |
| XYZ | 54.19 | 72.53 | 86.74 | - |
| YUV | 204.89 | 142.73 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 240 | 231 | 0.48 | 0 | 0.04 | 0.06 | 175.26 | 0.79 | 0.72 |
| Hex | 7E | F0 | E7 | 30 | 0 | 4 | 6 | AF | 4F | 48 |
| Octal | 176 | 360 | 347 | 60 | 0 | 4 | 6 | 257 | 117 | 110 |
| Binary | 1111110 | 11110000 | 11100111 | 110000 | 0 | 100 | 110 | 10101111 | 1001111 | 1001000 |
Color Harmonies of #7EF0E7
Complementary color
Monochromatic Colors of #7EF0E7
Black with #7EF0E7
Text Example
Text Example
White with #7EF0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF0E7; }
p { color: rgb(126,240,231); }
H1.HeaderClassName
{
color: #7EF0E7;
}
.AnyTagClassName
{
color: #7EF0E7;
}
</style>
background-color css
<style>
a { background-color: #7EF0E7; }
a { background-color: rgb(126,240,231); }
div.DivClassName
{
background-color: #7EF0E7;
}
.BgClassName
{
background-color: #7EF0E7;
}
</style>
border-color css
<style>
span { border-color: #7EF0E7; }
span { border-color: rgb(126,240,231); }
td.TdClassName
{
border-color: #7EF0E7;
}
.TagClassName
{
border-color: #7EF0E7;
}
</style>