Shades of Electric Blue #7CFEFD
Tints of Electric Blue #7CFEFD
RGB
CMYK
RGB Variations
Color information
#7CFEFD (or 0x7CFEFD) is known color: Electric Blue. HEX triplet: 7C, FE and FD. RGB value is (124,254,253). Sum of RGB (Red+Green+Blue) = 124+254+253=631 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.65% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFEFD is #830102. Grayscale: #D6D6D6. Windows color (decimal): -8585475 or 16645756. OLE color: 16645756.
HSL color Cylindrical-coordinate representation of color #7CFEFD: hue angle of 179.54º 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 #7CFEFD is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 253 | - |
| CMYK | 0.51 | 0 | 0.00 | 0.00 |
| HSL | 179.54º | 0.98% | 0.74% | - |
| HSV(B) | 179.54º | 0.51% | 1% | - |
| XYZ | 61.48 | 82.26 | 105.57 | - |
| YUV | 215.02 | 149.43 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 253 | 0.51 | 0 | 0.00 | 0.00 | 179.54 | 0.98 | 0.74 |
| Hex | 7C | FE | FD | 33 | 0 | 0 | 0 | B4 | 62 | 4A |
| Octal | 174 | 376 | 375 | 63 | 0 | 0 | 0 | 264 | 142 | 112 |
| Binary | 1111100 | 11111110 | 11111101 | 110011 | 0 | 0 | 0 | 10110100 | 1100010 | 1001010 |
Color Harmonies of #7CFEFD
Complementary color
Monochromatic Colors of #7CFEFD
Black with #7CFEFD
Text Example
Text Example
White with #7CFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFEFD; }
p { color: rgb(124,254,253); }
H1.HeaderClassName
{
color: #7CFEFD;
}
.AnyTagClassName
{
color: #7CFEFD;
}
</style>
background-color css
<style>
a { background-color: #7CFEFD; }
a { background-color: rgb(124,254,253); }
div.DivClassName
{
background-color: #7CFEFD;
}
.BgClassName
{
background-color: #7CFEFD;
}
</style>
border-color css
<style>
span { border-color: #7CFEFD; }
span { border-color: rgb(124,254,253); }
td.TdClassName
{
border-color: #7CFEFD;
}
.TagClassName
{
border-color: #7CFEFD;
}
</style>