Shades of Electric Blue #7AF7F5
Tints of Electric Blue #7AF7F5
RGB
CMYK
RGB Variations
Color information
#7AF7F5 (or 0x7AF7F5) is known color: Electric Blue. HEX triplet: 7A, F7 and F5. RGB value is (122,247,245). Sum of RGB (Red+Green+Blue) = 122+247+245=614 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.87% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 245 (96.09% from 255 or 39.90% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7F5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF7F5 is #85080A. Grayscale: #D1D1D1. Windows color (decimal): -8718347 or 16119674. OLE color: 16119674.
HSL color Cylindrical-coordinate representation of color #7AF7F5: hue angle of 179.04º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7F5 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 245 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.03 |
| HSL | 179.04º | 0.89% | 0.72% | - |
| HSV(B) | 179.04º | 0.51% | 0.97% | - |
| XYZ | 57.77 | 77.25 | 98.25 | - |
| YUV | 209.4 | 148.09 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 245 | 0.51 | 0 | 0.01 | 0.03 | 179.04 | 0.89 | 0.72 |
| Hex | 7A | F7 | F5 | 33 | 0 | 1 | 3 | B3 | 59 | 48 |
| Octal | 172 | 367 | 365 | 63 | 0 | 1 | 3 | 263 | 131 | 110 |
| Binary | 1111010 | 11110111 | 11110101 | 110011 | 0 | 1 | 11 | 10110011 | 1011001 | 1001000 |
Color Harmonies of #7AF7F5
Complementary color
Monochromatic Colors of #7AF7F5
Black with #7AF7F5
Text Example
Text Example
White with #7AF7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF7F5; }
p { color: rgb(122,247,245); }
H1.HeaderClassName
{
color: #7AF7F5;
}
.AnyTagClassName
{
color: #7AF7F5;
}
</style>
background-color css
<style>
a { background-color: #7AF7F5; }
a { background-color: rgb(122,247,245); }
div.DivClassName
{
background-color: #7AF7F5;
}
.BgClassName
{
background-color: #7AF7F5;
}
</style>
border-color css
<style>
span { border-color: #7AF7F5; }
span { border-color: rgb(122,247,245); }
td.TdClassName
{
border-color: #7AF7F5;
}
.TagClassName
{
border-color: #7AF7F5;
}
</style>