Shades of Electric Blue #7AECFC
Tints of Electric Blue #7AECFC
RGB
CMYK
RGB Variations
Color information
#7AECFC (or 0x7AECFC) is known color: Electric Blue. HEX triplet: 7A, EC and FC. RGB value is (122,236,252). Sum of RGB (Red+Green+Blue) = 122+236+252=610 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #7AECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AECFC is #851303. Grayscale: #CBCBCB. Windows color (decimal): -8721156 or 16575610. OLE color: 16575610.
HSL color Cylindrical-coordinate representation of color #7AECFC: hue angle of 187.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AECFC is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 236 | 252 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.01 |
| HSL | 187.38º | 0.96% | 0.73% | - |
| HSV(B) | 187.38º | 0.52% | 0.99% | - |
| XYZ | 55.59 | 71.16 | 102.9 | - |
| YUV | 203.74 | 155.23 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 236 | 252 | 0.52 | 0.06 | 0 | 0.01 | 187.38 | 0.96 | 0.73 |
| Hex | 7A | EC | FC | 34 | 6 | 0 | 1 | BB | 60 | 49 |
| Octal | 172 | 354 | 374 | 64 | 6 | 0 | 1 | 273 | 140 | 111 |
| Binary | 1111010 | 11101100 | 11111100 | 110100 | 110 | 0 | 1 | 10111011 | 1100000 | 1001001 |
Color Harmonies of #7AECFC
Complementary color
Monochromatic Colors of #7AECFC
Black with #7AECFC
Text Example
Text Example
White with #7AECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AECFC; }
p { color: rgb(122,236,252); }
H1.HeaderClassName
{
color: #7AECFC;
}
.AnyTagClassName
{
color: #7AECFC;
}
</style>
background-color css
<style>
a { background-color: #7AECFC; }
a { background-color: rgb(122,236,252); }
div.DivClassName
{
background-color: #7AECFC;
}
.BgClassName
{
background-color: #7AECFC;
}
</style>
border-color css
<style>
span { border-color: #7AECFC; }
span { border-color: rgb(122,236,252); }
td.TdClassName
{
border-color: #7AECFC;
}
.TagClassName
{
border-color: #7AECFC;
}
</style>