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