Shades of Electric Blue #7BE8F4
Tints of Electric Blue #7BE8F4
RGB
CMYK
RGB Variations
Color information
#7BE8F4 (or 0x7BE8F4) is known color: Electric Blue. HEX triplet: 7B, E8 and F4. RGB value is (123,232,244). Sum of RGB (Red+Green+Blue) = 123+232+244=599 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.53% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #7BE8F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BE8F4 is #84170B. Grayscale: #C8C8C8. Windows color (decimal): -8656652 or 16050299. OLE color: 16050299.
HSL color Cylindrical-coordinate representation of color #7BE8F4: hue angle of 185.95º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BE8F4 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 232 | 244 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.04 |
| HSL | 185.95º | 0.85% | 0.72% | - |
| HSV(B) | 185.95º | 0.5% | 0.96% | - |
| XYZ | 53.35 | 68.46 | 95.99 | - |
| YUV | 200.78 | 152.39 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 232 | 244 | 0.50 | 0.05 | 0 | 0.04 | 185.95 | 0.85 | 0.72 |
| Hex | 7B | E8 | F4 | 32 | 5 | 0 | 4 | BA | 55 | 48 |
| Octal | 173 | 350 | 364 | 62 | 5 | 0 | 4 | 272 | 125 | 110 |
| Binary | 1111011 | 11101000 | 11110100 | 110010 | 101 | 0 | 100 | 10111010 | 1010101 | 1001000 |
Color Harmonies of #7BE8F4
Complementary color
Monochromatic Colors of #7BE8F4
Black with #7BE8F4
Text Example
Text Example
White with #7BE8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE8F4; }
p { color: rgb(123,232,244); }
H1.HeaderClassName
{
color: #7BE8F4;
}
.AnyTagClassName
{
color: #7BE8F4;
}
</style>
background-color css
<style>
a { background-color: #7BE8F4; }
a { background-color: rgb(123,232,244); }
div.DivClassName
{
background-color: #7BE8F4;
}
.BgClassName
{
background-color: #7BE8F4;
}
</style>
border-color css
<style>
span { border-color: #7BE8F4; }
span { border-color: rgb(123,232,244); }
td.TdClassName
{
border-color: #7BE8F4;
}
.TagClassName
{
border-color: #7BE8F4;
}
</style>