Shades of Electric Blue #7CFAEB
Tints of Electric Blue #7CFAEB
RGB
CMYK
RGB Variations
Color information
#7CFAEB (or 0x7CFAEB) is known color: Electric Blue. HEX triplet: 7C, FA and EB. RGB value is (124,250,235). Sum of RGB (Red+Green+Blue) = 124+250+235=609 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.36% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFAEB is #830514. Grayscale: #D2D2D2. Windows color (decimal): -8586517 or 15465084. OLE color: 15465084.
HSL color Cylindrical-coordinate representation of color #7CFAEB: hue angle of 172.86º 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 #7CFAEB is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 250 | 235 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.02 |
| HSL | 172.86º | 0.93% | 0.73% | - |
| HSV(B) | 172.86º | 0.5% | 0.98% | - |
| XYZ | 57.49 | 78.65 | 90.75 | - |
| YUV | 210.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 235 | 0.50 | 0 | 0.06 | 0.02 | 172.86 | 0.93 | 0.73 |
| Hex | 7C | FA | EB | 32 | 0 | 6 | 2 | AD | 5D | 49 |
| Octal | 174 | 372 | 353 | 62 | 0 | 6 | 2 | 255 | 135 | 111 |
| Binary | 1111100 | 11111010 | 11101011 | 110010 | 0 | 110 | 10 | 10101101 | 1011101 | 1001001 |
Color Harmonies of #7CFAEB
Complementary color
Monochromatic Colors of #7CFAEB
Black with #7CFAEB
Text Example
Text Example
White with #7CFAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFAEB; }
p { color: rgb(124,250,235); }
H1.HeaderClassName
{
color: #7CFAEB;
}
.AnyTagClassName
{
color: #7CFAEB;
}
</style>
background-color css
<style>
a { background-color: #7CFAEB; }
a { background-color: rgb(124,250,235); }
div.DivClassName
{
background-color: #7CFAEB;
}
.BgClassName
{
background-color: #7CFAEB;
}
</style>
border-color css
<style>
span { border-color: #7CFAEB; }
span { border-color: rgb(124,250,235); }
td.TdClassName
{
border-color: #7CFAEB;
}
.TagClassName
{
border-color: #7CFAEB;
}
</style>