Shades of Electric Blue #7CF6FB
Tints of Electric Blue #7CF6FB
RGB
CMYK
RGB Variations
Color information
#7CF6FB (or 0x7CF6FB) is known color: Electric Blue. HEX triplet: 7C, F6 and FB. RGB value is (124,246,251). Sum of RGB (Red+Green+Blue) = 124+246+251=621 (82% of max value = 765). Red value is 124 (48.83% from 255 or 19.97% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #7CF6FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF6FB is #830904. Grayscale: #D1D1D1. Windows color (decimal): -8587525 or 16512636. OLE color: 16512636.
HSL color Cylindrical-coordinate representation of color #7CF6FB: hue angle of 182.36º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CF6FB is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 246 | 251 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.02 |
| HSL | 182.36º | 0.94% | 0.74% | - |
| HSV(B) | 182.36º | 0.51% | 0.98% | - |
| XYZ | 58.68 | 77.16 | 103.07 | - |
| YUV | 210.09 | 151.08 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 246 | 251 | 0.51 | 0.02 | 0 | 0.02 | 182.36 | 0.94 | 0.74 |
| Hex | 7C | F6 | FB | 33 | 2 | 0 | 2 | B6 | 5E | 4A |
| Octal | 174 | 366 | 373 | 63 | 2 | 0 | 2 | 266 | 136 | 112 |
| Binary | 1111100 | 11110110 | 11111011 | 110011 | 10 | 0 | 10 | 10110110 | 1011110 | 1001010 |
Color Harmonies of #7CF6FB
Complementary color
Monochromatic Colors of #7CF6FB
Black with #7CF6FB
Text Example
Text Example
White with #7CF6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF6FB; }
p { color: rgb(124,246,251); }
H1.HeaderClassName
{
color: #7CF6FB;
}
.AnyTagClassName
{
color: #7CF6FB;
}
</style>
background-color css
<style>
a { background-color: #7CF6FB; }
a { background-color: rgb(124,246,251); }
div.DivClassName
{
background-color: #7CF6FB;
}
.BgClassName
{
background-color: #7CF6FB;
}
</style>
border-color css
<style>
span { border-color: #7CF6FB; }
span { border-color: rgb(124,246,251); }
td.TdClassName
{
border-color: #7CF6FB;
}
.TagClassName
{
border-color: #7CF6FB;
}
</style>