Shades of Electric Blue #7AF0FE
Tints of Electric Blue #7AF0FE
RGB
CMYK
RGB Variations
Color information
#7AF0FE (or 0x7AF0FE) is known color: Electric Blue. HEX triplet: 7A, F0 and FE. RGB value is (122,240,254). Sum of RGB (Red+Green+Blue) = 122+240+254=616 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.81% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AF0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF0FE is #850F01. Grayscale: #CECECE. Windows color (decimal): -8720130 or 16707706. OLE color: 16707706.
HSL color Cylindrical-coordinate representation of color #7AF0FE: hue angle of 186.36º 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 #7AF0FE is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 240 | 254 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.00 |
| HSL | 186.36º | 0.99% | 0.74% | - |
| HSV(B) | 186.36º | 0.52% | 1% | - |
| XYZ | 57.08 | 73.61 | 104.97 | - |
| YUV | 206.31 | 154.91 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 254 | 0.52 | 0.06 | 0 | 0.00 | 186.36 | 0.99 | 0.74 |
| Hex | 7A | F0 | FE | 34 | 6 | 0 | 0 | BA | 63 | 4A |
| Octal | 172 | 360 | 376 | 64 | 6 | 0 | 0 | 272 | 143 | 112 |
| Binary | 1111010 | 11110000 | 11111110 | 110100 | 110 | 0 | 0 | 10111010 | 1100011 | 1001010 |
Color Harmonies of #7AF0FE
Complementary color
Monochromatic Colors of #7AF0FE
Black with #7AF0FE
Text Example
Text Example
White with #7AF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF0FE; }
p { color: rgb(122,240,254); }
H1.HeaderClassName
{
color: #7AF0FE;
}
.AnyTagClassName
{
color: #7AF0FE;
}
</style>
background-color css
<style>
a { background-color: #7AF0FE; }
a { background-color: rgb(122,240,254); }
div.DivClassName
{
background-color: #7AF0FE;
}
.BgClassName
{
background-color: #7AF0FE;
}
</style>
border-color css
<style>
span { border-color: #7AF0FE; }
span { border-color: rgb(122,240,254); }
td.TdClassName
{
border-color: #7AF0FE;
}
.TagClassName
{
border-color: #7AF0FE;
}
</style>