Shades of Electric Blue #7EFDEA
Tints of Electric Blue #7EFDEA
RGB
CMYK
RGB Variations
Color information
#7EFDEA (or 0x7EFDEA) is known color: Electric Blue. HEX triplet: 7E, FD and EA. RGB value is (126,253,234). Sum of RGB (Red+Green+Blue) = 126+253+234=613 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.55% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFDEA is #810215. Grayscale: #D4D4D4. Windows color (decimal): -8454678 or 15400318. OLE color: 15400318.
HSL color Cylindrical-coordinate representation of color #7EFDEA: hue angle of 171.02º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFDEA is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 253 | 234 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.01 |
| HSL | 171.02º | 0.97% | 0.74% | - |
| HSV(B) | 171.02º | 0.5% | 0.99% | - |
| XYZ | 58.58 | 80.63 | 90.32 | - |
| YUV | 212.86 | 139.92 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 253 | 234 | 0.50 | 0 | 0.08 | 0.01 | 171.02 | 0.97 | 0.74 |
| Hex | 7E | FD | EA | 32 | 0 | 8 | 1 | AB | 61 | 4A |
| Octal | 176 | 375 | 352 | 62 | 0 | 10 | 1 | 253 | 141 | 112 |
| Binary | 1111110 | 11111101 | 11101010 | 110010 | 0 | 1000 | 1 | 10101011 | 1100001 | 1001010 |
Color Harmonies of #7EFDEA
Complementary color
Monochromatic Colors of #7EFDEA
Black with #7EFDEA
Text Example
Text Example
White with #7EFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFDEA; }
p { color: rgb(126,253,234); }
H1.HeaderClassName
{
color: #7EFDEA;
}
.AnyTagClassName
{
color: #7EFDEA;
}
</style>
background-color css
<style>
a { background-color: #7EFDEA; }
a { background-color: rgb(126,253,234); }
div.DivClassName
{
background-color: #7EFDEA;
}
.BgClassName
{
background-color: #7EFDEA;
}
</style>
border-color css
<style>
span { border-color: #7EFDEA; }
span { border-color: rgb(126,253,234); }
td.TdClassName
{
border-color: #7EFDEA;
}
.TagClassName
{
border-color: #7EFDEA;
}
</style>