Shades of Electric Blue #7BFFEF
Tints of Electric Blue #7BFFEF
RGB
CMYK
RGB Variations
Color information
#7BFFEF (or 0x7BFFEF) is known color: Electric Blue. HEX triplet: 7B, FF and EF. RGB value is (123,255,239). Sum of RGB (Red+Green+Blue) = 123+255+239=617 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.94% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFEF is #840010. Grayscale: #D5D5D5. Windows color (decimal): -8650769 or 15728507. OLE color: 15728507.
HSL color Cylindrical-coordinate representation of color #7BFFEF: hue angle of 172.73º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFFEF is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 239 | - |
| CMYK | 0.52 | 0 | 0.06 | 0 |
| HSL | 172.73º | 1% | 0.74% | - |
| HSV(B) | 172.73º | 0.52% | 1% | - |
| XYZ | 59.51 | 81.96 | 94.35 | - |
| YUV | 213.71 | 142.27 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 239 | 0.52 | 0 | 0.06 | 0 | 172.73 | 1 | 0.74 |
| Hex | 7B | FF | EF | 34 | 0 | 6 | 0 | AD | 64 | 4A |
| Octal | 173 | 377 | 357 | 64 | 0 | 6 | 0 | 255 | 144 | 112 |
| Binary | 1111011 | 11111111 | 11101111 | 110100 | 0 | 110 | 0 | 10101101 | 1100100 | 1001010 |
Color Harmonies of #7BFFEF
Complementary color
Monochromatic Colors of #7BFFEF
Black with #7BFFEF
Text Example
Text Example
White with #7BFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFEF; }
p { color: rgb(123,255,239); }
H1.HeaderClassName
{
color: #7BFFEF;
}
.AnyTagClassName
{
color: #7BFFEF;
}
</style>
background-color css
<style>
a { background-color: #7BFFEF; }
a { background-color: rgb(123,255,239); }
div.DivClassName
{
background-color: #7BFFEF;
}
.BgClassName
{
background-color: #7BFFEF;
}
</style>
border-color css
<style>
span { border-color: #7BFFEF; }
span { border-color: rgb(123,255,239); }
td.TdClassName
{
border-color: #7BFFEF;
}
.TagClassName
{
border-color: #7BFFEF;
}
</style>