Shades of Electric Blue #7AFAF7
Tints of Electric Blue #7AFAF7
RGB
CMYK
RGB Variations
Color information
#7AFAF7 (or 0x7AFAF7) is known color: Electric Blue. HEX triplet: 7A, FA and F7. RGB value is (122,250,247). Sum of RGB (Red+Green+Blue) = 122+250+247=619 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.71% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFAF7 is #850508. Grayscale: #D3D3D3. Windows color (decimal): -8717577 or 16251514. OLE color: 16251514.
HSL color Cylindrical-coordinate representation of color #7AFAF7: hue angle of 178.59º 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 #7AFAF7 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 247 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.02 |
| HSL | 178.59º | 0.93% | 0.73% | - |
| HSV(B) | 178.59º | 0.51% | 0.98% | - |
| XYZ | 59 | 79.22 | 100.18 | - |
| YUV | 211.39 | 148.09 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 247 | 0.51 | 0 | 0.01 | 0.02 | 178.59 | 0.93 | 0.73 |
| Hex | 7A | FA | F7 | 33 | 0 | 1 | 2 | B3 | 5D | 49 |
| Octal | 172 | 372 | 367 | 63 | 0 | 1 | 2 | 263 | 135 | 111 |
| Binary | 1111010 | 11111010 | 11110111 | 110011 | 0 | 1 | 10 | 10110011 | 1011101 | 1001001 |
Color Harmonies of #7AFAF7
Complementary color
Monochromatic Colors of #7AFAF7
Black with #7AFAF7
Text Example
Text Example
White with #7AFAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFAF7; }
p { color: rgb(122,250,247); }
H1.HeaderClassName
{
color: #7AFAF7;
}
.AnyTagClassName
{
color: #7AFAF7;
}
</style>
background-color css
<style>
a { background-color: #7AFAF7; }
a { background-color: rgb(122,250,247); }
div.DivClassName
{
background-color: #7AFAF7;
}
.BgClassName
{
background-color: #7AFAF7;
}
</style>
border-color css
<style>
span { border-color: #7AFAF7; }
span { border-color: rgb(122,250,247); }
td.TdClassName
{
border-color: #7AFAF7;
}
.TagClassName
{
border-color: #7AFAF7;
}
</style>