Shades of Electric Blue #7AFEF2
Tints of Electric Blue #7AFEF2
RGB
CMYK
RGB Variations
Color information
#7AFEF2 (or 0x7AFEF2) is known color: Electric Blue. HEX triplet: 7A, FE and F2. RGB value is (122,254,242). Sum of RGB (Red+Green+Blue) = 122+254+242=618 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.74% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFEF2 is #85010D. Grayscale: #D5D5D5. Windows color (decimal): -8716558 or 15924858. OLE color: 15924858.
HSL color Cylindrical-coordinate representation of color #7AFEF2: hue angle of 174.55º 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 #7AFEF2 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 242 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.00 |
| HSL | 174.55º | 0.99% | 0.74% | - |
| HSV(B) | 174.55º | 0.52% | 1% | - |
| XYZ | 59.49 | 81.43 | 96.59 | - |
| YUV | 213.16 | 144.27 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 242 | 0.52 | 0 | 0.05 | 0.00 | 174.55 | 0.99 | 0.74 |
| Hex | 7A | FE | F2 | 34 | 0 | 5 | 0 | AF | 63 | 4A |
| Octal | 172 | 376 | 362 | 64 | 0 | 5 | 0 | 257 | 143 | 112 |
| Binary | 1111010 | 11111110 | 11110010 | 110100 | 0 | 101 | 0 | 10101111 | 1100011 | 1001010 |
Color Harmonies of #7AFEF2
Complementary color
Monochromatic Colors of #7AFEF2
Black with #7AFEF2
Text Example
Text Example
White with #7AFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFEF2; }
p { color: rgb(122,254,242); }
H1.HeaderClassName
{
color: #7AFEF2;
}
.AnyTagClassName
{
color: #7AFEF2;
}
</style>
background-color css
<style>
a { background-color: #7AFEF2; }
a { background-color: rgb(122,254,242); }
div.DivClassName
{
background-color: #7AFEF2;
}
.BgClassName
{
background-color: #7AFEF2;
}
</style>
border-color css
<style>
span { border-color: #7AFEF2; }
span { border-color: rgb(122,254,242); }
td.TdClassName
{
border-color: #7AFEF2;
}
.TagClassName
{
border-color: #7AFEF2;
}
</style>