Shades of Electric Blue #7CF8F1
Tints of Electric Blue #7CF8F1
RGB
CMYK
RGB Variations
Color information
#7CF8F1 (or 0x7CF8F1) is known color: Electric Blue. HEX triplet: 7C, F8 and F1. RGB value is (124,248,241). Sum of RGB (Red+Green+Blue) = 124+248+241=613 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.23% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #7CF8F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF8F1 is #83070E. Grayscale: #D2D2D2. Windows color (decimal): -8587023 or 15857788. OLE color: 15857788.
HSL color Cylindrical-coordinate representation of color #7CF8F1: hue angle of 176.61º 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 #7CF8F1 is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 248 | 241 | - |
| CMYK | 0.5 | 0 | 0.03 | 0.03 |
| HSL | 176.61º | 0.9% | 0.73% | - |
| HSV(B) | 176.61º | 0.5% | 0.97% | - |
| XYZ | 57.76 | 77.77 | 95.19 | - |
| YUV | 210.13 | 145.42 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 248 | 241 | 0.5 | 0 | 0.03 | 0.03 | 176.61 | 0.9 | 0.73 |
| Hex | 7C | F8 | F1 | 32 | 0 | 3 | 3 | B1 | 5A | 49 |
| Octal | 174 | 370 | 361 | 62 | 0 | 3 | 3 | 261 | 132 | 111 |
| Binary | 1111100 | 11111000 | 11110001 | 110010 | 0 | 11 | 11 | 10110001 | 1011010 | 1001001 |
Color Harmonies of #7CF8F1
Complementary color
Monochromatic Colors of #7CF8F1
Black with #7CF8F1
Text Example
Text Example
White with #7CF8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF8F1; }
p { color: rgb(124,248,241); }
H1.HeaderClassName
{
color: #7CF8F1;
}
.AnyTagClassName
{
color: #7CF8F1;
}
</style>
background-color css
<style>
a { background-color: #7CF8F1; }
a { background-color: rgb(124,248,241); }
div.DivClassName
{
background-color: #7CF8F1;
}
.BgClassName
{
background-color: #7CF8F1;
}
</style>
border-color css
<style>
span { border-color: #7CF8F1; }
span { border-color: rgb(124,248,241); }
td.TdClassName
{
border-color: #7CF8F1;
}
.TagClassName
{
border-color: #7CF8F1;
}
</style>