Shades of Electric Blue #7CFEF1
Tints of Electric Blue #7CFEF1
RGB
CMYK
RGB Variations
Color information
#7CFEF1 (or 0x7CFEF1) is known color: Electric Blue. HEX triplet: 7C, FE and F1. RGB value is (124,254,241). Sum of RGB (Red+Green+Blue) = 124+254+241=619 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.03% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFEF1 is #83010E. Grayscale: #D5D5D5. Windows color (decimal): -8585487 or 15859324. OLE color: 15859324.
HSL color Cylindrical-coordinate representation of color #7CFEF1: hue angle of 174º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFEF1 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 241 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.00 |
| HSL | 174º | 0.98% | 0.74% | - |
| HSV(B) | 174º | 0.51% | 1% | - |
| XYZ | 59.63 | 81.52 | 95.81 | - |
| YUV | 213.65 | 143.43 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 241 | 0.51 | 0 | 0.05 | 0.00 | 174 | 0.98 | 0.74 |
| Hex | 7C | FE | F1 | 33 | 0 | 5 | 0 | AE | 62 | 4A |
| Octal | 174 | 376 | 361 | 63 | 0 | 5 | 0 | 256 | 142 | 112 |
| Binary | 1111100 | 11111110 | 11110001 | 110011 | 0 | 101 | 0 | 10101110 | 1100010 | 1001010 |
Color Harmonies of #7CFEF1
Complementary color
Monochromatic Colors of #7CFEF1
Black with #7CFEF1
Text Example
Text Example
White with #7CFEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFEF1; }
p { color: rgb(124,254,241); }
H1.HeaderClassName
{
color: #7CFEF1;
}
.AnyTagClassName
{
color: #7CFEF1;
}
</style>
background-color css
<style>
a { background-color: #7CFEF1; }
a { background-color: rgb(124,254,241); }
div.DivClassName
{
background-color: #7CFEF1;
}
.BgClassName
{
background-color: #7CFEF1;
}
</style>
border-color css
<style>
span { border-color: #7CFEF1; }
span { border-color: rgb(124,254,241); }
td.TdClassName
{
border-color: #7CFEF1;
}
.TagClassName
{
border-color: #7CFEF1;
}
</style>