Shades of Electric Blue #7CECFE
Tints of Electric Blue #7CECFE
RGB
CMYK
RGB Variations
Color information
#7CECFE (or 0x7CECFE) is known color: Electric Blue. HEX triplet: 7C, EC and FE. RGB value is (124,236,254). Sum of RGB (Red+Green+Blue) = 124+236+254=614 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.20% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CECFE is #831301. Grayscale: #CCCCCC. Windows color (decimal): -8590082 or 16706684. OLE color: 16706684.
HSL color Cylindrical-coordinate representation of color #7CECFE: hue angle of 188.31º 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 #7CECFE is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 236 | 254 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.00 |
| HSL | 188.31º | 0.98% | 0.74% | - |
| HSV(B) | 188.31º | 0.51% | 1% | - |
| XYZ | 56.2 | 71.43 | 104.59 | - |
| YUV | 204.56 | 155.89 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 236 | 254 | 0.51 | 0.07 | 0 | 0.00 | 188.31 | 0.98 | 0.74 |
| Hex | 7C | EC | FE | 33 | 7 | 0 | 0 | BC | 62 | 4A |
| Octal | 174 | 354 | 376 | 63 | 7 | 0 | 0 | 274 | 142 | 112 |
| Binary | 1111100 | 11101100 | 11111110 | 110011 | 111 | 0 | 0 | 10111100 | 1100010 | 1001010 |
Color Harmonies of #7CECFE
Complementary color
Monochromatic Colors of #7CECFE
Black with #7CECFE
Text Example
Text Example
White with #7CECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CECFE; }
p { color: rgb(124,236,254); }
H1.HeaderClassName
{
color: #7CECFE;
}
.AnyTagClassName
{
color: #7CECFE;
}
</style>
background-color css
<style>
a { background-color: #7CECFE; }
a { background-color: rgb(124,236,254); }
div.DivClassName
{
background-color: #7CECFE;
}
.BgClassName
{
background-color: #7CECFE;
}
</style>
border-color css
<style>
span { border-color: #7CECFE; }
span { border-color: rgb(124,236,254); }
td.TdClassName
{
border-color: #7CECFE;
}
.TagClassName
{
border-color: #7CECFE;
}
</style>