Shades of Electric Blue #7CFDFB
Tints of Electric Blue #7CFDFB
RGB
CMYK
RGB Variations
Color information
#7CFDFB (or 0x7CFDFB) is known color: Electric Blue. HEX triplet: 7C, FD and FB. RGB value is (124,253,251). Sum of RGB (Red+Green+Blue) = 124+253+251=628 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.75% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #7CFDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFDFB is #830204. Grayscale: #D6D6D6. Windows color (decimal): -8585733 or 16514428. OLE color: 16514428.
HSL color Cylindrical-coordinate representation of color #7CFDFB: hue angle of 179.07º 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 #7CFDFB is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 253 | 251 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.01 |
| HSL | 179.07º | 0.97% | 0.74% | - |
| HSV(B) | 179.07º | 0.51% | 0.99% | - |
| XYZ | 60.85 | 81.5 | 103.79 | - |
| YUV | 214.2 | 148.76 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 253 | 251 | 0.51 | 0 | 0.01 | 0.01 | 179.07 | 0.97 | 0.74 |
| Hex | 7C | FD | FB | 33 | 0 | 1 | 1 | B3 | 61 | 4A |
| Octal | 174 | 375 | 373 | 63 | 0 | 1 | 1 | 263 | 141 | 112 |
| Binary | 1111100 | 11111101 | 11111011 | 110011 | 0 | 1 | 1 | 10110011 | 1100001 | 1001010 |
Color Harmonies of #7CFDFB
Complementary color
Monochromatic Colors of #7CFDFB
Black with #7CFDFB
Text Example
Text Example
White with #7CFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFDFB; }
p { color: rgb(124,253,251); }
H1.HeaderClassName
{
color: #7CFDFB;
}
.AnyTagClassName
{
color: #7CFDFB;
}
</style>
background-color css
<style>
a { background-color: #7CFDFB; }
a { background-color: rgb(124,253,251); }
div.DivClassName
{
background-color: #7CFDFB;
}
.BgClassName
{
background-color: #7CFDFB;
}
</style>
border-color css
<style>
span { border-color: #7CFDFB; }
span { border-color: rgb(124,253,251); }
td.TdClassName
{
border-color: #7CFDFB;
}
.TagClassName
{
border-color: #7CFDFB;
}
</style>