Shades of Electric Blue #7AFEFC
Tints of Electric Blue #7AFEFC
RGB
CMYK
RGB Variations
Color information
#7AFEFC (or 0x7AFEFC) is known color: Electric Blue. HEX triplet: 7A, FE and FC. RGB value is (122,254,252). Sum of RGB (Red+Green+Blue) = 122+254+252=628 (83% of max value = 765). Red value is 122 (48.05% from 255 or 19.43% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFEFC is #850103. Grayscale: #D6D6D6. Windows color (decimal): -8716548 or 16580218. OLE color: 16580218.
HSL color Cylindrical-coordinate representation of color #7AFEFC: hue angle of 179.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 #7AFEFC is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 252 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.00 |
| HSL | 179.09º | 0.99% | 0.74% | - |
| HSV(B) | 179.09º | 0.52% | 1% | - |
| XYZ | 61.04 | 82.05 | 104.72 | - |
| YUV | 214.3 | 149.27 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 252 | 0.52 | 0 | 0.01 | 0.00 | 179.09 | 0.99 | 0.74 |
| Hex | 7A | FE | FC | 34 | 0 | 1 | 0 | B3 | 63 | 4A |
| Octal | 172 | 376 | 374 | 64 | 0 | 1 | 0 | 263 | 143 | 112 |
| Binary | 1111010 | 11111110 | 11111100 | 110100 | 0 | 1 | 0 | 10110011 | 1100011 | 1001010 |
Color Harmonies of #7AFEFC
Complementary color
Monochromatic Colors of #7AFEFC
Black with #7AFEFC
Text Example
Text Example
White with #7AFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFEFC; }
p { color: rgb(122,254,252); }
H1.HeaderClassName
{
color: #7AFEFC;
}
.AnyTagClassName
{
color: #7AFEFC;
}
</style>
background-color css
<style>
a { background-color: #7AFEFC; }
a { background-color: rgb(122,254,252); }
div.DivClassName
{
background-color: #7AFEFC;
}
.BgClassName
{
background-color: #7AFEFC;
}
</style>
border-color css
<style>
span { border-color: #7AFEFC; }
span { border-color: rgb(122,254,252); }
td.TdClassName
{
border-color: #7AFEFC;
}
.TagClassName
{
border-color: #7AFEFC;
}
</style>