Shades of Electric Blue #7AFFF9
Tints of Electric Blue #7AFFF9
RGB
CMYK
RGB Variations
Color information
#7AFFF9 (or 0x7AFFF9) is known color: Electric Blue. HEX triplet: 7A, FF and F9. RGB value is (122,255,249). Sum of RGB (Red+Green+Blue) = 122+255+249=626 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.49% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFFF9 is #850006. Grayscale: #D6D6D6. Windows color (decimal): -8716295 or 16383866. OLE color: 16383866.
HSL color Cylindrical-coordinate representation of color #7AFFF9: hue angle of 177.29º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFF9 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 249 | - |
| CMYK | 0.52 | 0 | 0.02 | 0 |
| HSL | 177.29º | 1% | 0.74% | - |
| HSV(B) | 177.29º | 0.52% | 1% | - |
| XYZ | 60.88 | 82.5 | 102.34 | - |
| YUV | 214.55 | 147.44 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 249 | 0.52 | 0 | 0.02 | 0 | 177.29 | 1 | 0.74 |
| Hex | 7A | FF | F9 | 34 | 0 | 2 | 0 | B1 | 64 | 4A |
| Octal | 172 | 377 | 371 | 64 | 0 | 2 | 0 | 261 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11111001 | 110100 | 0 | 10 | 0 | 10110001 | 1100100 | 1001010 |
Color Harmonies of #7AFFF9
Complementary color
Monochromatic Colors of #7AFFF9
Black with #7AFFF9
Text Example
Text Example
White with #7AFFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFF9; }
p { color: rgb(122,255,249); }
H1.HeaderClassName
{
color: #7AFFF9;
}
.AnyTagClassName
{
color: #7AFFF9;
}
</style>
background-color css
<style>
a { background-color: #7AFFF9; }
a { background-color: rgb(122,255,249); }
div.DivClassName
{
background-color: #7AFFF9;
}
.BgClassName
{
background-color: #7AFFF9;
}
</style>
border-color css
<style>
span { border-color: #7AFFF9; }
span { border-color: rgb(122,255,249); }
td.TdClassName
{
border-color: #7AFFF9;
}
.TagClassName
{
border-color: #7AFFF9;
}
</style>