Shades of Electric Blue #7CFDF5
Tints of Electric Blue #7CFDF5
RGB
CMYK
RGB Variations
Color information
#7CFDF5 (or 0x7CFDF5) is known color: Electric Blue. HEX triplet: 7C, FD and F5. RGB value is (124,253,245). Sum of RGB (Red+Green+Blue) = 124+253+245=622 (82% of max value = 765). Red value is 124 (48.83% from 255 or 19.94% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #7CFDF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFDF5 is #83020A. Grayscale: #D5D5D5. Windows color (decimal): -8585739 or 16121212. OLE color: 16121212.
HSL color Cylindrical-coordinate representation of color #7CFDF5: hue angle of 176.28º 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 #7CFDF5 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 253 | 245 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.01 |
| HSL | 176.28º | 0.97% | 0.74% | - |
| HSV(B) | 176.28º | 0.51% | 0.99% | - |
| XYZ | 59.92 | 81.13 | 98.89 | - |
| YUV | 213.52 | 145.76 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 253 | 245 | 0.51 | 0 | 0.03 | 0.01 | 176.28 | 0.97 | 0.74 |
| Hex | 7C | FD | F5 | 33 | 0 | 3 | 1 | B0 | 61 | 4A |
| Octal | 174 | 375 | 365 | 63 | 0 | 3 | 1 | 260 | 141 | 112 |
| Binary | 1111100 | 11111101 | 11110101 | 110011 | 0 | 11 | 1 | 10110000 | 1100001 | 1001010 |
Color Harmonies of #7CFDF5
Complementary color
Monochromatic Colors of #7CFDF5
Black with #7CFDF5
Text Example
Text Example
White with #7CFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFDF5; }
p { color: rgb(124,253,245); }
H1.HeaderClassName
{
color: #7CFDF5;
}
.AnyTagClassName
{
color: #7CFDF5;
}
</style>
background-color css
<style>
a { background-color: #7CFDF5; }
a { background-color: rgb(124,253,245); }
div.DivClassName
{
background-color: #7CFDF5;
}
.BgClassName
{
background-color: #7CFDF5;
}
</style>
border-color css
<style>
span { border-color: #7CFDF5; }
span { border-color: rgb(124,253,245); }
td.TdClassName
{
border-color: #7CFDF5;
}
.TagClassName
{
border-color: #7CFDF5;
}
</style>