Shades of Electric Blue #7CF0E5
Tints of Electric Blue #7CF0E5
RGB
CMYK
RGB Variations
Color information
#7CF0E5 (or 0x7CF0E5) is known color: Electric Blue. HEX triplet: 7C, F0 and E5. RGB value is (124,240,229). Sum of RGB (Red+Green+Blue) = 124+240+229=593 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.91% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF0E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF0E5 is #830F1A. Grayscale: #CBCBCB. Windows color (decimal): -8589083 or 15069308. OLE color: 15069308.
HSL color Cylindrical-coordinate representation of color #7CF0E5: hue angle of 174.31º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CF0E5 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 240 | 229 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.06 |
| HSL | 174.31º | 0.79% | 0.71% | - |
| HSV(B) | 174.31º | 0.48% | 0.94% | - |
| XYZ | 53.62 | 72.26 | 85.25 | - |
| YUV | 204.06 | 142.07 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 229 | 0.48 | 0 | 0.05 | 0.06 | 174.31 | 0.79 | 0.71 |
| Hex | 7C | F0 | E5 | 30 | 0 | 5 | 6 | AE | 4F | 47 |
| Octal | 174 | 360 | 345 | 60 | 0 | 5 | 6 | 256 | 117 | 107 |
| Binary | 1111100 | 11110000 | 11100101 | 110000 | 0 | 101 | 110 | 10101110 | 1001111 | 1000111 |
Color Harmonies of #7CF0E5
Complementary color
Monochromatic Colors of #7CF0E5
Black with #7CF0E5
Text Example
Text Example
White with #7CF0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF0E5; }
p { color: rgb(124,240,229); }
H1.HeaderClassName
{
color: #7CF0E5;
}
.AnyTagClassName
{
color: #7CF0E5;
}
</style>
background-color css
<style>
a { background-color: #7CF0E5; }
a { background-color: rgb(124,240,229); }
div.DivClassName
{
background-color: #7CF0E5;
}
.BgClassName
{
background-color: #7CF0E5;
}
</style>
border-color css
<style>
span { border-color: #7CF0E5; }
span { border-color: rgb(124,240,229); }
td.TdClassName
{
border-color: #7CF0E5;
}
.TagClassName
{
border-color: #7CF0E5;
}
</style>