Shades of Electric Blue #7EFFFD
Tints of Electric Blue #7EFFFD
RGB
CMYK
RGB Variations
Color information
#7EFFFD (or 0x7EFFFD) is known color: Electric Blue. HEX triplet: 7E, FF and FD. RGB value is (126,255,253). Sum of RGB (Red+Green+Blue) = 126+255+253=634 (83% of max value = 765). Red value is 126 (49.61% from 255 or 19.87% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFFFD is #810002. Grayscale: #D8D8D8. Windows color (decimal): -8454147 or 16646014. OLE color: 16646014.
HSL color Cylindrical-coordinate representation of color #7EFFFD: hue angle of 179.07º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EFFFD is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 253 | - |
| CMYK | 0.51 | 0 | 0.01 | 0 |
| HSL | 179.07º | 1% | 0.75% | - |
| HSV(B) | 179.07º | 0.51% | 1% | - |
| XYZ | 62.09 | 83.05 | 105.69 | - |
| YUV | 216.2 | 148.76 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 253 | 0.51 | 0 | 0.01 | 0 | 179.07 | 1 | 0.75 |
| Hex | 7E | FF | FD | 33 | 0 | 1 | 0 | B3 | 64 | 4B |
| Octal | 176 | 377 | 375 | 63 | 0 | 1 | 0 | 263 | 144 | 113 |
| Binary | 1111110 | 11111111 | 11111101 | 110011 | 0 | 1 | 0 | 10110011 | 1100100 | 1001011 |
Color Harmonies of #7EFFFD
Complementary color
Monochromatic Colors of #7EFFFD
Black with #7EFFFD
Text Example
Text Example
White with #7EFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFFFD; }
p { color: rgb(126,255,253); }
H1.HeaderClassName
{
color: #7EFFFD;
}
.AnyTagClassName
{
color: #7EFFFD;
}
</style>
background-color css
<style>
a { background-color: #7EFFFD; }
a { background-color: rgb(126,255,253); }
div.DivClassName
{
background-color: #7EFFFD;
}
.BgClassName
{
background-color: #7EFFFD;
}
</style>
border-color css
<style>
span { border-color: #7EFFFD; }
span { border-color: rgb(126,255,253); }
td.TdClassName
{
border-color: #7EFFFD;
}
.TagClassName
{
border-color: #7EFFFD;
}
</style>