Shades of Electric Blue #7AFCFA
Tints of Electric Blue #7AFCFA
RGB
CMYK
RGB Variations
Color information
#7AFCFA (or 0x7AFCFA) is known color: Electric Blue. HEX triplet: 7A, FC and FA. RGB value is (122,252,250). Sum of RGB (Red+Green+Blue) = 122+252+250=624 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.55% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFCFA is #850305. Grayscale: #D4D4D4. Windows color (decimal): -8717062 or 16448634. OLE color: 16448634.
HSL color Cylindrical-coordinate representation of color #7AFCFA: hue angle of 179.08º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFCFA is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 250 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.01 |
| HSL | 179.08º | 0.96% | 0.73% | - |
| HSV(B) | 179.08º | 0.52% | 0.99% | - |
| XYZ | 60.09 | 80.66 | 102.84 | - |
| YUV | 212.9 | 148.93 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 250 | 0.52 | 0 | 0.01 | 0.01 | 179.08 | 0.96 | 0.73 |
| Hex | 7A | FC | FA | 34 | 0 | 1 | 1 | B3 | 60 | 49 |
| Octal | 172 | 374 | 372 | 64 | 0 | 1 | 1 | 263 | 140 | 111 |
| Binary | 1111010 | 11111100 | 11111010 | 110100 | 0 | 1 | 1 | 10110011 | 1100000 | 1001001 |
Color Harmonies of #7AFCFA
Complementary color
Monochromatic Colors of #7AFCFA
Black with #7AFCFA
Text Example
Text Example
White with #7AFCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFCFA; }
p { color: rgb(122,252,250); }
H1.HeaderClassName
{
color: #7AFCFA;
}
.AnyTagClassName
{
color: #7AFCFA;
}
</style>
background-color css
<style>
a { background-color: #7AFCFA; }
a { background-color: rgb(122,252,250); }
div.DivClassName
{
background-color: #7AFCFA;
}
.BgClassName
{
background-color: #7AFCFA;
}
</style>
border-color css
<style>
span { border-color: #7AFCFA; }
span { border-color: rgb(122,252,250); }
td.TdClassName
{
border-color: #7AFCFA;
}
.TagClassName
{
border-color: #7AFCFA;
}
</style>