Shades of Electric Blue #7AEEFE
Tints of Electric Blue #7AEEFE
RGB
CMYK
RGB Variations
Color information
#7AEEFE (or 0x7AEEFE) is known color: Electric Blue. HEX triplet: 7A, EE and FE. RGB value is (122,238,254). Sum of RGB (Red+Green+Blue) = 122+238+254=614 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.87% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AEEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEEFE is #851101. Grayscale: #CCCCCC. Windows color (decimal): -8720642 or 16707194. OLE color: 16707194.
HSL color Cylindrical-coordinate representation of color #7AEEFE: hue angle of 187.27º 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 #7AEEFE is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 238 | 254 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.00 |
| HSL | 187.27º | 0.99% | 0.74% | - |
| HSV(B) | 187.27º | 0.52% | 1% | - |
| XYZ | 56.49 | 72.44 | 104.77 | - |
| YUV | 205.14 | 155.57 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 238 | 254 | 0.52 | 0.06 | 0 | 0.00 | 187.27 | 0.99 | 0.74 |
| Hex | 7A | EE | FE | 34 | 6 | 0 | 0 | BB | 63 | 4A |
| Octal | 172 | 356 | 376 | 64 | 6 | 0 | 0 | 273 | 143 | 112 |
| Binary | 1111010 | 11101110 | 11111110 | 110100 | 110 | 0 | 0 | 10111011 | 1100011 | 1001010 |
Color Harmonies of #7AEEFE
Complementary color
Monochromatic Colors of #7AEEFE
Black with #7AEEFE
Text Example
Text Example
White with #7AEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEEFE; }
p { color: rgb(122,238,254); }
H1.HeaderClassName
{
color: #7AEEFE;
}
.AnyTagClassName
{
color: #7AEEFE;
}
</style>
background-color css
<style>
a { background-color: #7AEEFE; }
a { background-color: rgb(122,238,254); }
div.DivClassName
{
background-color: #7AEEFE;
}
.BgClassName
{
background-color: #7AEEFE;
}
</style>
border-color css
<style>
span { border-color: #7AEEFE; }
span { border-color: rgb(122,238,254); }
td.TdClassName
{
border-color: #7AEEFE;
}
.TagClassName
{
border-color: #7AEEFE;
}
</style>