Shades of Electric Blue #7AECFE
Tints of Electric Blue #7AECFE
RGB
CMYK
RGB Variations
Color information
#7AECFE (or 0x7AECFE) is known color: Electric Blue. HEX triplet: 7A, EC and FE. RGB value is (122,236,254). Sum of RGB (Red+Green+Blue) = 122+236+254=612 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.93% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AECFE is #851301. Grayscale: #CBCBCB. Windows color (decimal): -8721154 or 16706682. OLE color: 16706682.
HSL color Cylindrical-coordinate representation of color #7AECFE: hue angle of 188.18º 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 #7AECFE is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 236 | 254 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.00 |
| HSL | 188.18º | 0.99% | 0.74% | - |
| HSV(B) | 188.18º | 0.52% | 1% | - |
| XYZ | 55.91 | 71.28 | 104.58 | - |
| YUV | 203.97 | 156.23 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 236 | 254 | 0.52 | 0.07 | 0 | 0.00 | 188.18 | 0.99 | 0.74 |
| Hex | 7A | EC | FE | 34 | 7 | 0 | 0 | BC | 63 | 4A |
| Octal | 172 | 354 | 376 | 64 | 7 | 0 | 0 | 274 | 143 | 112 |
| Binary | 1111010 | 11101100 | 11111110 | 110100 | 111 | 0 | 0 | 10111100 | 1100011 | 1001010 |
Color Harmonies of #7AECFE
Complementary color
Monochromatic Colors of #7AECFE
Black with #7AECFE
Text Example
Text Example
White with #7AECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AECFE; }
p { color: rgb(122,236,254); }
H1.HeaderClassName
{
color: #7AECFE;
}
.AnyTagClassName
{
color: #7AECFE;
}
</style>
background-color css
<style>
a { background-color: #7AECFE; }
a { background-color: rgb(122,236,254); }
div.DivClassName
{
background-color: #7AECFE;
}
.BgClassName
{
background-color: #7AECFE;
}
</style>
border-color css
<style>
span { border-color: #7AECFE; }
span { border-color: rgb(122,236,254); }
td.TdClassName
{
border-color: #7AECFE;
}
.TagClassName
{
border-color: #7AECFE;
}
</style>