Shades of Electric Blue #7EFFF0
Tints of Electric Blue #7EFFF0
RGB
CMYK
RGB Variations
Color information
#7EFFF0 (or 0x7EFFF0) is known color: Electric Blue. HEX triplet: 7E, FF and F0. RGB value is (126,255,240). Sum of RGB (Red+Green+Blue) = 126+255+240=621 (82% of max value = 765). Red value is 126 (49.61% from 255 or 20.29% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFFF0 is #81000F. Grayscale: #D6D6D6. Windows color (decimal): -8454160 or 15794046. OLE color: 15794046.
HSL color Cylindrical-coordinate representation of color #7EFFF0: hue angle of 173.02º 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 #7EFFF0 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 240 | - |
| CMYK | 0.51 | 0 | 0.06 | 0 |
| HSL | 173.02º | 1% | 0.75% | - |
| HSV(B) | 173.02º | 0.51% | 1% | - |
| XYZ | 60.09 | 82.25 | 95.15 | - |
| YUV | 214.72 | 142.26 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 240 | 0.51 | 0 | 0.06 | 0 | 173.02 | 1 | 0.75 |
| Hex | 7E | FF | F0 | 33 | 0 | 6 | 0 | AD | 64 | 4B |
| Octal | 176 | 377 | 360 | 63 | 0 | 6 | 0 | 255 | 144 | 113 |
| Binary | 1111110 | 11111111 | 11110000 | 110011 | 0 | 110 | 0 | 10101101 | 1100100 | 1001011 |
Color Harmonies of #7EFFF0
Complementary color
Monochromatic Colors of #7EFFF0
Black with #7EFFF0
Text Example
Text Example
White with #7EFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFFF0; }
p { color: rgb(126,255,240); }
H1.HeaderClassName
{
color: #7EFFF0;
}
.AnyTagClassName
{
color: #7EFFF0;
}
</style>
background-color css
<style>
a { background-color: #7EFFF0; }
a { background-color: rgb(126,255,240); }
div.DivClassName
{
background-color: #7EFFF0;
}
.BgClassName
{
background-color: #7EFFF0;
}
</style>
border-color css
<style>
span { border-color: #7EFFF0; }
span { border-color: rgb(126,255,240); }
td.TdClassName
{
border-color: #7EFFF0;
}
.TagClassName
{
border-color: #7EFFF0;
}
</style>