#7AF4F5

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

Shades of Electric Blue #7AF4F5

Tints of Electric Blue #7AF4F5

Color information

#7AF4F5 (or 0x7AF4F5) is unknown color: approx Electric Blue. HEX triplet: 7A, F4 and F5. RGB value is (122,244,245). Sum of RGB (Red+Green+Blue) = 122+244+245=611 (80% of max value = 765). Red value is 122 (48.05% from 255 or 19.97% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #7AF4F5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF4F5 is #850B0A. Grayscale: #CFCFCF. Windows color (decimal): -8719115 or 16118906. OLE color: 16118906.

HSL color Cylindrical-coordinate representation of color #7AF4F5: hue angle of 180.49º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF4F5 is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB122244245-
CMYK0.500.0000.04
HSL180.49º86.01%71.96%-
HSV(B)180.49º50.2%96.08%-
XYZ56.8675.4397.95-
YUV207.64149.0866.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 19.97%
GREEN value IS 244 (95.70% from 255) = 39.93%
BLUE value IS 245 (96.09% from 255) = 40.10%
R=19.97%
G=39.93%
B=40.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1222442450.500.0000.04180.4986.0171.96
Hex7AF4F532004b45648
Octal17236436562004264126110
Binary11110101111010011110101110010001001011010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AF4F5; }

 p { color: rgb(122,244,245); }

 H1.HeaderClassName
 {
   color: #7AF4F5;
 }
 .AnyTagClassName
 {
   color: #7AF4F5;
 }
</style>
background-color css

<style>
 a { background-color: #7AF4F5; }

 a { background-color: rgb(122,244,245); }

 div.DivClassName
 {
   background-color: #7AF4F5;
 }
 .BgClassName
 {
   background-color: #7AF4F5;
 }
</style>
border-color css

<style>
 span { border-color: #7AF4F5; }

 span { border-color: rgb(122,244,245); }

 td.TdClassName
 {
   border-color: #7AF4F5;
 }
 .TagClassName
 {
   border-color: #7AF4F5;
 }
</style>