Shades of Electric Blue #7AF7ED
Tints of Electric Blue #7AF7ED
RGB
CMYK
RGB Variations
Color information
#7AF7ED (or 0x7AF7ED) is known color: Electric Blue. HEX triplet: 7A, F7 and ED. RGB value is (122,247,237). Sum of RGB (Red+Green+Blue) = 122+247+237=606 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.13% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF7ED is #850812. Grayscale: #D0D0D0. Windows color (decimal): -8718355 or 15595386. OLE color: 15595386.
HSL color Cylindrical-coordinate representation of color #7AF7ED: hue angle of 175.2º 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 #7AF7ED is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 237 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.03 |
| HSL | 175.2º | 0.89% | 0.72% | - |
| HSV(B) | 175.2º | 0.51% | 0.97% | - |
| XYZ | 56.57 | 76.77 | 91.96 | - |
| YUV | 208.49 | 144.09 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 237 | 0.51 | 0 | 0.04 | 0.03 | 175.2 | 0.89 | 0.72 |
| Hex | 7A | F7 | ED | 33 | 0 | 4 | 3 | AF | 59 | 48 |
| Octal | 172 | 367 | 355 | 63 | 0 | 4 | 3 | 257 | 131 | 110 |
| Binary | 1111010 | 11110111 | 11101101 | 110011 | 0 | 100 | 11 | 10101111 | 1011001 | 1001000 |
Color Harmonies of #7AF7ED
Complementary color
Monochromatic Colors of #7AF7ED
Black with #7AF7ED
Text Example
Text Example
White with #7AF7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF7ED; }
p { color: rgb(122,247,237); }
H1.HeaderClassName
{
color: #7AF7ED;
}
.AnyTagClassName
{
color: #7AF7ED;
}
</style>
background-color css
<style>
a { background-color: #7AF7ED; }
a { background-color: rgb(122,247,237); }
div.DivClassName
{
background-color: #7AF7ED;
}
.BgClassName
{
background-color: #7AF7ED;
}
</style>
border-color css
<style>
span { border-color: #7AF7ED; }
span { border-color: rgb(122,247,237); }
td.TdClassName
{
border-color: #7AF7ED;
}
.TagClassName
{
border-color: #7AF7ED;
}
</style>