Shades of Electric Blue #7AF7E8
Tints of Electric Blue #7AF7E8
RGB
CMYK
RGB Variations
Color information
#7AF7E8 (or 0x7AF7E8) is known color: Electric Blue. HEX triplet: 7A, F7 and E8. RGB value is (122,247,232). Sum of RGB (Red+Green+Blue) = 122+247+232=601 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.30% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF7E8 is #850817. Grayscale: #CFCFCF. Windows color (decimal): -8718360 or 15267706. OLE color: 15267706.
HSL color Cylindrical-coordinate representation of color #7AF7E8: hue angle of 172.8º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7E8 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 232 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.03 |
| HSL | 172.8º | 0.89% | 0.72% | - |
| HSV(B) | 172.8º | 0.51% | 0.97% | - |
| XYZ | 55.85 | 76.49 | 88.16 | - |
| YUV | 207.92 | 141.59 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 232 | 0.51 | 0 | 0.06 | 0.03 | 172.8 | 0.89 | 0.72 |
| Hex | 7A | F7 | E8 | 33 | 0 | 6 | 3 | AD | 59 | 48 |
| Octal | 172 | 367 | 350 | 63 | 0 | 6 | 3 | 255 | 131 | 110 |
| Binary | 1111010 | 11110111 | 11101000 | 110011 | 0 | 110 | 11 | 10101101 | 1011001 | 1001000 |
Color Harmonies of #7AF7E8
Complementary color
Monochromatic Colors of #7AF7E8
Black with #7AF7E8
Text Example
Text Example
White with #7AF7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF7E8; }
p { color: rgb(122,247,232); }
H1.HeaderClassName
{
color: #7AF7E8;
}
.AnyTagClassName
{
color: #7AF7E8;
}
</style>
background-color css
<style>
a { background-color: #7AF7E8; }
a { background-color: rgb(122,247,232); }
div.DivClassName
{
background-color: #7AF7E8;
}
.BgClassName
{
background-color: #7AF7E8;
}
</style>
border-color css
<style>
span { border-color: #7AF7E8; }
span { border-color: rgb(122,247,232); }
td.TdClassName
{
border-color: #7AF7E8;
}
.TagClassName
{
border-color: #7AF7E8;
}
</style>