#7AF4F9

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

Shades of Electric Blue #7AF4F9

Tints of Electric Blue #7AF4F9

Color information

#7AF4F9 (or 0x7AF4F9) is unknown color: approx Electric Blue. HEX triplet: 7A, F4 and F9. RGB value is (122,244,249). Sum of RGB (Red+Green+Blue) = 122+244+249=615 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.84% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #7AF4F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF4F9 is #850B06. Grayscale: #CFCFCF. Windows color (decimal): -8719111 or 16381050. OLE color: 16381050.

HSL color Cylindrical-coordinate representation of color #7AF4F9: hue angle of 182.36º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF4F9 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB122244249-
CMYK0.510.0200.02
HSL182.36º91.37%72.75%-
HSV(B)182.36º51%97.65%-
XYZ57.4875.68101.2-
YUV208.09151.0866.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 19.84%
GREEN value IS 244 (95.70% from 255) = 39.67%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=19.84%
G=39.67%
B=40.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222442490.510.0200.02182.3691.3772.75
Hex7AF4F933202b65b49
Octal17236437163202266133111
Binary11110101111010011111001110011100101011011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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