Shades of Electric Blue #7EF2EE
Tints of Electric Blue #7EF2EE
RGB
CMYK
RGB Variations
Color information
#7EF2EE (or 0x7EF2EE) is known color: Electric Blue. HEX triplet: 7E, F2 and EE. RGB value is (126,242,238). Sum of RGB (Red+Green+Blue) = 126+242+238=606 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.79% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF2EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EF2EE is #810D11. Grayscale: #CECECE. Windows color (decimal): -8457490 or 15659646. OLE color: 15659646.
HSL color Cylindrical-coordinate representation of color #7EF2EE: hue angle of 177.93º 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 #7EF2EE is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 242 | 238 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.05 |
| HSL | 177.93º | 0.82% | 0.72% | - |
| HSV(B) | 177.93º | 0.48% | 0.95% | - |
| XYZ | 55.79 | 74.11 | 92.25 | - |
| YUV | 206.86 | 145.57 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 242 | 238 | 0.48 | 0 | 0.02 | 0.05 | 177.93 | 0.82 | 0.72 |
| Hex | 7E | F2 | EE | 30 | 0 | 2 | 5 | B2 | 52 | 48 |
| Octal | 176 | 362 | 356 | 60 | 0 | 2 | 5 | 262 | 122 | 110 |
| Binary | 1111110 | 11110010 | 11101110 | 110000 | 0 | 10 | 101 | 10110010 | 1010010 | 1001000 |
Color Harmonies of #7EF2EE
Complementary color
Monochromatic Colors of #7EF2EE
Black with #7EF2EE
Text Example
Text Example
White with #7EF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF2EE; }
p { color: rgb(126,242,238); }
H1.HeaderClassName
{
color: #7EF2EE;
}
.AnyTagClassName
{
color: #7EF2EE;
}
</style>
background-color css
<style>
a { background-color: #7EF2EE; }
a { background-color: rgb(126,242,238); }
div.DivClassName
{
background-color: #7EF2EE;
}
.BgClassName
{
background-color: #7EF2EE;
}
</style>
border-color css
<style>
span { border-color: #7EF2EE; }
span { border-color: rgb(126,242,238); }
td.TdClassName
{
border-color: #7EF2EE;
}
.TagClassName
{
border-color: #7EF2EE;
}
</style>