Shades of Electric Blue #7AF5ED
Tints of Electric Blue #7AF5ED
RGB
CMYK
RGB Variations
Color information
#7AF5ED (or 0x7AF5ED) is known color: Electric Blue. HEX triplet: 7A, F5 and ED. RGB value is (122,245,237). Sum of RGB (Red+Green+Blue) = 122+245+237=604 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.20% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF5ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF5ED is #850A12. Grayscale: #CFCFCF. Windows color (decimal): -8718867 or 15594874. OLE color: 15594874.
HSL color Cylindrical-coordinate representation of color #7AF5ED: hue angle of 176.1º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF5ED is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 237 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.04 |
| HSL | 176.1º | 0.86% | 0.72% | - |
| HSV(B) | 176.1º | 0.5% | 0.96% | - |
| XYZ | 55.96 | 75.56 | 91.76 | - |
| YUV | 207.31 | 144.75 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 237 | 0.50 | 0 | 0.03 | 0.04 | 176.1 | 0.86 | 0.72 |
| Hex | 7A | F5 | ED | 32 | 0 | 3 | 4 | B0 | 56 | 48 |
| Octal | 172 | 365 | 355 | 62 | 0 | 3 | 4 | 260 | 126 | 110 |
| Binary | 1111010 | 11110101 | 11101101 | 110010 | 0 | 11 | 100 | 10110000 | 1010110 | 1001000 |
Color Harmonies of #7AF5ED
Complementary color
Monochromatic Colors of #7AF5ED
Black with #7AF5ED
Text Example
Text Example
White with #7AF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF5ED; }
p { color: rgb(122,245,237); }
H1.HeaderClassName
{
color: #7AF5ED;
}
.AnyTagClassName
{
color: #7AF5ED;
}
</style>
background-color css
<style>
a { background-color: #7AF5ED; }
a { background-color: rgb(122,245,237); }
div.DivClassName
{
background-color: #7AF5ED;
}
.BgClassName
{
background-color: #7AF5ED;
}
</style>
border-color css
<style>
span { border-color: #7AF5ED; }
span { border-color: rgb(122,245,237); }
td.TdClassName
{
border-color: #7AF5ED;
}
.TagClassName
{
border-color: #7AF5ED;
}
</style>