Shades of Electric Blue #7EF2ED
Tints of Electric Blue #7EF2ED
RGB
CMYK
RGB Variations
Color information
#7EF2ED (or 0x7EF2ED) is known color: Electric Blue. HEX triplet: 7E, F2 and ED. RGB value is (126,242,237). Sum of RGB (Red+Green+Blue) = 126+242+237=605 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.83% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EF2ED is #810D12. Grayscale: #CECECE. Windows color (decimal): -8457491 or 15594110. OLE color: 15594110.
HSL color Cylindrical-coordinate representation of color #7EF2ED: hue angle of 177.41º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF2ED is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 242 | 237 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.05 |
| HSL | 177.41º | 0.82% | 0.72% | - |
| HSV(B) | 177.41º | 0.48% | 0.95% | - |
| XYZ | 55.64 | 74.05 | 91.48 | - |
| YUV | 206.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 242 | 237 | 0.48 | 0 | 0.02 | 0.05 | 177.41 | 0.82 | 0.72 |
| Hex | 7E | F2 | ED | 30 | 0 | 2 | 5 | B1 | 52 | 48 |
| Octal | 176 | 362 | 355 | 60 | 0 | 2 | 5 | 261 | 122 | 110 |
| Binary | 1111110 | 11110010 | 11101101 | 110000 | 0 | 10 | 101 | 10110001 | 1010010 | 1001000 |
Color Harmonies of #7EF2ED
Complementary color
Monochromatic Colors of #7EF2ED
Black with #7EF2ED
Text Example
Text Example
White with #7EF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF2ED; }
p { color: rgb(126,242,237); }
H1.HeaderClassName
{
color: #7EF2ED;
}
.AnyTagClassName
{
color: #7EF2ED;
}
</style>
background-color css
<style>
a { background-color: #7EF2ED; }
a { background-color: rgb(126,242,237); }
div.DivClassName
{
background-color: #7EF2ED;
}
.BgClassName
{
background-color: #7EF2ED;
}
</style>
border-color css
<style>
span { border-color: #7EF2ED; }
span { border-color: rgb(126,242,237); }
td.TdClassName
{
border-color: #7EF2ED;
}
.TagClassName
{
border-color: #7EF2ED;
}
</style>