Shades of Electric Blue #7EFBEC
Tints of Electric Blue #7EFBEC
RGB
CMYK
RGB Variations
Color information
#7EFBEC (or 0x7EFBEC) is known color: Electric Blue. HEX triplet: 7E, FB and EC. RGB value is (126,251,236). Sum of RGB (Red+Green+Blue) = 126+251+236=613 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.55% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #7EFBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFBEC is #810413. Grayscale: #D3D3D3. Windows color (decimal): -8455188 or 15530878. OLE color: 15530878.
HSL color Cylindrical-coordinate representation of color #7EFBEC: hue angle of 172.8º degrees, saturation: 0.94, 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 #7EFBEC is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 251 | 236 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.02 |
| HSL | 172.8º | 0.94% | 0.74% | - |
| HSV(B) | 172.8º | 0.5% | 0.98% | - |
| XYZ | 58.24 | 79.49 | 91.63 | - |
| YUV | 211.92 | 141.59 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 251 | 236 | 0.50 | 0 | 0.06 | 0.02 | 172.8 | 0.94 | 0.74 |
| Hex | 7E | FB | EC | 32 | 0 | 6 | 2 | AD | 5E | 4A |
| Octal | 176 | 373 | 354 | 62 | 0 | 6 | 2 | 255 | 136 | 112 |
| Binary | 1111110 | 11111011 | 11101100 | 110010 | 0 | 110 | 10 | 10101101 | 1011110 | 1001010 |
Color Harmonies of #7EFBEC
Complementary color
Monochromatic Colors of #7EFBEC
Black with #7EFBEC
Text Example
Text Example
White with #7EFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFBEC; }
p { color: rgb(126,251,236); }
H1.HeaderClassName
{
color: #7EFBEC;
}
.AnyTagClassName
{
color: #7EFBEC;
}
</style>
background-color css
<style>
a { background-color: #7EFBEC; }
a { background-color: rgb(126,251,236); }
div.DivClassName
{
background-color: #7EFBEC;
}
.BgClassName
{
background-color: #7EFBEC;
}
</style>
border-color css
<style>
span { border-color: #7EFBEC; }
span { border-color: rgb(126,251,236); }
td.TdClassName
{
border-color: #7EFBEC;
}
.TagClassName
{
border-color: #7EFBEC;
}
</style>