Shades of Electric Blue #7CFAEC
Tints of Electric Blue #7CFAEC
RGB
CMYK
RGB Variations
Color information
#7CFAEC (or 0x7CFAEC) is known color: Electric Blue. HEX triplet: 7C, FA and EC. RGB value is (124,250,236). Sum of RGB (Red+Green+Blue) = 124+250+236=610 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.33% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFAEC is #830513. Grayscale: #D2D2D2. Windows color (decimal): -8586516 or 15530620. OLE color: 15530620.
HSL color Cylindrical-coordinate representation of color #7CFAEC: hue angle of 173.33º 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 #7CFAEC is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 250 | 236 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.02 |
| HSL | 173.33º | 0.93% | 0.73% | - |
| HSV(B) | 173.33º | 0.5% | 0.98% | - |
| XYZ | 57.64 | 78.71 | 91.51 | - |
| YUV | 210.73 | 142.26 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 236 | 0.50 | 0 | 0.06 | 0.02 | 173.33 | 0.93 | 0.73 |
| Hex | 7C | FA | EC | 32 | 0 | 6 | 2 | AD | 5D | 49 |
| Octal | 174 | 372 | 354 | 62 | 0 | 6 | 2 | 255 | 135 | 111 |
| Binary | 1111100 | 11111010 | 11101100 | 110010 | 0 | 110 | 10 | 10101101 | 1011101 | 1001001 |
Color Harmonies of #7CFAEC
Complementary color
Monochromatic Colors of #7CFAEC
Black with #7CFAEC
Text Example
Text Example
White with #7CFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFAEC; }
p { color: rgb(124,250,236); }
H1.HeaderClassName
{
color: #7CFAEC;
}
.AnyTagClassName
{
color: #7CFAEC;
}
</style>
background-color css
<style>
a { background-color: #7CFAEC; }
a { background-color: rgb(124,250,236); }
div.DivClassName
{
background-color: #7CFAEC;
}
.BgClassName
{
background-color: #7CFAEC;
}
</style>
border-color css
<style>
span { border-color: #7CFAEC; }
span { border-color: rgb(124,250,236); }
td.TdClassName
{
border-color: #7CFAEC;
}
.TagClassName
{
border-color: #7CFAEC;
}
</style>