Shades of Electric Blue #7AEAFE
Tints of Electric Blue #7AEAFE
RGB
CMYK
RGB Variations
Color information
#7AEAFE (or 0x7AEAFE) is known color: Electric Blue. HEX triplet: 7A, EA and FE. RGB value is (122,234,254). Sum of RGB (Red+Green+Blue) = 122+234+254=610 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEAFE is #851501. Grayscale: #CACACA. Windows color (decimal): -8721666 or 16706170. OLE color: 16706170.
HSL color Cylindrical-coordinate representation of color #7AEAFE: hue angle of 189.09º 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 #7AEAFE is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 234 | 254 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.00 |
| HSL | 189.09º | 0.99% | 0.74% | - |
| HSV(B) | 189.09º | 0.52% | 1% | - |
| XYZ | 55.34 | 70.14 | 104.39 | - |
| YUV | 202.79 | 156.89 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 234 | 254 | 0.52 | 0.08 | 0 | 0.00 | 189.09 | 0.99 | 0.74 |
| Hex | 7A | EA | FE | 34 | 8 | 0 | 0 | BD | 63 | 4A |
| Octal | 172 | 352 | 376 | 64 | 10 | 0 | 0 | 275 | 143 | 112 |
| Binary | 1111010 | 11101010 | 11111110 | 110100 | 1000 | 0 | 0 | 10111101 | 1100011 | 1001010 |
Color Harmonies of #7AEAFE
Complementary color
Monochromatic Colors of #7AEAFE
Black with #7AEAFE
Text Example
Text Example
White with #7AEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEAFE; }
p { color: rgb(122,234,254); }
H1.HeaderClassName
{
color: #7AEAFE;
}
.AnyTagClassName
{
color: #7AEAFE;
}
</style>
background-color css
<style>
a { background-color: #7AEAFE; }
a { background-color: rgb(122,234,254); }
div.DivClassName
{
background-color: #7AEAFE;
}
.BgClassName
{
background-color: #7AEAFE;
}
</style>
border-color css
<style>
span { border-color: #7AEAFE; }
span { border-color: rgb(122,234,254); }
td.TdClassName
{
border-color: #7AEAFE;
}
.TagClassName
{
border-color: #7AEAFE;
}
</style>