Shades of Electric Blue #7EE3FE
Tints of Electric Blue #7EE3FE
RGB
CMYK
RGB Variations
Color information
#7EE3FE (or 0x7EE3FE) is known color: Electric Blue. HEX triplet: 7E, E3 and FE. RGB value is (126,227,254). Sum of RGB (Red+Green+Blue) = 126+227+254=607 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.76% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EE3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EE3FE is #811C01. Grayscale: #C7C7C7. Windows color (decimal): -8461314 or 16704382. OLE color: 16704382.
HSL color Cylindrical-coordinate representation of color #7EE3FE: hue angle of 192.66º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EE3FE is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 227 | 254 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.00 |
| HSL | 192.66º | 0.98% | 0.75% | - |
| HSV(B) | 192.66º | 0.5% | 1% | - |
| XYZ | 53.96 | 66.53 | 103.76 | - |
| YUV | 199.88 | 158.54 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 227 | 254 | 0.50 | 0.11 | 0 | 0.00 | 192.66 | 0.98 | 0.75 |
| Hex | 7E | E3 | FE | 32 | B | 0 | 0 | C1 | 62 | 4B |
| Octal | 176 | 343 | 376 | 62 | 13 | 0 | 0 | 301 | 142 | 113 |
| Binary | 1111110 | 11100011 | 11111110 | 110010 | 1011 | 0 | 0 | 11000001 | 1100010 | 1001011 |
Color Harmonies of #7EE3FE
Complementary color
Monochromatic Colors of #7EE3FE
Black with #7EE3FE
Text Example
Text Example
White with #7EE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE3FE; }
p { color: rgb(126,227,254); }
H1.HeaderClassName
{
color: #7EE3FE;
}
.AnyTagClassName
{
color: #7EE3FE;
}
</style>
background-color css
<style>
a { background-color: #7EE3FE; }
a { background-color: rgb(126,227,254); }
div.DivClassName
{
background-color: #7EE3FE;
}
.BgClassName
{
background-color: #7EE3FE;
}
</style>
border-color css
<style>
span { border-color: #7EE3FE; }
span { border-color: rgb(126,227,254); }
td.TdClassName
{
border-color: #7EE3FE;
}
.TagClassName
{
border-color: #7EE3FE;
}
</style>