Shades of Electric Blue #7CFFEF
Tints of Electric Blue #7CFFEF
RGB
CMYK
RGB Variations
Color information
#7CFFEF (or 0x7CFFEF) is known color: Electric Blue. HEX triplet: 7C, FF and EF. RGB value is (124,255,239). Sum of RGB (Red+Green+Blue) = 124+255+239=618 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.06% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFFEF is #830010. Grayscale: #D5D5D5. Windows color (decimal): -8585233 or 15728508. OLE color: 15728508.
HSL color Cylindrical-coordinate representation of color #7CFFEF: hue angle of 172.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFFEF is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 239 | - |
| CMYK | 0.51 | 0 | 0.06 | 0 |
| HSL | 172.67º | 1% | 0.74% | - |
| HSV(B) | 172.67º | 0.51% | 1% | - |
| XYZ | 59.65 | 82.04 | 94.35 | - |
| YUV | 214.01 | 142.1 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 239 | 0.51 | 0 | 0.06 | 0 | 172.67 | 1 | 0.74 |
| Hex | 7C | FF | EF | 33 | 0 | 6 | 0 | AD | 64 | 4A |
| Octal | 174 | 377 | 357 | 63 | 0 | 6 | 0 | 255 | 144 | 112 |
| Binary | 1111100 | 11111111 | 11101111 | 110011 | 0 | 110 | 0 | 10101101 | 1100100 | 1001010 |
Color Harmonies of #7CFFEF
Complementary color
Monochromatic Colors of #7CFFEF
Black with #7CFFEF
Text Example
Text Example
White with #7CFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFFEF; }
p { color: rgb(124,255,239); }
H1.HeaderClassName
{
color: #7CFFEF;
}
.AnyTagClassName
{
color: #7CFFEF;
}
</style>
background-color css
<style>
a { background-color: #7CFFEF; }
a { background-color: rgb(124,255,239); }
div.DivClassName
{
background-color: #7CFFEF;
}
.BgClassName
{
background-color: #7CFFEF;
}
</style>
border-color css
<style>
span { border-color: #7CFFEF; }
span { border-color: rgb(124,255,239); }
td.TdClassName
{
border-color: #7CFFEF;
}
.TagClassName
{
border-color: #7CFFEF;
}
</style>