Shades of Electric Blue #7FECF4
Tints of Electric Blue #7FECF4
RGB
CMYK
RGB Variations
Color information
#7FECF4 (or 0x7FECF4) is known color: Electric Blue. HEX triplet: 7F, EC and F4. RGB value is (127,236,244). Sum of RGB (Red+Green+Blue) = 127+236+244=607 (80% of max value = 765). Red value is 127 (50% from 255 or 20.92% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #7FECF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FECF4 is #80130B. Grayscale: #CCCCCC. Windows color (decimal): -8393484 or 16051327. OLE color: 16051327.
HSL color Cylindrical-coordinate representation of color #7FECF4: hue angle of 184.1º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FECF4 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 236 | 244 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.04 |
| HSL | 184.1º | 0.84% | 0.73% | - |
| HSV(B) | 184.1º | 0.48% | 0.96% | - |
| XYZ | 55.08 | 71.03 | 96.4 | - |
| YUV | 204.32 | 150.39 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 244 | 0.48 | 0.03 | 0 | 0.04 | 184.1 | 0.84 | 0.73 |
| Hex | 7F | EC | F4 | 30 | 3 | 0 | 4 | B8 | 54 | 49 |
| Octal | 177 | 354 | 364 | 60 | 3 | 0 | 4 | 270 | 124 | 111 |
| Binary | 1111111 | 11101100 | 11110100 | 110000 | 11 | 0 | 100 | 10111000 | 1010100 | 1001001 |
Color Harmonies of #7FECF4
Complementary color
Monochromatic Colors of #7FECF4
Black with #7FECF4
Text Example
Text Example
White with #7FECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECF4; }
p { color: rgb(127,236,244); }
H1.HeaderClassName
{
color: #7FECF4;
}
.AnyTagClassName
{
color: #7FECF4;
}
</style>
background-color css
<style>
a { background-color: #7FECF4; }
a { background-color: rgb(127,236,244); }
div.DivClassName
{
background-color: #7FECF4;
}
.BgClassName
{
background-color: #7FECF4;
}
</style>
border-color css
<style>
span { border-color: #7FECF4; }
span { border-color: rgb(127,236,244); }
td.TdClassName
{
border-color: #7FECF4;
}
.TagClassName
{
border-color: #7FECF4;
}
</style>