Shades of Electric Blue #7BEFEC
Tints of Electric Blue #7BEFEC
RGB
CMYK
RGB Variations
Color information
#7BEFEC (or 0x7BEFEC) is known color: Electric Blue. HEX triplet: 7B, EF and EC. RGB value is (123,239,236). Sum of RGB (Red+Green+Blue) = 123+239+236=598 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.57% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEFEC is #841013. Grayscale: #CBCBCB. Windows color (decimal): -8654868 or 15527803. OLE color: 15527803.
HSL color Cylindrical-coordinate representation of color #7BEFEC: hue angle of 178.45º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BEFEC is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 239 | 236 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.06 |
| HSL | 178.45º | 0.78% | 0.71% | - |
| HSV(B) | 178.45º | 0.49% | 0.94% | - |
| XYZ | 54.18 | 72 | 90.4 | - |
| YUV | 203.97 | 146.07 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 239 | 236 | 0.49 | 0 | 0.01 | 0.06 | 178.45 | 0.78 | 0.71 |
| Hex | 7B | EF | EC | 31 | 0 | 1 | 6 | B2 | 4E | 47 |
| Octal | 173 | 357 | 354 | 61 | 0 | 1 | 6 | 262 | 116 | 107 |
| Binary | 1111011 | 11101111 | 11101100 | 110001 | 0 | 1 | 110 | 10110010 | 1001110 | 1000111 |
Color Harmonies of #7BEFEC
Complementary color
Monochromatic Colors of #7BEFEC
Black with #7BEFEC
Text Example
Text Example
White with #7BEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEFEC; }
p { color: rgb(123,239,236); }
H1.HeaderClassName
{
color: #7BEFEC;
}
.AnyTagClassName
{
color: #7BEFEC;
}
</style>
background-color css
<style>
a { background-color: #7BEFEC; }
a { background-color: rgb(123,239,236); }
div.DivClassName
{
background-color: #7BEFEC;
}
.BgClassName
{
background-color: #7BEFEC;
}
</style>
border-color css
<style>
span { border-color: #7BEFEC; }
span { border-color: rgb(123,239,236); }
td.TdClassName
{
border-color: #7BEFEC;
}
.TagClassName
{
border-color: #7BEFEC;
}
</style>