Shades of Electric Blue #7AFEF1
Tints of Electric Blue #7AFEF1
RGB
CMYK
RGB Variations
Color information
#7AFEF1 (or 0x7AFEF1) is known color: Electric Blue. HEX triplet: 7A, FE and F1. RGB value is (122,254,241). Sum of RGB (Red+Green+Blue) = 122+254+241=617 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.77% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFEF1 is #85010E. Grayscale: #D4D4D4. Windows color (decimal): -8716559 or 15859322. OLE color: 15859322.
HSL color Cylindrical-coordinate representation of color #7AFEF1: hue angle of 174.09º 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 #7AFEF1 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 241 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.00 |
| HSL | 174.09º | 0.99% | 0.74% | - |
| HSV(B) | 174.09º | 0.52% | 1% | - |
| XYZ | 59.35 | 81.37 | 95.8 | - |
| YUV | 213.05 | 143.77 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 241 | 0.52 | 0 | 0.05 | 0.00 | 174.09 | 0.99 | 0.74 |
| Hex | 7A | FE | F1 | 34 | 0 | 5 | 0 | AE | 63 | 4A |
| Octal | 172 | 376 | 361 | 64 | 0 | 5 | 0 | 256 | 143 | 112 |
| Binary | 1111010 | 11111110 | 11110001 | 110100 | 0 | 101 | 0 | 10101110 | 1100011 | 1001010 |
Color Harmonies of #7AFEF1
Complementary color
Monochromatic Colors of #7AFEF1
Black with #7AFEF1
Text Example
Text Example
White with #7AFEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFEF1; }
p { color: rgb(122,254,241); }
H1.HeaderClassName
{
color: #7AFEF1;
}
.AnyTagClassName
{
color: #7AFEF1;
}
</style>
background-color css
<style>
a { background-color: #7AFEF1; }
a { background-color: rgb(122,254,241); }
div.DivClassName
{
background-color: #7AFEF1;
}
.BgClassName
{
background-color: #7AFEF1;
}
</style>
border-color css
<style>
span { border-color: #7AFEF1; }
span { border-color: rgb(122,254,241); }
td.TdClassName
{
border-color: #7AFEF1;
}
.TagClassName
{
border-color: #7AFEF1;
}
</style>