Shades of Electric Blue #7CF1ED
Tints of Electric Blue #7CF1ED
RGB
CMYK
RGB Variations
Color information
#7CF1ED (or 0x7CF1ED) is known color: Electric Blue. HEX triplet: 7C, F1 and ED. RGB value is (124,241,237). Sum of RGB (Red+Green+Blue) = 124+241+237=602 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.60% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF1ED is #830E12. Grayscale: #CDCDCD. Windows color (decimal): -8588819 or 15593852. OLE color: 15593852.
HSL color Cylindrical-coordinate representation of color #7CF1ED: hue angle of 177.95º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF1ED is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 241 | 237 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.05 |
| HSL | 177.95º | 0.81% | 0.72% | - |
| HSV(B) | 177.95º | 0.49% | 0.95% | - |
| XYZ | 55.05 | 73.31 | 91.37 | - |
| YUV | 205.56 | 145.74 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 241 | 237 | 0.49 | 0 | 0.02 | 0.05 | 177.95 | 0.81 | 0.72 |
| Hex | 7C | F1 | ED | 31 | 0 | 2 | 5 | B2 | 51 | 48 |
| Octal | 174 | 361 | 355 | 61 | 0 | 2 | 5 | 262 | 121 | 110 |
| Binary | 1111100 | 11110001 | 11101101 | 110001 | 0 | 10 | 101 | 10110010 | 1010001 | 1001000 |
Color Harmonies of #7CF1ED
Complementary color
Monochromatic Colors of #7CF1ED
Black with #7CF1ED
Text Example
Text Example
White with #7CF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF1ED; }
p { color: rgb(124,241,237); }
H1.HeaderClassName
{
color: #7CF1ED;
}
.AnyTagClassName
{
color: #7CF1ED;
}
</style>
background-color css
<style>
a { background-color: #7CF1ED; }
a { background-color: rgb(124,241,237); }
div.DivClassName
{
background-color: #7CF1ED;
}
.BgClassName
{
background-color: #7CF1ED;
}
</style>
border-color css
<style>
span { border-color: #7CF1ED; }
span { border-color: rgb(124,241,237); }
td.TdClassName
{
border-color: #7CF1ED;
}
.TagClassName
{
border-color: #7CF1ED;
}
</style>