Shades of Electric Blue #7FECF5
Tints of Electric Blue #7FECF5
RGB
CMYK
RGB Variations
Color information
#7FECF5 (or 0x7FECF5) is known color: Electric Blue. HEX triplet: 7F, EC and F5. RGB value is (127,236,245). Sum of RGB (Red+Green+Blue) = 127+236+245=608 (80% of max value = 765). Red value is 127 (50% from 255 or 20.89% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 245 (96.09% from 255 or 40.30% from 608); Max value from RGB is 245 - color contains mainly: blue. Hex color #7FECF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FECF5 is #80130A. Grayscale: #CCCCCC. Windows color (decimal): -8393483 or 16116863. OLE color: 16116863.
HSL color Cylindrical-coordinate representation of color #7FECF5: hue angle of 184.58º degrees, saturation: 0.86, 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 #7FECF5 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 236 | 245 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.04 |
| HSL | 184.58º | 0.86% | 0.73% | - |
| HSV(B) | 184.58º | 0.48% | 0.96% | - |
| XYZ | 55.23 | 71.1 | 97.2 | - |
| YUV | 204.44 | 150.89 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 245 | 0.48 | 0.04 | 0 | 0.04 | 184.58 | 0.86 | 0.73 |
| Hex | 7F | EC | F5 | 30 | 4 | 0 | 4 | B9 | 56 | 49 |
| Octal | 177 | 354 | 365 | 60 | 4 | 0 | 4 | 271 | 126 | 111 |
| Binary | 1111111 | 11101100 | 11110101 | 110000 | 100 | 0 | 100 | 10111001 | 1010110 | 1001001 |
Color Harmonies of #7FECF5
Complementary color
Monochromatic Colors of #7FECF5
Black with #7FECF5
Text Example
Text Example
White with #7FECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECF5; }
p { color: rgb(127,236,245); }
H1.HeaderClassName
{
color: #7FECF5;
}
.AnyTagClassName
{
color: #7FECF5;
}
</style>
background-color css
<style>
a { background-color: #7FECF5; }
a { background-color: rgb(127,236,245); }
div.DivClassName
{
background-color: #7FECF5;
}
.BgClassName
{
background-color: #7FECF5;
}
</style>
border-color css
<style>
span { border-color: #7FECF5; }
span { border-color: rgb(127,236,245); }
td.TdClassName
{
border-color: #7FECF5;
}
.TagClassName
{
border-color: #7FECF5;
}
</style>