Shades of Electric Blue #7CECFF
Tints of Electric Blue #7CECFF
RGB
CMYK
RGB Variations
Color information
#7CECFF (or 0x7CECFF) is known color: Electric Blue. HEX triplet: 7C, EC and FF. RGB value is (124,236,255). Sum of RGB (Red+Green+Blue) = 124+236+255=615 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.16% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CECFF is #831300. Grayscale: #CCCCCC. Windows color (decimal): -8590081 or 16772220. OLE color: 16772220.
HSL color Cylindrical-coordinate representation of color #7CECFF: hue angle of 188.7º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CECFF is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 236 | 255 | - |
| CMYK | 0.51 | 0.07 | 0 | 0 |
| HSL | 188.7º | 1% | 0.74% | - |
| HSV(B) | 188.7º | 0.51% | 1% | - |
| XYZ | 56.36 | 71.5 | 105.44 | - |
| YUV | 204.68 | 156.39 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 236 | 255 | 0.51 | 0.07 | 0 | 0 | 188.7 | 1 | 0.74 |
| Hex | 7C | EC | FF | 33 | 7 | 0 | 0 | BD | 64 | 4A |
| Octal | 174 | 354 | 377 | 63 | 7 | 0 | 0 | 275 | 144 | 112 |
| Binary | 1111100 | 11101100 | 11111111 | 110011 | 111 | 0 | 0 | 10111101 | 1100100 | 1001010 |
Color Harmonies of #7CECFF
Complementary color
Monochromatic Colors of #7CECFF
Black with #7CECFF
Text Example
Text Example
White with #7CECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CECFF; }
p { color: rgb(124,236,255); }
H1.HeaderClassName
{
color: #7CECFF;
}
.AnyTagClassName
{
color: #7CECFF;
}
</style>
background-color css
<style>
a { background-color: #7CECFF; }
a { background-color: rgb(124,236,255); }
div.DivClassName
{
background-color: #7CECFF;
}
.BgClassName
{
background-color: #7CECFF;
}
</style>
border-color css
<style>
span { border-color: #7CECFF; }
span { border-color: rgb(124,236,255); }
td.TdClassName
{
border-color: #7CECFF;
}
.TagClassName
{
border-color: #7CECFF;
}
</style>