Shades of Electric Blue #7EEBFE
Tints of Electric Blue #7EEBFE
RGB
CMYK
RGB Variations
Color information
#7EEBFE (or 0x7EEBFE) is known color: Electric Blue. HEX triplet: 7E, EB and FE. RGB value is (126,235,254). Sum of RGB (Red+Green+Blue) = 126+235+254=615 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.49% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EEBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEBFE is #811401. Grayscale: #CCCCCC. Windows color (decimal): -8459266 or 16706430. OLE color: 16706430.
HSL color Cylindrical-coordinate representation of color #7EEBFE: hue angle of 188.91º 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 #7EEBFE is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 235 | 254 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.00 |
| HSL | 188.91º | 0.98% | 0.75% | - |
| HSV(B) | 188.91º | 0.5% | 1% | - |
| XYZ | 56.2 | 71.01 | 104.51 | - |
| YUV | 204.58 | 155.89 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 235 | 254 | 0.50 | 0.07 | 0 | 0.00 | 188.91 | 0.98 | 0.75 |
| Hex | 7E | EB | FE | 32 | 7 | 0 | 0 | BD | 62 | 4B |
| Octal | 176 | 353 | 376 | 62 | 7 | 0 | 0 | 275 | 142 | 113 |
| Binary | 1111110 | 11101011 | 11111110 | 110010 | 111 | 0 | 0 | 10111101 | 1100010 | 1001011 |
Color Harmonies of #7EEBFE
Complementary color
Monochromatic Colors of #7EEBFE
Black with #7EEBFE
Text Example
Text Example
White with #7EEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEBFE; }
p { color: rgb(126,235,254); }
H1.HeaderClassName
{
color: #7EEBFE;
}
.AnyTagClassName
{
color: #7EEBFE;
}
</style>
background-color css
<style>
a { background-color: #7EEBFE; }
a { background-color: rgb(126,235,254); }
div.DivClassName
{
background-color: #7EEBFE;
}
.BgClassName
{
background-color: #7EEBFE;
}
</style>
border-color css
<style>
span { border-color: #7EEBFE; }
span { border-color: rgb(126,235,254); }
td.TdClassName
{
border-color: #7EEBFE;
}
.TagClassName
{
border-color: #7EEBFE;
}
</style>