Shades of Electric Blue #7FECFF
Tints of Electric Blue #7FECFF
RGB
CMYK
RGB Variations
Color information
#7FECFF (or 0x7FECFF) is known color: Electric Blue. HEX triplet: 7F, EC and FF. RGB value is (127,236,255). Sum of RGB (Red+Green+Blue) = 127+236+255=618 (81% of max value = 765). Red value is 127 (50% from 255 or 20.55% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FECFF is #801300. Grayscale: #CDCDCD. Windows color (decimal): -8393473 or 16772223. OLE color: 16772223.
HSL color Cylindrical-coordinate representation of color #7FECFF: hue angle of 188.91º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FECFF is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 236 | 255 | - |
| CMYK | 0.50 | 0.07 | 0 | 0 |
| HSL | 188.91º | 1% | 0.75% | - |
| HSV(B) | 188.91º | 0.5% | 1% | - |
| XYZ | 56.8 | 71.72 | 105.46 | - |
| YUV | 205.58 | 155.89 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 255 | 0.50 | 0.07 | 0 | 0 | 188.91 | 1 | 0.75 |
| Hex | 7F | EC | FF | 32 | 7 | 0 | 0 | BD | 64 | 4B |
| Octal | 177 | 354 | 377 | 62 | 7 | 0 | 0 | 275 | 144 | 113 |
| Binary | 1111111 | 11101100 | 11111111 | 110010 | 111 | 0 | 0 | 10111101 | 1100100 | 1001011 |
Color Harmonies of #7FECFF
Complementary color
Monochromatic Colors of #7FECFF
Black with #7FECFF
Text Example
Text Example
White with #7FECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECFF; }
p { color: rgb(127,236,255); }
H1.HeaderClassName
{
color: #7FECFF;
}
.AnyTagClassName
{
color: #7FECFF;
}
</style>
background-color css
<style>
a { background-color: #7FECFF; }
a { background-color: rgb(127,236,255); }
div.DivClassName
{
background-color: #7FECFF;
}
.BgClassName
{
background-color: #7FECFF;
}
</style>
border-color css
<style>
span { border-color: #7FECFF; }
span { border-color: rgb(127,236,255); }
td.TdClassName
{
border-color: #7FECFF;
}
.TagClassName
{
border-color: #7FECFF;
}
</style>