Shades of Electric Blue #7EE5FE
Tints of Electric Blue #7EE5FE
RGB
CMYK
RGB Variations
Color information
#7EE5FE (or 0x7EE5FE) is known color: Electric Blue. HEX triplet: 7E, E5 and FE. RGB value is (126,229,254). Sum of RGB (Red+Green+Blue) = 126+229+254=609 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.69% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EE5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EE5FE is #811A01. Grayscale: #C8C8C8. Windows color (decimal): -8460802 or 16704894. OLE color: 16704894.
HSL color Cylindrical-coordinate representation of color #7EE5FE: hue angle of 191.72º 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 #7EE5FE is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 229 | 254 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.00 |
| HSL | 191.72º | 0.98% | 0.75% | - |
| HSV(B) | 191.72º | 0.5% | 1% | - |
| XYZ | 54.51 | 67.63 | 103.95 | - |
| YUV | 201.05 | 157.88 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 229 | 254 | 0.50 | 0.10 | 0 | 0.00 | 191.72 | 0.98 | 0.75 |
| Hex | 7E | E5 | FE | 32 | A | 0 | 0 | C0 | 62 | 4B |
| Octal | 176 | 345 | 376 | 62 | 12 | 0 | 0 | 300 | 142 | 113 |
| Binary | 1111110 | 11100101 | 11111110 | 110010 | 1010 | 0 | 0 | 11000000 | 1100010 | 1001011 |
Color Harmonies of #7EE5FE
Complementary color
Monochromatic Colors of #7EE5FE
Black with #7EE5FE
Text Example
Text Example
White with #7EE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE5FE; }
p { color: rgb(126,229,254); }
H1.HeaderClassName
{
color: #7EE5FE;
}
.AnyTagClassName
{
color: #7EE5FE;
}
</style>
background-color css
<style>
a { background-color: #7EE5FE; }
a { background-color: rgb(126,229,254); }
div.DivClassName
{
background-color: #7EE5FE;
}
.BgClassName
{
background-color: #7EE5FE;
}
</style>
border-color css
<style>
span { border-color: #7EE5FE; }
span { border-color: rgb(126,229,254); }
td.TdClassName
{
border-color: #7EE5FE;
}
.TagClassName
{
border-color: #7EE5FE;
}
</style>