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