Shades of Electric Blue #7CF8F7
Tints of Electric Blue #7CF8F7
RGB
CMYK
RGB Variations
Color information
#7CF8F7 (or 0x7CF8F7) is known color: Electric Blue. HEX triplet: 7C, F8 and F7. RGB value is (124,248,247). Sum of RGB (Red+Green+Blue) = 124+248+247=619 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.03% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #7CF8F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF8F7 is #830708. Grayscale: #D2D2D2. Windows color (decimal): -8587017 or 16251004. OLE color: 16251004.
HSL color Cylindrical-coordinate representation of color #7CF8F7: hue angle of 179.52º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF8F7 is Cyan = 0.5, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 248 | 247 | - |
| CMYK | 0.5 | 0 | 0.00 | 0.03 |
| HSL | 179.52º | 0.9% | 0.73% | - |
| HSV(B) | 179.52º | 0.5% | 0.97% | - |
| XYZ | 58.67 | 78.14 | 99.99 | - |
| YUV | 210.81 | 148.42 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 248 | 247 | 0.5 | 0 | 0.00 | 0.03 | 179.52 | 0.9 | 0.73 |
| Hex | 7C | F8 | F7 | 32 | 0 | 0 | 3 | B4 | 5A | 49 |
| Octal | 174 | 370 | 367 | 62 | 0 | 0 | 3 | 264 | 132 | 111 |
| Binary | 1111100 | 11111000 | 11110111 | 110010 | 0 | 0 | 11 | 10110100 | 1011010 | 1001001 |
Color Harmonies of #7CF8F7
Complementary color
Monochromatic Colors of #7CF8F7
Black with #7CF8F7
Text Example
Text Example
White with #7CF8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF8F7; }
p { color: rgb(124,248,247); }
H1.HeaderClassName
{
color: #7CF8F7;
}
.AnyTagClassName
{
color: #7CF8F7;
}
</style>
background-color css
<style>
a { background-color: #7CF8F7; }
a { background-color: rgb(124,248,247); }
div.DivClassName
{
background-color: #7CF8F7;
}
.BgClassName
{
background-color: #7CF8F7;
}
</style>
border-color css
<style>
span { border-color: #7CF8F7; }
span { border-color: rgb(124,248,247); }
td.TdClassName
{
border-color: #7CF8F7;
}
.TagClassName
{
border-color: #7CF8F7;
}
</style>