Shades of Electric Blue #7CF2FB
Tints of Electric Blue #7CF2FB
RGB
CMYK
RGB Variations
Color information
#7CF2FB (or 0x7CF2FB) is known color: Electric Blue. HEX triplet: 7C, F2 and FB. RGB value is (124,242,251). Sum of RGB (Red+Green+Blue) = 124+242+251=617 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.10% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #7CF2FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF2FB is #830D04. Grayscale: #CFCFCF. Windows color (decimal): -8588549 or 16511612. OLE color: 16511612.
HSL color Cylindrical-coordinate representation of color #7CF2FB: hue angle of 184.25º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CF2FB is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 242 | 251 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.02 |
| HSL | 184.25º | 0.94% | 0.74% | - |
| HSV(B) | 184.25º | 0.51% | 0.98% | - |
| XYZ | 57.48 | 74.75 | 102.67 | - |
| YUV | 207.74 | 152.41 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 251 | 0.51 | 0.04 | 0 | 0.02 | 184.25 | 0.94 | 0.74 |
| Hex | 7C | F2 | FB | 33 | 4 | 0 | 2 | B8 | 5E | 4A |
| Octal | 174 | 362 | 373 | 63 | 4 | 0 | 2 | 270 | 136 | 112 |
| Binary | 1111100 | 11110010 | 11111011 | 110011 | 100 | 0 | 10 | 10111000 | 1011110 | 1001010 |
Color Harmonies of #7CF2FB
Complementary color
Monochromatic Colors of #7CF2FB
Black with #7CF2FB
Text Example
Text Example
White with #7CF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF2FB; }
p { color: rgb(124,242,251); }
H1.HeaderClassName
{
color: #7CF2FB;
}
.AnyTagClassName
{
color: #7CF2FB;
}
</style>
background-color css
<style>
a { background-color: #7CF2FB; }
a { background-color: rgb(124,242,251); }
div.DivClassName
{
background-color: #7CF2FB;
}
.BgClassName
{
background-color: #7CF2FB;
}
</style>
border-color css
<style>
span { border-color: #7CF2FB; }
span { border-color: rgb(124,242,251); }
td.TdClassName
{
border-color: #7CF2FB;
}
.TagClassName
{
border-color: #7CF2FB;
}
</style>