Shades of Electric Blue #7BF2FA
Tints of Electric Blue #7BF2FA
RGB
CMYK
RGB Variations
Color information
#7BF2FA (or 0x7BF2FA) is known color: Electric Blue. HEX triplet: 7B, F2 and FA. RGB value is (123,242,250). Sum of RGB (Red+Green+Blue) = 123+242+250=615 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BF2FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF2FA is #840D05. Grayscale: #CFCFCF. Windows color (decimal): -8654086 or 16446075. OLE color: 16446075.
HSL color Cylindrical-coordinate representation of color #7BF2FA: hue angle of 183.78º 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 #7BF2FA is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 242 | 250 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.02 |
| HSL | 183.78º | 0.93% | 0.73% | - |
| HSV(B) | 183.78º | 0.51% | 0.98% | - |
| XYZ | 57.18 | 74.62 | 101.83 | - |
| YUV | 207.33 | 152.08 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 242 | 250 | 0.51 | 0.03 | 0 | 0.02 | 183.78 | 0.93 | 0.73 |
| Hex | 7B | F2 | FA | 33 | 3 | 0 | 2 | B8 | 5D | 49 |
| Octal | 173 | 362 | 372 | 63 | 3 | 0 | 2 | 270 | 135 | 111 |
| Binary | 1111011 | 11110010 | 11111010 | 110011 | 11 | 0 | 10 | 10111000 | 1011101 | 1001001 |
Color Harmonies of #7BF2FA
Complementary color
Monochromatic Colors of #7BF2FA
Black with #7BF2FA
Text Example
Text Example
White with #7BF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF2FA; }
p { color: rgb(123,242,250); }
H1.HeaderClassName
{
color: #7BF2FA;
}
.AnyTagClassName
{
color: #7BF2FA;
}
</style>
background-color css
<style>
a { background-color: #7BF2FA; }
a { background-color: rgb(123,242,250); }
div.DivClassName
{
background-color: #7BF2FA;
}
.BgClassName
{
background-color: #7BF2FA;
}
</style>
border-color css
<style>
span { border-color: #7BF2FA; }
span { border-color: rgb(123,242,250); }
td.TdClassName
{
border-color: #7BF2FA;
}
.TagClassName
{
border-color: #7BF2FA;
}
</style>