Shades of Electric Blue #7CFEFA
Tints of Electric Blue #7CFEFA
RGB
CMYK
RGB Variations
Color information
#7CFEFA (or 0x7CFEFA) is known color: Electric Blue. HEX triplet: 7C, FE and FA. RGB value is (124,254,250). Sum of RGB (Red+Green+Blue) = 124+254+250=628 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.75% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFEFA is #830105. Grayscale: #D6D6D6. Windows color (decimal): -8585478 or 16449148. OLE color: 16449148.
HSL color Cylindrical-coordinate representation of color #7CFEFA: hue angle of 178.15º 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 #7CFEFA is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 250 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.00 |
| HSL | 178.15º | 0.98% | 0.74% | - |
| HSV(B) | 178.15º | 0.51% | 1% | - |
| XYZ | 61.01 | 82.07 | 103.07 | - |
| YUV | 214.67 | 147.93 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 250 | 0.51 | 0 | 0.02 | 0.00 | 178.15 | 0.98 | 0.74 |
| Hex | 7C | FE | FA | 33 | 0 | 2 | 0 | B2 | 62 | 4A |
| Octal | 174 | 376 | 372 | 63 | 0 | 2 | 0 | 262 | 142 | 112 |
| Binary | 1111100 | 11111110 | 11111010 | 110011 | 0 | 10 | 0 | 10110010 | 1100010 | 1001010 |
Color Harmonies of #7CFEFA
Complementary color
Monochromatic Colors of #7CFEFA
Black with #7CFEFA
Text Example
Text Example
White with #7CFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFEFA; }
p { color: rgb(124,254,250); }
H1.HeaderClassName
{
color: #7CFEFA;
}
.AnyTagClassName
{
color: #7CFEFA;
}
</style>
background-color css
<style>
a { background-color: #7CFEFA; }
a { background-color: rgb(124,254,250); }
div.DivClassName
{
background-color: #7CFEFA;
}
.BgClassName
{
background-color: #7CFEFA;
}
</style>
border-color css
<style>
span { border-color: #7CFEFA; }
span { border-color: rgb(124,254,250); }
td.TdClassName
{
border-color: #7CFEFA;
}
.TagClassName
{
border-color: #7CFEFA;
}
</style>