Shades of Electric Blue #7BFAEA
Tints of Electric Blue #7BFAEA
RGB
CMYK
RGB Variations
Color information
#7BFAEA (or 0x7BFAEA) is known color: Electric Blue. HEX triplet: 7B, FA and EA. RGB value is (123,250,234). Sum of RGB (Red+Green+Blue) = 123+250+234=607 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.26% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFAEA is #840515. Grayscale: #D2D2D2. Windows color (decimal): -8652054 or 15399547. OLE color: 15399547.
HSL color Cylindrical-coordinate representation of color #7BFAEA: hue angle of 172.44º 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 #7BFAEA is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 234 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.02 |
| HSL | 172.44º | 0.93% | 0.73% | - |
| HSV(B) | 172.44º | 0.51% | 0.98% | - |
| XYZ | 57.21 | 78.52 | 89.98 | - |
| YUV | 210.2 | 141.42 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 234 | 0.51 | 0 | 0.06 | 0.02 | 172.44 | 0.93 | 0.73 |
| Hex | 7B | FA | EA | 33 | 0 | 6 | 2 | AC | 5D | 49 |
| Octal | 173 | 372 | 352 | 63 | 0 | 6 | 2 | 254 | 135 | 111 |
| Binary | 1111011 | 11111010 | 11101010 | 110011 | 0 | 110 | 10 | 10101100 | 1011101 | 1001001 |
Color Harmonies of #7BFAEA
Complementary color
Monochromatic Colors of #7BFAEA
Black with #7BFAEA
Text Example
Text Example
White with #7BFAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFAEA; }
p { color: rgb(123,250,234); }
H1.HeaderClassName
{
color: #7BFAEA;
}
.AnyTagClassName
{
color: #7BFAEA;
}
</style>
background-color css
<style>
a { background-color: #7BFAEA; }
a { background-color: rgb(123,250,234); }
div.DivClassName
{
background-color: #7BFAEA;
}
.BgClassName
{
background-color: #7BFAEA;
}
</style>
border-color css
<style>
span { border-color: #7BFAEA; }
span { border-color: rgb(123,250,234); }
td.TdClassName
{
border-color: #7BFAEA;
}
.TagClassName
{
border-color: #7BFAEA;
}
</style>