Shades of Electric Blue #7FECF9
Tints of Electric Blue #7FECF9
RGB
CMYK
RGB Variations
Color information
#7FECF9 (or 0x7FECF9) is known color: Electric Blue. HEX triplet: 7F, EC and F9. RGB value is (127,236,249). Sum of RGB (Red+Green+Blue) = 127+236+249=612 (81% of max value = 765). Red value is 127 (50% from 255 or 20.75% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #7FECF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FECF9 is #801306. Grayscale: #CCCCCC. Windows color (decimal): -8393479 or 16379007. OLE color: 16379007.
HSL color Cylindrical-coordinate representation of color #7FECF9: hue angle of 186.39º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FECF9 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 236 | 249 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.02 |
| HSL | 186.39º | 0.91% | 0.74% | - |
| HSV(B) | 186.39º | 0.49% | 0.98% | - |
| XYZ | 55.85 | 71.34 | 100.45 | - |
| YUV | 204.89 | 152.89 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 249 | 0.49 | 0.05 | 0 | 0.02 | 186.39 | 0.91 | 0.74 |
| Hex | 7F | EC | F9 | 31 | 5 | 0 | 2 | BA | 5B | 4A |
| Octal | 177 | 354 | 371 | 61 | 5 | 0 | 2 | 272 | 133 | 112 |
| Binary | 1111111 | 11101100 | 11111001 | 110001 | 101 | 0 | 10 | 10111010 | 1011011 | 1001010 |
Color Harmonies of #7FECF9
Complementary color
Monochromatic Colors of #7FECF9
Black with #7FECF9
Text Example
Text Example
White with #7FECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECF9; }
p { color: rgb(127,236,249); }
H1.HeaderClassName
{
color: #7FECF9;
}
.AnyTagClassName
{
color: #7FECF9;
}
</style>
background-color css
<style>
a { background-color: #7FECF9; }
a { background-color: rgb(127,236,249); }
div.DivClassName
{
background-color: #7FECF9;
}
.BgClassName
{
background-color: #7FECF9;
}
</style>
border-color css
<style>
span { border-color: #7FECF9; }
span { border-color: rgb(127,236,249); }
td.TdClassName
{
border-color: #7FECF9;
}
.TagClassName
{
border-color: #7FECF9;
}
</style>