Shades of Electric Blue #7AF9FA
Tints of Electric Blue #7AF9FA
RGB
CMYK
RGB Variations
Color information
#7AF9FA (or 0x7AF9FA) is known color: Electric Blue. HEX triplet: 7A, F9 and FA. RGB value is (122,249,250). Sum of RGB (Red+Green+Blue) = 122+249+250=621 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.65% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AF9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF9FA is #850605. Grayscale: #D3D3D3. Windows color (decimal): -8717830 or 16447866. OLE color: 16447866.
HSL color Cylindrical-coordinate representation of color #7AF9FA: hue angle of 180.47º 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 #7AF9FA is Cyan = 0.51, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 250 | - |
| CMYK | 0.51 | 0.00 | 0 | 0.02 |
| HSL | 180.47º | 0.93% | 0.73% | - |
| HSV(B) | 180.47º | 0.51% | 0.98% | - |
| XYZ | 59.16 | 78.79 | 102.53 | - |
| YUV | 211.14 | 149.92 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 250 | 0.51 | 0.00 | 0 | 0.02 | 180.47 | 0.93 | 0.73 |
| Hex | 7A | F9 | FA | 33 | 0 | 0 | 2 | B4 | 5D | 49 |
| Octal | 172 | 371 | 372 | 63 | 0 | 0 | 2 | 264 | 135 | 111 |
| Binary | 1111010 | 11111001 | 11111010 | 110011 | 0 | 0 | 10 | 10110100 | 1011101 | 1001001 |
Color Harmonies of #7AF9FA
Complementary color
Monochromatic Colors of #7AF9FA
Black with #7AF9FA
Text Example
Text Example
White with #7AF9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF9FA; }
p { color: rgb(122,249,250); }
H1.HeaderClassName
{
color: #7AF9FA;
}
.AnyTagClassName
{
color: #7AF9FA;
}
</style>
background-color css
<style>
a { background-color: #7AF9FA; }
a { background-color: rgb(122,249,250); }
div.DivClassName
{
background-color: #7AF9FA;
}
.BgClassName
{
background-color: #7AF9FA;
}
</style>
border-color css
<style>
span { border-color: #7AF9FA; }
span { border-color: rgb(122,249,250); }
td.TdClassName
{
border-color: #7AF9FA;
}
.TagClassName
{
border-color: #7AF9FA;
}
</style>