Shades of Electric Blue #7CF0FD
Tints of Electric Blue #7CF0FD
RGB
CMYK
RGB Variations
Color information
#7CF0FD (or 0x7CF0FD) is known color: Electric Blue. HEX triplet: 7C, F0 and FD. RGB value is (124,240,253). Sum of RGB (Red+Green+Blue) = 124+240+253=617 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.10% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CF0FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF0FD is #830F02. Grayscale: #CECECE. Windows color (decimal): -8589059 or 16642172. OLE color: 16642172.
HSL color Cylindrical-coordinate representation of color #7CF0FD: hue angle of 186.05º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CF0FD is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 240 | 253 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.01 |
| HSL | 186.05º | 0.97% | 0.74% | - |
| HSV(B) | 186.05º | 0.51% | 0.99% | - |
| XYZ | 57.2 | 73.7 | 104.14 | - |
| YUV | 206.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 253 | 0.51 | 0.05 | 0 | 0.01 | 186.05 | 0.97 | 0.74 |
| Hex | 7C | F0 | FD | 33 | 5 | 0 | 1 | BA | 61 | 4A |
| Octal | 174 | 360 | 375 | 63 | 5 | 0 | 1 | 272 | 141 | 112 |
| Binary | 1111100 | 11110000 | 11111101 | 110011 | 101 | 0 | 1 | 10111010 | 1100001 | 1001010 |
Color Harmonies of #7CF0FD
Complementary color
Monochromatic Colors of #7CF0FD
Black with #7CF0FD
Text Example
Text Example
White with #7CF0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF0FD; }
p { color: rgb(124,240,253); }
H1.HeaderClassName
{
color: #7CF0FD;
}
.AnyTagClassName
{
color: #7CF0FD;
}
</style>
background-color css
<style>
a { background-color: #7CF0FD; }
a { background-color: rgb(124,240,253); }
div.DivClassName
{
background-color: #7CF0FD;
}
.BgClassName
{
background-color: #7CF0FD;
}
</style>
border-color css
<style>
span { border-color: #7CF0FD; }
span { border-color: rgb(124,240,253); }
td.TdClassName
{
border-color: #7CF0FD;
}
.TagClassName
{
border-color: #7CF0FD;
}
</style>