Shades of Electric Blue #7CFAED
Tints of Electric Blue #7CFAED
RGB
CMYK
RGB Variations
Color information
#7CFAED (or 0x7CFAED) is known color: Electric Blue. HEX triplet: 7C, FA and ED. RGB value is (124,250,237). Sum of RGB (Red+Green+Blue) = 124+250+237=611 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.29% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFAED is #830512. Grayscale: #D2D2D2. Windows color (decimal): -8586515 or 15596156. OLE color: 15596156.
HSL color Cylindrical-coordinate representation of color #7CFAED: hue angle of 173.81º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CFAED is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 250 | 237 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.02 |
| HSL | 173.81º | 0.93% | 0.73% | - |
| HSV(B) | 173.81º | 0.5% | 0.98% | - |
| XYZ | 57.78 | 78.77 | 92.28 | - |
| YUV | 210.84 | 142.76 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 237 | 0.50 | 0 | 0.05 | 0.02 | 173.81 | 0.93 | 0.73 |
| Hex | 7C | FA | ED | 32 | 0 | 5 | 2 | AE | 5D | 49 |
| Octal | 174 | 372 | 355 | 62 | 0 | 5 | 2 | 256 | 135 | 111 |
| Binary | 1111100 | 11111010 | 11101101 | 110010 | 0 | 101 | 10 | 10101110 | 1011101 | 1001001 |
Color Harmonies of #7CFAED
Complementary color
Monochromatic Colors of #7CFAED
Black with #7CFAED
Text Example
Text Example
White with #7CFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFAED; }
p { color: rgb(124,250,237); }
H1.HeaderClassName
{
color: #7CFAED;
}
.AnyTagClassName
{
color: #7CFAED;
}
</style>
background-color css
<style>
a { background-color: #7CFAED; }
a { background-color: rgb(124,250,237); }
div.DivClassName
{
background-color: #7CFAED;
}
.BgClassName
{
background-color: #7CFAED;
}
</style>
border-color css
<style>
span { border-color: #7CFAED; }
span { border-color: rgb(124,250,237); }
td.TdClassName
{
border-color: #7CFAED;
}
.TagClassName
{
border-color: #7CFAED;
}
</style>