Shades of Electric Blue #7EECEB
Tints of Electric Blue #7EECEB
RGB
CMYK
RGB Variations
Color information
#7EECEB (or 0x7EECEB) is known color: Electric Blue. HEX triplet: 7E, EC and EB. RGB value is (126,236,235). Sum of RGB (Red+Green+Blue) = 126+236+235=597 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.11% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EECEB is #811314. Grayscale: #CACACA. Windows color (decimal): -8459029 or 15461502. OLE color: 15461502.
HSL color Cylindrical-coordinate representation of color #7EECEB: hue angle of 179.45º degrees, saturation: 0.74, 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 #7EECEB is Cyan = 0.47, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 236 | 235 | - |
| CMYK | 0.47 | 0 | 0.00 | 0.07 |
| HSL | 179.45º | 0.74% | 0.71% | - |
| HSV(B) | 179.45º | 0.47% | 0.93% | - |
| XYZ | 53.6 | 70.42 | 89.37 | - |
| YUV | 203 | 146.06 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 236 | 235 | 0.47 | 0 | 0.00 | 0.07 | 179.45 | 0.74 | 0.71 |
| Hex | 7E | EC | EB | 2F | 0 | 0 | 7 | B3 | 4A | 47 |
| Octal | 176 | 354 | 353 | 57 | 0 | 0 | 7 | 263 | 112 | 107 |
| Binary | 1111110 | 11101100 | 11101011 | 101111 | 0 | 0 | 111 | 10110011 | 1001010 | 1000111 |
Color Harmonies of #7EECEB
Complementary color
Monochromatic Colors of #7EECEB
Black with #7EECEB
Text Example
Text Example
White with #7EECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EECEB; }
p { color: rgb(126,236,235); }
H1.HeaderClassName
{
color: #7EECEB;
}
.AnyTagClassName
{
color: #7EECEB;
}
</style>
background-color css
<style>
a { background-color: #7EECEB; }
a { background-color: rgb(126,236,235); }
div.DivClassName
{
background-color: #7EECEB;
}
.BgClassName
{
background-color: #7EECEB;
}
</style>
border-color css
<style>
span { border-color: #7EECEB; }
span { border-color: rgb(126,236,235); }
td.TdClassName
{
border-color: #7EECEB;
}
.TagClassName
{
border-color: #7EECEB;
}
</style>