Shades of Electric Blue #7FECF7
Tints of Electric Blue #7FECF7
RGB
CMYK
RGB Variations
Color information
#7FECF7 (or 0x7FECF7) is known color: Electric Blue. HEX triplet: 7F, EC and F7. RGB value is (127,236,247). Sum of RGB (Red+Green+Blue) = 127+236+247=610 (80% of max value = 765). Red value is 127 (50% from 255 or 20.82% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #7FECF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FECF7 is #801308. Grayscale: #CCCCCC. Windows color (decimal): -8393481 or 16247935. OLE color: 16247935.
HSL color Cylindrical-coordinate representation of color #7FECF7: hue angle of 185.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FECF7 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 127 | 236 | 247 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.03 |
| HSL | 185.5º | 0.88% | 0.73% | - |
| HSV(B) | 185.5º | 0.49% | 0.97% | - |
| XYZ | 55.54 | 71.22 | 98.82 | - |
| YUV | 204.66 | 151.89 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 247 | 0.49 | 0.04 | 0 | 0.03 | 185.5 | 0.88 | 0.73 |
| Hex | 7F | EC | F7 | 31 | 4 | 0 | 3 | BA | 58 | 49 |
| Octal | 177 | 354 | 367 | 61 | 4 | 0 | 3 | 272 | 130 | 111 |
| Binary | 1111111 | 11101100 | 11110111 | 110001 | 100 | 0 | 11 | 10111010 | 1011000 | 1001001 |
Color Harmonies of #7FECF7
Complementary color
Monochromatic Colors of #7FECF7
Black with #7FECF7
Text Example
Text Example
White with #7FECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECF7; }
p { color: rgb(127,236,247); }
H1.HeaderClassName
{
color: #7FECF7;
}
.AnyTagClassName
{
color: #7FECF7;
}
</style>
background-color css
<style>
a { background-color: #7FECF7; }
a { background-color: rgb(127,236,247); }
div.DivClassName
{
background-color: #7FECF7;
}
.BgClassName
{
background-color: #7FECF7;
}
</style>
border-color css
<style>
span { border-color: #7FECF7; }
span { border-color: rgb(127,236,247); }
td.TdClassName
{
border-color: #7FECF7;
}
.TagClassName
{
border-color: #7FECF7;
}
</style>