Shades of Electric Blue #7BF2EC
Tints of Electric Blue #7BF2EC
RGB
CMYK
RGB Variations
Color information
#7BF2EC (or 0x7BF2EC) is known color: Electric Blue. HEX triplet: 7B, F2 and EC. RGB value is (123,242,236). Sum of RGB (Red+Green+Blue) = 123+242+236=601 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.47% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF2EC is #840D13. Grayscale: #CDCDCD. Windows color (decimal): -8654100 or 15528571. OLE color: 15528571.
HSL color Cylindrical-coordinate representation of color #7BF2EC: hue angle of 176.97º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF2EC is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 242 | 236 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.05 |
| HSL | 176.97º | 0.82% | 0.72% | - |
| HSV(B) | 176.97º | 0.49% | 0.95% | - |
| XYZ | 55.06 | 73.77 | 90.69 | - |
| YUV | 205.74 | 145.08 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 242 | 236 | 0.49 | 0 | 0.02 | 0.05 | 176.97 | 0.82 | 0.72 |
| Hex | 7B | F2 | EC | 31 | 0 | 2 | 5 | B1 | 52 | 48 |
| Octal | 173 | 362 | 354 | 61 | 0 | 2 | 5 | 261 | 122 | 110 |
| Binary | 1111011 | 11110010 | 11101100 | 110001 | 0 | 10 | 101 | 10110001 | 1010010 | 1001000 |
Color Harmonies of #7BF2EC
Complementary color
Monochromatic Colors of #7BF2EC
Black with #7BF2EC
Text Example
Text Example
White with #7BF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF2EC; }
p { color: rgb(123,242,236); }
H1.HeaderClassName
{
color: #7BF2EC;
}
.AnyTagClassName
{
color: #7BF2EC;
}
</style>
background-color css
<style>
a { background-color: #7BF2EC; }
a { background-color: rgb(123,242,236); }
div.DivClassName
{
background-color: #7BF2EC;
}
.BgClassName
{
background-color: #7BF2EC;
}
</style>
border-color css
<style>
span { border-color: #7BF2EC; }
span { border-color: rgb(123,242,236); }
td.TdClassName
{
border-color: #7BF2EC;
}
.TagClassName
{
border-color: #7BF2EC;
}
</style>