Shades of Electric Blue #7AE8FA
Tints of Electric Blue #7AE8FA
RGB
CMYK
RGB Variations
Color information
#7AE8FA (or 0x7AE8FA) is known color: Electric Blue. HEX triplet: 7A, E8 and FA. RGB value is (122,232,250). Sum of RGB (Red+Green+Blue) = 122+232+250=604 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.20% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AE8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AE8FA is #851705. Grayscale: #C8C8C8. Windows color (decimal): -8722182 or 16443514. OLE color: 16443514.
HSL color Cylindrical-coordinate representation of color #7AE8FA: hue angle of 188.44º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AE8FA is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 232 | 250 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.02 |
| HSL | 188.44º | 0.93% | 0.73% | - |
| HSV(B) | 188.44º | 0.51% | 0.98% | - |
| XYZ | 54.14 | 68.75 | 100.86 | - |
| YUV | 201.16 | 155.56 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 232 | 250 | 0.51 | 0.07 | 0 | 0.02 | 188.44 | 0.93 | 0.73 |
| Hex | 7A | E8 | FA | 33 | 7 | 0 | 2 | BC | 5D | 49 |
| Octal | 172 | 350 | 372 | 63 | 7 | 0 | 2 | 274 | 135 | 111 |
| Binary | 1111010 | 11101000 | 11111010 | 110011 | 111 | 0 | 10 | 10111100 | 1011101 | 1001001 |
Color Harmonies of #7AE8FA
Complementary color
Monochromatic Colors of #7AE8FA
Black with #7AE8FA
Text Example
Text Example
White with #7AE8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE8FA; }
p { color: rgb(122,232,250); }
H1.HeaderClassName
{
color: #7AE8FA;
}
.AnyTagClassName
{
color: #7AE8FA;
}
</style>
background-color css
<style>
a { background-color: #7AE8FA; }
a { background-color: rgb(122,232,250); }
div.DivClassName
{
background-color: #7AE8FA;
}
.BgClassName
{
background-color: #7AE8FA;
}
</style>
border-color css
<style>
span { border-color: #7AE8FA; }
span { border-color: rgb(122,232,250); }
td.TdClassName
{
border-color: #7AE8FA;
}
.TagClassName
{
border-color: #7AE8FA;
}
</style>