Shades of Electric Blue #7CF5ED
Tints of Electric Blue #7CF5ED
RGB
CMYK
RGB Variations
Color information
#7CF5ED (or 0x7CF5ED) is known color: Electric Blue. HEX triplet: 7C, F5 and ED. RGB value is (124,245,237). Sum of RGB (Red+Green+Blue) = 124+245+237=606 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.46% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #7CF5ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF5ED is #830A12. Grayscale: #CFCFCF. Windows color (decimal): -8587795 or 15594876. OLE color: 15594876.
HSL color Cylindrical-coordinate representation of color #7CF5ED: hue angle of 176.03º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF5ED is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 245 | 237 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.04 |
| HSL | 176.03º | 0.86% | 0.72% | - |
| HSV(B) | 176.03º | 0.49% | 0.96% | - |
| XYZ | 56.25 | 75.7 | 91.77 | - |
| YUV | 207.91 | 144.41 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 245 | 237 | 0.49 | 0 | 0.03 | 0.04 | 176.03 | 0.86 | 0.72 |
| Hex | 7C | F5 | ED | 31 | 0 | 3 | 4 | B0 | 56 | 48 |
| Octal | 174 | 365 | 355 | 61 | 0 | 3 | 4 | 260 | 126 | 110 |
| Binary | 1111100 | 11110101 | 11101101 | 110001 | 0 | 11 | 100 | 10110000 | 1010110 | 1001000 |
Color Harmonies of #7CF5ED
Complementary color
Monochromatic Colors of #7CF5ED
Black with #7CF5ED
Text Example
Text Example
White with #7CF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF5ED; }
p { color: rgb(124,245,237); }
H1.HeaderClassName
{
color: #7CF5ED;
}
.AnyTagClassName
{
color: #7CF5ED;
}
</style>
background-color css
<style>
a { background-color: #7CF5ED; }
a { background-color: rgb(124,245,237); }
div.DivClassName
{
background-color: #7CF5ED;
}
.BgClassName
{
background-color: #7CF5ED;
}
</style>
border-color css
<style>
span { border-color: #7CF5ED; }
span { border-color: rgb(124,245,237); }
td.TdClassName
{
border-color: #7CF5ED;
}
.TagClassName
{
border-color: #7CF5ED;
}
</style>