Shades of Electric Blue #7EEEEC
Tints of Electric Blue #7EEEEC
RGB
CMYK
RGB Variations
Color information
#7EEEEC (or 0x7EEEEC) is known color: Electric Blue. HEX triplet: 7E, EE and EC. RGB value is (126,238,236). Sum of RGB (Red+Green+Blue) = 126+238+236=600 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #7EEEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEEEC is #811113. Grayscale: #CCCCCC. Windows color (decimal): -8458516 or 15527550. OLE color: 15527550.
HSL color Cylindrical-coordinate representation of color #7EEEEC: hue angle of 178.93º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEEEC is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 238 | 236 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.07 |
| HSL | 178.93º | 0.77% | 0.71% | - |
| HSV(B) | 178.93º | 0.47% | 0.93% | - |
| XYZ | 54.32 | 71.64 | 90.32 | - |
| YUV | 204.28 | 145.89 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 238 | 236 | 0.47 | 0 | 0.01 | 0.07 | 178.93 | 0.77 | 0.71 |
| Hex | 7E | EE | EC | 2F | 0 | 1 | 7 | B3 | 4D | 47 |
| Octal | 176 | 356 | 354 | 57 | 0 | 1 | 7 | 263 | 115 | 107 |
| Binary | 1111110 | 11101110 | 11101100 | 101111 | 0 | 1 | 111 | 10110011 | 1001101 | 1000111 |
Color Harmonies of #7EEEEC
Complementary color
Monochromatic Colors of #7EEEEC
Black with #7EEEEC
Text Example
Text Example
White with #7EEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEEEC; }
p { color: rgb(126,238,236); }
H1.HeaderClassName
{
color: #7EEEEC;
}
.AnyTagClassName
{
color: #7EEEEC;
}
</style>
background-color css
<style>
a { background-color: #7EEEEC; }
a { background-color: rgb(126,238,236); }
div.DivClassName
{
background-color: #7EEEEC;
}
.BgClassName
{
background-color: #7EEEEC;
}
</style>
border-color css
<style>
span { border-color: #7EEEEC; }
span { border-color: rgb(126,238,236); }
td.TdClassName
{
border-color: #7EEEEC;
}
.TagClassName
{
border-color: #7EEEEC;
}
</style>