#7AFCF0

Color #7AFCF0 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7AFCF0

Tints of Electric Blue #7AFCF0

Color information

#7AFCF0 (or 0x7AFCF0) is unknown color: approx 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

RGB122252240-
CMYK0.5200.050.01
HSL174.46º95.59%73.33%-
HSV(B)174.46º51.59%98.82%-
XYZ58.5680.0594.8-
YUV211.76143.9363.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 19.87%
GREEN value IS 252 (98.83% from 255) = 41.04%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=19.87%
G=41.04%
B=39.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1222522400.5200.050.01174.4695.5973.33
Hex7AFCF034051ae6049
Octal17237436064051256140111
Binary11110101111110011110000110100010111010111011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>