Shades of Electric Blue #7AFEFA
Tints of Electric Blue #7AFEFA
RGB
CMYK
RGB Variations
Color information
#7AFEFA (or 0x7AFEFA) is known color: Electric Blue. HEX triplet: 7A, FE and FA. RGB value is (122,254,250). Sum of RGB (Red+Green+Blue) = 122+254+250=626 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.49% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFEFA is #850105. Grayscale: #D5D5D5. Windows color (decimal): -8716550 or 16449146. OLE color: 16449146.
HSL color Cylindrical-coordinate representation of color #7AFEFA: hue angle of 178.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFEFA is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 250 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.00 |
| HSL | 178.18º | 0.99% | 0.74% | - |
| HSV(B) | 178.18º | 0.52% | 1% | - |
| XYZ | 60.72 | 81.92 | 103.05 | - |
| YUV | 214.08 | 148.27 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 250 | 0.52 | 0 | 0.02 | 0.00 | 178.18 | 0.99 | 0.74 |
| Hex | 7A | FE | FA | 34 | 0 | 2 | 0 | B2 | 63 | 4A |
| Octal | 172 | 376 | 372 | 64 | 0 | 2 | 0 | 262 | 143 | 112 |
| Binary | 1111010 | 11111110 | 11111010 | 110100 | 0 | 10 | 0 | 10110010 | 1100011 | 1001010 |
Color Harmonies of #7AFEFA
Complementary color
Monochromatic Colors of #7AFEFA
Black with #7AFEFA
Text Example
Text Example
White with #7AFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFEFA; }
p { color: rgb(122,254,250); }
H1.HeaderClassName
{
color: #7AFEFA;
}
.AnyTagClassName
{
color: #7AFEFA;
}
</style>
background-color css
<style>
a { background-color: #7AFEFA; }
a { background-color: rgb(122,254,250); }
div.DivClassName
{
background-color: #7AFEFA;
}
.BgClassName
{
background-color: #7AFEFA;
}
</style>
border-color css
<style>
span { border-color: #7AFEFA; }
span { border-color: rgb(122,254,250); }
td.TdClassName
{
border-color: #7AFEFA;
}
.TagClassName
{
border-color: #7AFEFA;
}
</style>