Shades of Electric Blue #7EEBFC
Tints of Electric Blue #7EEBFC
RGB
CMYK
RGB Variations
Color information
#7EEBFC (or 0x7EEBFC) is known color: Electric Blue. HEX triplet: 7E, EB and FC. RGB value is (126,235,252). Sum of RGB (Red+Green+Blue) = 126+235+252=613 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.55% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EEBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEBFC is #811403. Grayscale: #CCCCCC. Windows color (decimal): -8459268 or 16575358. OLE color: 16575358.
HSL color Cylindrical-coordinate representation of color #7EEBFC: hue angle of 188.1º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EEBFC is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 235 | 252 | - |
| CMYK | 0.5 | 0.07 | 0 | 0.01 |
| HSL | 188.1º | 0.95% | 0.74% | - |
| HSV(B) | 188.1º | 0.5% | 0.99% | - |
| XYZ | 55.88 | 70.88 | 102.83 | - |
| YUV | 204.35 | 154.89 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 235 | 252 | 0.5 | 0.07 | 0 | 0.01 | 188.1 | 0.95 | 0.74 |
| Hex | 7E | EB | FC | 32 | 7 | 0 | 1 | BC | 5F | 4A |
| Octal | 176 | 353 | 374 | 62 | 7 | 0 | 1 | 274 | 137 | 112 |
| Binary | 1111110 | 11101011 | 11111100 | 110010 | 111 | 0 | 1 | 10111100 | 1011111 | 1001010 |
Color Harmonies of #7EEBFC
Complementary color
Monochromatic Colors of #7EEBFC
Black with #7EEBFC
Text Example
Text Example
White with #7EEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEBFC; }
p { color: rgb(126,235,252); }
H1.HeaderClassName
{
color: #7EEBFC;
}
.AnyTagClassName
{
color: #7EEBFC;
}
</style>
background-color css
<style>
a { background-color: #7EEBFC; }
a { background-color: rgb(126,235,252); }
div.DivClassName
{
background-color: #7EEBFC;
}
.BgClassName
{
background-color: #7EEBFC;
}
</style>
border-color css
<style>
span { border-color: #7EEBFC; }
span { border-color: rgb(126,235,252); }
td.TdClassName
{
border-color: #7EEBFC;
}
.TagClassName
{
border-color: #7EEBFC;
}
</style>