Shades of Electric Blue #7AF9EE
Tints of Electric Blue #7AF9EE
RGB
CMYK
RGB Variations
Color information
#7AF9EE (or 0x7AF9EE) is known color: Electric Blue. HEX triplet: 7A, F9 and EE. RGB value is (122,249,238). Sum of RGB (Red+Green+Blue) = 122+249+238=609 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.03% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF9EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF9EE is #850611. Grayscale: #D1D1D1. Windows color (decimal): -8717842 or 15661434. OLE color: 15661434.
HSL color Cylindrical-coordinate representation of color #7AF9EE: hue angle of 174.8º degrees, saturation: 0.91, 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 #7AF9EE is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 238 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.02 |
| HSL | 174.8º | 0.91% | 0.73% | - |
| HSV(B) | 174.8º | 0.51% | 0.98% | - |
| XYZ | 57.33 | 78.06 | 92.93 | - |
| YUV | 209.77 | 143.92 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 238 | 0.51 | 0 | 0.04 | 0.02 | 174.8 | 0.91 | 0.73 |
| Hex | 7A | F9 | EE | 33 | 0 | 4 | 2 | AF | 5B | 49 |
| Octal | 172 | 371 | 356 | 63 | 0 | 4 | 2 | 257 | 133 | 111 |
| Binary | 1111010 | 11111001 | 11101110 | 110011 | 0 | 100 | 10 | 10101111 | 1011011 | 1001001 |
Color Harmonies of #7AF9EE
Complementary color
Monochromatic Colors of #7AF9EE
Black with #7AF9EE
Text Example
Text Example
White with #7AF9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF9EE; }
p { color: rgb(122,249,238); }
H1.HeaderClassName
{
color: #7AF9EE;
}
.AnyTagClassName
{
color: #7AF9EE;
}
</style>
background-color css
<style>
a { background-color: #7AF9EE; }
a { background-color: rgb(122,249,238); }
div.DivClassName
{
background-color: #7AF9EE;
}
.BgClassName
{
background-color: #7AF9EE;
}
</style>
border-color css
<style>
span { border-color: #7AF9EE; }
span { border-color: rgb(122,249,238); }
td.TdClassName
{
border-color: #7AF9EE;
}
.TagClassName
{
border-color: #7AF9EE;
}
</style>