Shades of Electric Blue #7CE4FB
Tints of Electric Blue #7CE4FB
RGB
CMYK
RGB Variations
Color information
#7CE4FB (or 0x7CE4FB) is known color: Electric Blue. HEX triplet: 7C, E4 and FB. RGB value is (124,228,251). Sum of RGB (Red+Green+Blue) = 124+228+251=603 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.56% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #7CE4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE4FB is #831B04. Grayscale: #C7C7C7. Windows color (decimal): -8592133 or 16508028. OLE color: 16508028.
HSL color Cylindrical-coordinate representation of color #7CE4FB: hue angle of 190.87º 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 #7CE4FB is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 228 | 251 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.02 |
| HSL | 190.87º | 0.94% | 0.74% | - |
| HSV(B) | 190.87º | 0.51% | 0.98% | - |
| XYZ | 53.47 | 66.74 | 101.33 | - |
| YUV | 199.53 | 157.04 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 228 | 251 | 0.51 | 0.09 | 0 | 0.02 | 190.87 | 0.94 | 0.74 |
| Hex | 7C | E4 | FB | 33 | 9 | 0 | 2 | BF | 5E | 4A |
| Octal | 174 | 344 | 373 | 63 | 11 | 0 | 2 | 277 | 136 | 112 |
| Binary | 1111100 | 11100100 | 11111011 | 110011 | 1001 | 0 | 10 | 10111111 | 1011110 | 1001010 |
Color Harmonies of #7CE4FB
Complementary color
Monochromatic Colors of #7CE4FB
Black with #7CE4FB
Text Example
Text Example
White with #7CE4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE4FB; }
p { color: rgb(124,228,251); }
H1.HeaderClassName
{
color: #7CE4FB;
}
.AnyTagClassName
{
color: #7CE4FB;
}
</style>
background-color css
<style>
a { background-color: #7CE4FB; }
a { background-color: rgb(124,228,251); }
div.DivClassName
{
background-color: #7CE4FB;
}
.BgClassName
{
background-color: #7CE4FB;
}
</style>
border-color css
<style>
span { border-color: #7CE4FB; }
span { border-color: rgb(124,228,251); }
td.TdClassName
{
border-color: #7CE4FB;
}
.TagClassName
{
border-color: #7CE4FB;
}
</style>