Shades of Electric Blue #7CFFF5
Tints of Electric Blue #7CFFF5
RGB
CMYK
RGB Variations
Color information
#7CFFF5 (or 0x7CFFF5) is known color: Electric Blue. HEX triplet: 7C, FF and F5. RGB value is (124,255,245). Sum of RGB (Red+Green+Blue) = 124+255+245=624 (82% of max value = 765). Red value is 124 (48.83% from 255 or 19.87% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFFF5 is #83000A. Grayscale: #D6D6D6. Windows color (decimal): -8585227 or 16121724. OLE color: 16121724.
HSL color Cylindrical-coordinate representation of color #7CFFF5: hue angle of 175.42º 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 #7CFFF5 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 245 | - |
| CMYK | 0.51 | 0 | 0.04 | 0 |
| HSL | 175.42º | 1% | 0.74% | - |
| HSV(B) | 175.42º | 0.51% | 1% | - |
| XYZ | 60.55 | 82.4 | 99.1 | - |
| YUV | 214.69 | 145.1 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 245 | 0.51 | 0 | 0.04 | 0 | 175.42 | 1 | 0.74 |
| Hex | 7C | FF | F5 | 33 | 0 | 4 | 0 | AF | 64 | 4A |
| Octal | 174 | 377 | 365 | 63 | 0 | 4 | 0 | 257 | 144 | 112 |
| Binary | 1111100 | 11111111 | 11110101 | 110011 | 0 | 100 | 0 | 10101111 | 1100100 | 1001010 |
Color Harmonies of #7CFFF5
Complementary color
Monochromatic Colors of #7CFFF5
Black with #7CFFF5
Text Example
Text Example
White with #7CFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFFF5; }
p { color: rgb(124,255,245); }
H1.HeaderClassName
{
color: #7CFFF5;
}
.AnyTagClassName
{
color: #7CFFF5;
}
</style>
background-color css
<style>
a { background-color: #7CFFF5; }
a { background-color: rgb(124,255,245); }
div.DivClassName
{
background-color: #7CFFF5;
}
.BgClassName
{
background-color: #7CFFF5;
}
</style>
border-color css
<style>
span { border-color: #7CFFF5; }
span { border-color: rgb(124,255,245); }
td.TdClassName
{
border-color: #7CFFF5;
}
.TagClassName
{
border-color: #7CFFF5;
}
</style>