Shades of Electric Blue #7AFCEA
Tints of Electric Blue #7AFCEA
RGB
CMYK
RGB Variations
Color information
#7AFCEA (or 0x7AFCEA) is known color: Electric Blue. HEX triplet: 7A, FC and EA. RGB value is (122,252,234). Sum of RGB (Red+Green+Blue) = 122+252+234=608 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.07% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFCEA is #850315. Grayscale: #D3D3D3. Windows color (decimal): -8717078 or 15400058. OLE color: 15400058.
HSL color Cylindrical-coordinate representation of color #7AFCEA: hue angle of 171.69º 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 #7AFCEA is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 234 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.01 |
| HSL | 171.69º | 0.96% | 0.73% | - |
| HSV(B) | 171.69º | 0.52% | 0.99% | - |
| XYZ | 57.69 | 79.7 | 90.18 | - |
| YUV | 211.08 | 140.93 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 234 | 0.52 | 0 | 0.07 | 0.01 | 171.69 | 0.96 | 0.73 |
| Hex | 7A | FC | EA | 34 | 0 | 7 | 1 | AC | 60 | 49 |
| Octal | 172 | 374 | 352 | 64 | 0 | 7 | 1 | 254 | 140 | 111 |
| Binary | 1111010 | 11111100 | 11101010 | 110100 | 0 | 111 | 1 | 10101100 | 1100000 | 1001001 |
Color Harmonies of #7AFCEA
Complementary color
Monochromatic Colors of #7AFCEA
Black with #7AFCEA
Text Example
Text Example
White with #7AFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFCEA; }
p { color: rgb(122,252,234); }
H1.HeaderClassName
{
color: #7AFCEA;
}
.AnyTagClassName
{
color: #7AFCEA;
}
</style>
background-color css
<style>
a { background-color: #7AFCEA; }
a { background-color: rgb(122,252,234); }
div.DivClassName
{
background-color: #7AFCEA;
}
.BgClassName
{
background-color: #7AFCEA;
}
</style>
border-color css
<style>
span { border-color: #7AFCEA; }
span { border-color: rgb(122,252,234); }
td.TdClassName
{
border-color: #7AFCEA;
}
.TagClassName
{
border-color: #7AFCEA;
}
</style>