Shades of Electric Blue #7AECFD
Tints of Electric Blue #7AECFD
RGB
CMYK
RGB Variations
Color information
#7AECFD (or 0x7AECFD) is known color: Electric Blue. HEX triplet: 7A, EC and FD. RGB value is (122,236,253). Sum of RGB (Red+Green+Blue) = 122+236+253=611 (80% of max value = 765). Red value is 122 (48.05% from 255 or 19.97% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #7AECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AECFD is #851302. Grayscale: #CBCBCB. Windows color (decimal): -8721155 or 16641146. OLE color: 16641146.
HSL color Cylindrical-coordinate representation of color #7AECFD: hue angle of 187.79º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AECFD is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 236 | 253 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.01 |
| HSL | 187.79º | 0.97% | 0.74% | - |
| HSV(B) | 187.79º | 0.52% | 0.99% | - |
| XYZ | 55.75 | 71.22 | 103.74 | - |
| YUV | 203.85 | 155.73 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 236 | 253 | 0.52 | 0.07 | 0 | 0.01 | 187.79 | 0.97 | 0.74 |
| Hex | 7A | EC | FD | 34 | 7 | 0 | 1 | BC | 61 | 4A |
| Octal | 172 | 354 | 375 | 64 | 7 | 0 | 1 | 274 | 141 | 112 |
| Binary | 1111010 | 11101100 | 11111101 | 110100 | 111 | 0 | 1 | 10111100 | 1100001 | 1001010 |
Color Harmonies of #7AECFD
Complementary color
Monochromatic Colors of #7AECFD
Black with #7AECFD
Text Example
Text Example
White with #7AECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AECFD; }
p { color: rgb(122,236,253); }
H1.HeaderClassName
{
color: #7AECFD;
}
.AnyTagClassName
{
color: #7AECFD;
}
</style>
background-color css
<style>
a { background-color: #7AECFD; }
a { background-color: rgb(122,236,253); }
div.DivClassName
{
background-color: #7AECFD;
}
.BgClassName
{
background-color: #7AECFD;
}
</style>
border-color css
<style>
span { border-color: #7AECFD; }
span { border-color: rgb(122,236,253); }
td.TdClassName
{
border-color: #7AECFD;
}
.TagClassName
{
border-color: #7AECFD;
}
</style>