Shades of Electric Blue #7EFDEF
Tints of Electric Blue #7EFDEF
RGB
CMYK
RGB Variations
Color information
#7EFDEF (or 0x7EFDEF) is known color: Electric Blue. HEX triplet: 7E, FD and EF. RGB value is (126,253,239). Sum of RGB (Red+Green+Blue) = 126+253+239=618 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.39% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFDEF is #810210. Grayscale: #D5D5D5. Windows color (decimal): -8454673 or 15727998. OLE color: 15727998.
HSL color Cylindrical-coordinate representation of color #7EFDEF: hue angle of 173.39º 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 #7EFDEF is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 253 | 239 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.01 |
| HSL | 173.39º | 0.97% | 0.74% | - |
| HSV(B) | 173.39º | 0.5% | 0.99% | - |
| XYZ | 59.31 | 80.92 | 94.15 | - |
| YUV | 213.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 253 | 239 | 0.50 | 0 | 0.06 | 0.01 | 173.39 | 0.97 | 0.74 |
| Hex | 7E | FD | EF | 32 | 0 | 6 | 1 | AD | 61 | 4A |
| Octal | 176 | 375 | 357 | 62 | 0 | 6 | 1 | 255 | 141 | 112 |
| Binary | 1111110 | 11111101 | 11101111 | 110010 | 0 | 110 | 1 | 10101101 | 1100001 | 1001010 |
Color Harmonies of #7EFDEF
Complementary color
Monochromatic Colors of #7EFDEF
Black with #7EFDEF
Text Example
Text Example
White with #7EFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFDEF; }
p { color: rgb(126,253,239); }
H1.HeaderClassName
{
color: #7EFDEF;
}
.AnyTagClassName
{
color: #7EFDEF;
}
</style>
background-color css
<style>
a { background-color: #7EFDEF; }
a { background-color: rgb(126,253,239); }
div.DivClassName
{
background-color: #7EFDEF;
}
.BgClassName
{
background-color: #7EFDEF;
}
</style>
border-color css
<style>
span { border-color: #7EFDEF; }
span { border-color: rgb(126,253,239); }
td.TdClassName
{
border-color: #7EFDEF;
}
.TagClassName
{
border-color: #7EFDEF;
}
</style>