Shades of Electric Blue #7AFFFE
Tints of Electric Blue #7AFFFE
RGB
CMYK
RGB Variations
Color information
#7AFFFE (or 0x7AFFFE) is known color: Electric Blue. HEX triplet: 7A, FF and FE. RGB value is (122,255,254). Sum of RGB (Red+Green+Blue) = 122+255+254=631 (83% of max value = 765). Red value is 122 (48.05% from 255 or 19.33% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFFFE is #850001. Grayscale: #D6D6D6. Windows color (decimal): -8716290 or 16711546. OLE color: 16711546.
HSL color Cylindrical-coordinate representation of color #7AFFFE: hue angle of 179.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFFE is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 254 | - |
| CMYK | 0.52 | 0 | 0.00 | 0 |
| HSL | 179.55º | 1% | 0.74% | - |
| HSV(B) | 179.55º | 0.52% | 1% | - |
| XYZ | 61.68 | 82.81 | 106.5 | - |
| YUV | 215.12 | 149.94 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 254 | 0.52 | 0 | 0.00 | 0 | 179.55 | 1 | 0.74 |
| Hex | 7A | FF | FE | 34 | 0 | 0 | 0 | B4 | 64 | 4A |
| Octal | 172 | 377 | 376 | 64 | 0 | 0 | 0 | 264 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11111110 | 110100 | 0 | 0 | 0 | 10110100 | 1100100 | 1001010 |
Color Harmonies of #7AFFFE
Complementary color
Monochromatic Colors of #7AFFFE
Black with #7AFFFE
Text Example
Text Example
White with #7AFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFFE; }
p { color: rgb(122,255,254); }
H1.HeaderClassName
{
color: #7AFFFE;
}
.AnyTagClassName
{
color: #7AFFFE;
}
</style>
background-color css
<style>
a { background-color: #7AFFFE; }
a { background-color: rgb(122,255,254); }
div.DivClassName
{
background-color: #7AFFFE;
}
.BgClassName
{
background-color: #7AFFFE;
}
</style>
border-color css
<style>
span { border-color: #7AFFFE; }
span { border-color: rgb(122,255,254); }
td.TdClassName
{
border-color: #7AFFFE;
}
.TagClassName
{
border-color: #7AFFFE;
}
</style>