Shades of Electric Blue #7CF0FE
Tints of Electric Blue #7CF0FE
RGB
CMYK
RGB Variations
Color information
#7CF0FE (or 0x7CF0FE) is known color: Electric Blue. HEX triplet: 7C, F0 and FE. RGB value is (124,240,254). Sum of RGB (Red+Green+Blue) = 124+240+254=618 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.06% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CF0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF0FE is #830F01. Grayscale: #CECECE. Windows color (decimal): -8589058 or 16707708. OLE color: 16707708.
HSL color Cylindrical-coordinate representation of color #7CF0FE: hue angle of 186.46º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CF0FE is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 240 | 254 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.00 |
| HSL | 186.46º | 0.98% | 0.74% | - |
| HSV(B) | 186.46º | 0.51% | 1% | - |
| XYZ | 57.36 | 73.76 | 104.98 | - |
| YUV | 206.91 | 154.57 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 254 | 0.51 | 0.06 | 0 | 0.00 | 186.46 | 0.98 | 0.74 |
| Hex | 7C | F0 | FE | 33 | 6 | 0 | 0 | BA | 62 | 4A |
| Octal | 174 | 360 | 376 | 63 | 6 | 0 | 0 | 272 | 142 | 112 |
| Binary | 1111100 | 11110000 | 11111110 | 110011 | 110 | 0 | 0 | 10111010 | 1100010 | 1001010 |
Color Harmonies of #7CF0FE
Complementary color
Monochromatic Colors of #7CF0FE
Black with #7CF0FE
Text Example
Text Example
White with #7CF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF0FE; }
p { color: rgb(124,240,254); }
H1.HeaderClassName
{
color: #7CF0FE;
}
.AnyTagClassName
{
color: #7CF0FE;
}
</style>
background-color css
<style>
a { background-color: #7CF0FE; }
a { background-color: rgb(124,240,254); }
div.DivClassName
{
background-color: #7CF0FE;
}
.BgClassName
{
background-color: #7CF0FE;
}
</style>
border-color css
<style>
span { border-color: #7CF0FE; }
span { border-color: rgb(124,240,254); }
td.TdClassName
{
border-color: #7CF0FE;
}
.TagClassName
{
border-color: #7CF0FE;
}
</style>