Shades of Electric Blue #7BF1FA
Tints of Electric Blue #7BF1FA
RGB
CMYK
RGB Variations
Color information
#7BF1FA (or 0x7BF1FA) is known color: Electric Blue. HEX triplet: 7B, F1 and FA. RGB value is (123,241,250). Sum of RGB (Red+Green+Blue) = 123+241+250=614 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.03% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BF1FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF1FA is #840E05. Grayscale: #CECECE. Windows color (decimal): -8654342 or 16445819. OLE color: 16445819.
HSL color Cylindrical-coordinate representation of color #7BF1FA: hue angle of 184.25º 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 #7BF1FA is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 241 | 250 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.02 |
| HSL | 184.25º | 0.93% | 0.73% | - |
| HSV(B) | 184.25º | 0.51% | 0.98% | - |
| XYZ | 56.88 | 74.02 | 101.73 | - |
| YUV | 206.74 | 152.41 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 241 | 250 | 0.51 | 0.04 | 0 | 0.02 | 184.25 | 0.93 | 0.73 |
| Hex | 7B | F1 | FA | 33 | 4 | 0 | 2 | B8 | 5D | 49 |
| Octal | 173 | 361 | 372 | 63 | 4 | 0 | 2 | 270 | 135 | 111 |
| Binary | 1111011 | 11110001 | 11111010 | 110011 | 100 | 0 | 10 | 10111000 | 1011101 | 1001001 |
Color Harmonies of #7BF1FA
Complementary color
Monochromatic Colors of #7BF1FA
Black with #7BF1FA
Text Example
Text Example
White with #7BF1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF1FA; }
p { color: rgb(123,241,250); }
H1.HeaderClassName
{
color: #7BF1FA;
}
.AnyTagClassName
{
color: #7BF1FA;
}
</style>
background-color css
<style>
a { background-color: #7BF1FA; }
a { background-color: rgb(123,241,250); }
div.DivClassName
{
background-color: #7BF1FA;
}
.BgClassName
{
background-color: #7BF1FA;
}
</style>
border-color css
<style>
span { border-color: #7BF1FA; }
span { border-color: rgb(123,241,250); }
td.TdClassName
{
border-color: #7BF1FA;
}
.TagClassName
{
border-color: #7BF1FA;
}
</style>