Shades of Electric Blue #7EF1E6
Tints of Electric Blue #7EF1E6
RGB
CMYK
RGB Variations
Color information
#7EF1E6 (or 0x7EF1E6) is known color: Electric Blue. HEX triplet: 7E, F1 and E6. RGB value is (126,241,230). Sum of RGB (Red+Green+Blue) = 126+241+230=597 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.11% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF1E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EF1E6 is #810E19. Grayscale: #CDCDCD. Windows color (decimal): -8457754 or 15135102. OLE color: 15135102.
HSL color Cylindrical-coordinate representation of color #7EF1E6: hue angle of 174.26º degrees, saturation: 0.8, 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 #7EF1E6 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 241 | 230 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.05 |
| HSL | 174.26º | 0.8% | 0.72% | - |
| HSV(B) | 174.26º | 0.48% | 0.95% | - |
| XYZ | 54.34 | 73.06 | 86.1 | - |
| YUV | 205.36 | 141.9 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 241 | 230 | 0.48 | 0 | 0.05 | 0.05 | 174.26 | 0.8 | 0.72 |
| Hex | 7E | F1 | E6 | 30 | 0 | 5 | 5 | AE | 50 | 48 |
| Octal | 176 | 361 | 346 | 60 | 0 | 5 | 5 | 256 | 120 | 110 |
| Binary | 1111110 | 11110001 | 11100110 | 110000 | 0 | 101 | 101 | 10101110 | 1010000 | 1001000 |
Color Harmonies of #7EF1E6
Complementary color
Monochromatic Colors of #7EF1E6
Black with #7EF1E6
Text Example
Text Example
White with #7EF1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF1E6; }
p { color: rgb(126,241,230); }
H1.HeaderClassName
{
color: #7EF1E6;
}
.AnyTagClassName
{
color: #7EF1E6;
}
</style>
background-color css
<style>
a { background-color: #7EF1E6; }
a { background-color: rgb(126,241,230); }
div.DivClassName
{
background-color: #7EF1E6;
}
.BgClassName
{
background-color: #7EF1E6;
}
</style>
border-color css
<style>
span { border-color: #7EF1E6; }
span { border-color: rgb(126,241,230); }
td.TdClassName
{
border-color: #7EF1E6;
}
.TagClassName
{
border-color: #7EF1E6;
}
</style>