Shades of Electric Blue #7CE9FA
Tints of Electric Blue #7CE9FA
RGB
CMYK
RGB Variations
Color information
#7CE9FA (or 0x7CE9FA) is known color: Electric Blue. HEX triplet: 7C, E9 and FA. RGB value is (124,233,250). Sum of RGB (Red+Green+Blue) = 124+233+250=607 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.43% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #7CE9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CE9FA is #831605. Grayscale: #CACACA. Windows color (decimal): -8590854 or 16443772. OLE color: 16443772.
HSL color Cylindrical-coordinate representation of color #7CE9FA: hue angle of 188.1º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CE9FA is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 233 | 250 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.02 |
| HSL | 188.1º | 0.93% | 0.73% | - |
| HSV(B) | 188.1º | 0.5% | 0.98% | - |
| XYZ | 54.71 | 69.47 | 100.97 | - |
| YUV | 202.35 | 154.89 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 233 | 250 | 0.50 | 0.07 | 0 | 0.02 | 188.1 | 0.93 | 0.73 |
| Hex | 7C | E9 | FA | 32 | 7 | 0 | 2 | BC | 5D | 49 |
| Octal | 174 | 351 | 372 | 62 | 7 | 0 | 2 | 274 | 135 | 111 |
| Binary | 1111100 | 11101001 | 11111010 | 110010 | 111 | 0 | 10 | 10111100 | 1011101 | 1001001 |
Color Harmonies of #7CE9FA
Complementary color
Monochromatic Colors of #7CE9FA
Black with #7CE9FA
Text Example
Text Example
White with #7CE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE9FA; }
p { color: rgb(124,233,250); }
H1.HeaderClassName
{
color: #7CE9FA;
}
.AnyTagClassName
{
color: #7CE9FA;
}
</style>
background-color css
<style>
a { background-color: #7CE9FA; }
a { background-color: rgb(124,233,250); }
div.DivClassName
{
background-color: #7CE9FA;
}
.BgClassName
{
background-color: #7CE9FA;
}
</style>
border-color css
<style>
span { border-color: #7CE9FA; }
span { border-color: rgb(124,233,250); }
td.TdClassName
{
border-color: #7CE9FA;
}
.TagClassName
{
border-color: #7CE9FA;
}
</style>