Shades of Electric Blue #7BE8F1
Tints of Electric Blue #7BE8F1
RGB
CMYK
RGB Variations
Color information
#7BE8F1 (or 0x7BE8F1) is known color: Electric Blue. HEX triplet: 7B, E8 and F1. RGB value is (123,232,241). Sum of RGB (Red+Green+Blue) = 123+232+241=596 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.64% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #7BE8F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BE8F1 is #84170E. Grayscale: #C8C8C8. Windows color (decimal): -8656655 or 15853691. OLE color: 15853691.
HSL color Cylindrical-coordinate representation of color #7BE8F1: hue angle of 184.58º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BE8F1 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 232 | 241 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.05 |
| HSL | 184.58º | 0.81% | 0.71% | - |
| HSV(B) | 184.58º | 0.49% | 0.95% | - |
| XYZ | 52.9 | 68.28 | 93.61 | - |
| YUV | 200.44 | 150.89 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 232 | 241 | 0.49 | 0.04 | 0 | 0.05 | 184.58 | 0.81 | 0.71 |
| Hex | 7B | E8 | F1 | 31 | 4 | 0 | 5 | B9 | 51 | 47 |
| Octal | 173 | 350 | 361 | 61 | 4 | 0 | 5 | 271 | 121 | 107 |
| Binary | 1111011 | 11101000 | 11110001 | 110001 | 100 | 0 | 101 | 10111001 | 1010001 | 1000111 |
Color Harmonies of #7BE8F1
Complementary color
Monochromatic Colors of #7BE8F1
Black with #7BE8F1
Text Example
Text Example
White with #7BE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE8F1; }
p { color: rgb(123,232,241); }
H1.HeaderClassName
{
color: #7BE8F1;
}
.AnyTagClassName
{
color: #7BE8F1;
}
</style>
background-color css
<style>
a { background-color: #7BE8F1; }
a { background-color: rgb(123,232,241); }
div.DivClassName
{
background-color: #7BE8F1;
}
.BgClassName
{
background-color: #7BE8F1;
}
</style>
border-color css
<style>
span { border-color: #7BE8F1; }
span { border-color: rgb(123,232,241); }
td.TdClassName
{
border-color: #7BE8F1;
}
.TagClassName
{
border-color: #7BE8F1;
}
</style>