Shades of Electric Blue #7BFAEB
Tints of Electric Blue #7BFAEB
RGB
CMYK
RGB Variations
Color information
#7BFAEB (or 0x7BFAEB) is known color: Electric Blue. HEX triplet: 7B, FA and EB. RGB value is (123,250,235). Sum of RGB (Red+Green+Blue) = 123+250+235=608 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.23% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFAEB is #840514. Grayscale: #D2D2D2. Windows color (decimal): -8652053 or 15465083. OLE color: 15465083.
HSL color Cylindrical-coordinate representation of color #7BFAEB: hue angle of 172.91º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFAEB is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 235 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.02 |
| HSL | 172.91º | 0.93% | 0.73% | - |
| HSV(B) | 172.91º | 0.51% | 0.98% | - |
| XYZ | 57.35 | 78.58 | 90.74 | - |
| YUV | 210.32 | 141.92 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 235 | 0.51 | 0 | 0.06 | 0.02 | 172.91 | 0.93 | 0.73 |
| Hex | 7B | FA | EB | 33 | 0 | 6 | 2 | AD | 5D | 49 |
| Octal | 173 | 372 | 353 | 63 | 0 | 6 | 2 | 255 | 135 | 111 |
| Binary | 1111011 | 11111010 | 11101011 | 110011 | 0 | 110 | 10 | 10101101 | 1011101 | 1001001 |
Color Harmonies of #7BFAEB
Complementary color
Monochromatic Colors of #7BFAEB
Black with #7BFAEB
Text Example
Text Example
White with #7BFAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFAEB; }
p { color: rgb(123,250,235); }
H1.HeaderClassName
{
color: #7BFAEB;
}
.AnyTagClassName
{
color: #7BFAEB;
}
</style>
background-color css
<style>
a { background-color: #7BFAEB; }
a { background-color: rgb(123,250,235); }
div.DivClassName
{
background-color: #7BFAEB;
}
.BgClassName
{
background-color: #7BFAEB;
}
</style>
border-color css
<style>
span { border-color: #7BFAEB; }
span { border-color: rgb(123,250,235); }
td.TdClassName
{
border-color: #7BFAEB;
}
.TagClassName
{
border-color: #7BFAEB;
}
</style>