Shades of Electric Blue #7AECFF
Tints of Electric Blue #7AECFF
RGB
CMYK
RGB Variations
Color information
#7AECFF (or 0x7AECFF) is known color: Electric Blue. HEX triplet: 7A, EC and FF. RGB value is (122,236,255). Sum of RGB (Red+Green+Blue) = 122+236+255=613 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.90% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AECFF is #851300. Grayscale: #CBCBCB. Windows color (decimal): -8721153 or 16772218. OLE color: 16772218.
HSL color Cylindrical-coordinate representation of color #7AECFF: hue angle of 188.57º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AECFF is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 236 | 255 | - |
| CMYK | 0.52 | 0.07 | 0 | 0 |
| HSL | 188.57º | 1% | 0.74% | - |
| HSV(B) | 188.57º | 0.52% | 1% | - |
| XYZ | 56.07 | 71.35 | 105.42 | - |
| YUV | 204.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 236 | 255 | 0.52 | 0.07 | 0 | 0 | 188.57 | 1 | 0.74 |
| Hex | 7A | EC | FF | 34 | 7 | 0 | 0 | BD | 64 | 4A |
| Octal | 172 | 354 | 377 | 64 | 7 | 0 | 0 | 275 | 144 | 112 |
| Binary | 1111010 | 11101100 | 11111111 | 110100 | 111 | 0 | 0 | 10111101 | 1100100 | 1001010 |
Color Harmonies of #7AECFF
Complementary color
Monochromatic Colors of #7AECFF
Black with #7AECFF
Text Example
Text Example
White with #7AECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AECFF; }
p { color: rgb(122,236,255); }
H1.HeaderClassName
{
color: #7AECFF;
}
.AnyTagClassName
{
color: #7AECFF;
}
</style>
background-color css
<style>
a { background-color: #7AECFF; }
a { background-color: rgb(122,236,255); }
div.DivClassName
{
background-color: #7AECFF;
}
.BgClassName
{
background-color: #7AECFF;
}
</style>
border-color css
<style>
span { border-color: #7AECFF; }
span { border-color: rgb(122,236,255); }
td.TdClassName
{
border-color: #7AECFF;
}
.TagClassName
{
border-color: #7AECFF;
}
</style>