Shades of Electric Blue #7AEDFE
Tints of Electric Blue #7AEDFE
RGB
CMYK
RGB Variations
Color information
#7AEDFE (or 0x7AEDFE) is known color: Electric Blue. HEX triplet: 7A, ED and FE. RGB value is (122,237,254). Sum of RGB (Red+Green+Blue) = 122+237+254=613 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.90% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AEDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEDFE is #851201. Grayscale: #CCCCCC. Windows color (decimal): -8720898 or 16706938. OLE color: 16706938.
HSL color Cylindrical-coordinate representation of color #7AEDFE: hue angle of 187.73º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AEDFE is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 237 | 254 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.00 |
| HSL | 187.73º | 0.99% | 0.74% | - |
| HSV(B) | 187.73º | 0.52% | 1% | - |
| XYZ | 56.2 | 71.86 | 104.67 | - |
| YUV | 204.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 237 | 254 | 0.52 | 0.07 | 0 | 0.00 | 187.73 | 0.99 | 0.74 |
| Hex | 7A | ED | FE | 34 | 7 | 0 | 0 | BC | 63 | 4A |
| Octal | 172 | 355 | 376 | 64 | 7 | 0 | 0 | 274 | 143 | 112 |
| Binary | 1111010 | 11101101 | 11111110 | 110100 | 111 | 0 | 0 | 10111100 | 1100011 | 1001010 |
Color Harmonies of #7AEDFE
Complementary color
Monochromatic Colors of #7AEDFE
Black with #7AEDFE
Text Example
Text Example
White with #7AEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEDFE; }
p { color: rgb(122,237,254); }
H1.HeaderClassName
{
color: #7AEDFE;
}
.AnyTagClassName
{
color: #7AEDFE;
}
</style>
background-color css
<style>
a { background-color: #7AEDFE; }
a { background-color: rgb(122,237,254); }
div.DivClassName
{
background-color: #7AEDFE;
}
.BgClassName
{
background-color: #7AEDFE;
}
</style>
border-color css
<style>
span { border-color: #7AEDFE; }
span { border-color: rgb(122,237,254); }
td.TdClassName
{
border-color: #7AEDFE;
}
.TagClassName
{
border-color: #7AEDFE;
}
</style>