Shades of Electric Blue #7EFDEB
Tints of Electric Blue #7EFDEB
RGB
CMYK
RGB Variations
Color information
#7EFDEB (or 0x7EFDEB) is known color: Electric Blue. HEX triplet: 7E, FD and EB. RGB value is (126,253,235). Sum of RGB (Red+Green+Blue) = 126+253+235=614 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.52% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFDEB is #810214. Grayscale: #D4D4D4. Windows color (decimal): -8454677 or 15465854. OLE color: 15465854.
HSL color Cylindrical-coordinate representation of color #7EFDEB: hue angle of 171.5º degrees, saturation: 0.97, 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 #7EFDEB is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 253 | 235 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.01 |
| HSL | 171.5º | 0.97% | 0.74% | - |
| HSV(B) | 171.5º | 0.5% | 0.99% | - |
| XYZ | 58.72 | 80.68 | 91.08 | - |
| YUV | 212.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 253 | 235 | 0.50 | 0 | 0.07 | 0.01 | 171.5 | 0.97 | 0.74 |
| Hex | 7E | FD | EB | 32 | 0 | 7 | 1 | AB | 61 | 4A |
| Octal | 176 | 375 | 353 | 62 | 0 | 7 | 1 | 253 | 141 | 112 |
| Binary | 1111110 | 11111101 | 11101011 | 110010 | 0 | 111 | 1 | 10101011 | 1100001 | 1001010 |
Color Harmonies of #7EFDEB
Complementary color
Monochromatic Colors of #7EFDEB
Black with #7EFDEB
Text Example
Text Example
White with #7EFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFDEB; }
p { color: rgb(126,253,235); }
H1.HeaderClassName
{
color: #7EFDEB;
}
.AnyTagClassName
{
color: #7EFDEB;
}
</style>
background-color css
<style>
a { background-color: #7EFDEB; }
a { background-color: rgb(126,253,235); }
div.DivClassName
{
background-color: #7EFDEB;
}
.BgClassName
{
background-color: #7EFDEB;
}
</style>
border-color css
<style>
span { border-color: #7EFDEB; }
span { border-color: rgb(126,253,235); }
td.TdClassName
{
border-color: #7EFDEB;
}
.TagClassName
{
border-color: #7EFDEB;
}
</style>