Shades of Electric Blue #7CFEFF
Tints of Electric Blue #7CFEFF
RGB
CMYK
RGB Variations
Color information
#7CFEFF (or 0x7CFEFF) is known color: Electric Blue. HEX triplet: 7C, FE and FF. RGB value is (124,254,255). Sum of RGB (Red+Green+Blue) = 124+254+255=633 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.59% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CFEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFEFF is #830100. Grayscale: #D7D7D7. Windows color (decimal): -8585473 or 16776828. OLE color: 16776828.
HSL color Cylindrical-coordinate representation of color #7CFEFF: hue angle of 180.46º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFEFF is Cyan = 0.51, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 254 | 255 | - |
| CMYK | 0.51 | 0.00 | 0 | 0 |
| HSL | 180.46º | 1% | 0.74% | - |
| HSV(B) | 180.46º | 0.51% | 1% | - |
| XYZ | 61.8 | 82.39 | 107.25 | - |
| YUV | 215.24 | 150.43 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 255 | 0.51 | 0.00 | 0 | 0 | 180.46 | 1 | 0.74 |
| Hex | 7C | FE | FF | 33 | 0 | 0 | 0 | B4 | 64 | 4A |
| Octal | 174 | 376 | 377 | 63 | 0 | 0 | 0 | 264 | 144 | 112 |
| Binary | 1111100 | 11111110 | 11111111 | 110011 | 0 | 0 | 0 | 10110100 | 1100100 | 1001010 |
Color Harmonies of #7CFEFF
Complementary color
Monochromatic Colors of #7CFEFF
Black with #7CFEFF
Text Example
Text Example
White with #7CFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFEFF; }
p { color: rgb(124,254,255); }
H1.HeaderClassName
{
color: #7CFEFF;
}
.AnyTagClassName
{
color: #7CFEFF;
}
</style>
background-color css
<style>
a { background-color: #7CFEFF; }
a { background-color: rgb(124,254,255); }
div.DivClassName
{
background-color: #7CFEFF;
}
.BgClassName
{
background-color: #7CFEFF;
}
</style>
border-color css
<style>
span { border-color: #7CFEFF; }
span { border-color: rgb(124,254,255); }
td.TdClassName
{
border-color: #7CFEFF;
}
.TagClassName
{
border-color: #7CFEFF;
}
</style>