Shades of Electric Blue #7EE5FA
Tints of Electric Blue #7EE5FA
RGB
CMYK
RGB Variations
Color information
#7EE5FA (or 0x7EE5FA) is known color: Electric Blue. HEX triplet: 7E, E5 and FA. RGB value is (126,229,250). Sum of RGB (Red+Green+Blue) = 126+229+250=605 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.83% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EE5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EE5FA is #811A05. Grayscale: #C8C8C8. Windows color (decimal): -8460806 or 16442750. OLE color: 16442750.
HSL color Cylindrical-coordinate representation of color #7EE5FA: hue angle of 190.16º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EE5FA is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 229 | 250 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.02 |
| HSL | 190.16º | 0.93% | 0.74% | - |
| HSV(B) | 190.16º | 0.5% | 0.98% | - |
| XYZ | 53.88 | 67.38 | 100.61 | - |
| YUV | 200.6 | 155.88 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 229 | 250 | 0.50 | 0.08 | 0 | 0.02 | 190.16 | 0.93 | 0.74 |
| Hex | 7E | E5 | FA | 32 | 8 | 0 | 2 | BE | 5D | 4A |
| Octal | 176 | 345 | 372 | 62 | 10 | 0 | 2 | 276 | 135 | 112 |
| Binary | 1111110 | 11100101 | 11111010 | 110010 | 1000 | 0 | 10 | 10111110 | 1011101 | 1001010 |
Color Harmonies of #7EE5FA
Complementary color
Monochromatic Colors of #7EE5FA
Black with #7EE5FA
Text Example
Text Example
White with #7EE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE5FA; }
p { color: rgb(126,229,250); }
H1.HeaderClassName
{
color: #7EE5FA;
}
.AnyTagClassName
{
color: #7EE5FA;
}
</style>
background-color css
<style>
a { background-color: #7EE5FA; }
a { background-color: rgb(126,229,250); }
div.DivClassName
{
background-color: #7EE5FA;
}
.BgClassName
{
background-color: #7EE5FA;
}
</style>
border-color css
<style>
span { border-color: #7EE5FA; }
span { border-color: rgb(126,229,250); }
td.TdClassName
{
border-color: #7EE5FA;
}
.TagClassName
{
border-color: #7EE5FA;
}
</style>