Shades of Electric Blue #7AF0FC
Tints of Electric Blue #7AF0FC
RGB
CMYK
RGB Variations
Color information
#7AF0FC (or 0x7AF0FC) is known color: Electric Blue. HEX triplet: 7A, F0 and FC. RGB value is (122,240,252). Sum of RGB (Red+Green+Blue) = 122+240+252=614 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.87% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #7AF0FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF0FC is #850F03. Grayscale: #CDCDCD. Windows color (decimal): -8720132 or 16576634. OLE color: 16576634.
HSL color Cylindrical-coordinate representation of color #7AF0FC: hue angle of 185.54º 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 #7AF0FC is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 240 | 252 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.01 |
| HSL | 185.54º | 0.96% | 0.73% | - |
| HSV(B) | 185.54º | 0.52% | 0.99% | - |
| XYZ | 56.76 | 73.49 | 103.29 | - |
| YUV | 206.09 | 153.91 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 252 | 0.52 | 0.05 | 0 | 0.01 | 185.54 | 0.96 | 0.73 |
| Hex | 7A | F0 | FC | 34 | 5 | 0 | 1 | BA | 60 | 49 |
| Octal | 172 | 360 | 374 | 64 | 5 | 0 | 1 | 272 | 140 | 111 |
| Binary | 1111010 | 11110000 | 11111100 | 110100 | 101 | 0 | 1 | 10111010 | 1100000 | 1001001 |
Color Harmonies of #7AF0FC
Complementary color
Monochromatic Colors of #7AF0FC
Black with #7AF0FC
Text Example
Text Example
White with #7AF0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF0FC; }
p { color: rgb(122,240,252); }
H1.HeaderClassName
{
color: #7AF0FC;
}
.AnyTagClassName
{
color: #7AF0FC;
}
</style>
background-color css
<style>
a { background-color: #7AF0FC; }
a { background-color: rgb(122,240,252); }
div.DivClassName
{
background-color: #7AF0FC;
}
.BgClassName
{
background-color: #7AF0FC;
}
</style>
border-color css
<style>
span { border-color: #7AF0FC; }
span { border-color: rgb(122,240,252); }
td.TdClassName
{
border-color: #7AF0FC;
}
.TagClassName
{
border-color: #7AF0FC;
}
</style>