Shades of Electric Blue #7AF2FA
Tints of Electric Blue #7AF2FA
RGB
CMYK
RGB Variations
Color information
#7AF2FA (or 0x7AF2FA) is known color: Electric Blue. HEX triplet: 7A, F2 and FA. RGB value is (122,242,250). Sum of RGB (Red+Green+Blue) = 122+242+250=614 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.87% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AF2FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF2FA is #850D05. Grayscale: #CECECE. Windows color (decimal): -8719622 or 16446074. OLE color: 16446074.
HSL color Cylindrical-coordinate representation of color #7AF2FA: hue angle of 183.75º 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 #7AF2FA is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 242 | 250 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.02 |
| HSL | 183.75º | 0.93% | 0.73% | - |
| HSV(B) | 183.75º | 0.51% | 0.98% | - |
| XYZ | 57.03 | 74.54 | 101.82 | - |
| YUV | 207.03 | 152.24 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 250 | 0.51 | 0.03 | 0 | 0.02 | 183.75 | 0.93 | 0.73 |
| Hex | 7A | F2 | FA | 33 | 3 | 0 | 2 | B8 | 5D | 49 |
| Octal | 172 | 362 | 372 | 63 | 3 | 0 | 2 | 270 | 135 | 111 |
| Binary | 1111010 | 11110010 | 11111010 | 110011 | 11 | 0 | 10 | 10111000 | 1011101 | 1001001 |
Color Harmonies of #7AF2FA
Complementary color
Monochromatic Colors of #7AF2FA
Black with #7AF2FA
Text Example
Text Example
White with #7AF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF2FA; }
p { color: rgb(122,242,250); }
H1.HeaderClassName
{
color: #7AF2FA;
}
.AnyTagClassName
{
color: #7AF2FA;
}
</style>
background-color css
<style>
a { background-color: #7AF2FA; }
a { background-color: rgb(122,242,250); }
div.DivClassName
{
background-color: #7AF2FA;
}
.BgClassName
{
background-color: #7AF2FA;
}
</style>
border-color css
<style>
span { border-color: #7AF2FA; }
span { border-color: rgb(122,242,250); }
td.TdClassName
{
border-color: #7AF2FA;
}
.TagClassName
{
border-color: #7AF2FA;
}
</style>