#7AF5F6

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

Shades of Electric Blue #7AF5F6

Tints of Electric Blue #7AF5F6

Color information

#7AF5F6 (or 0x7AF5F6) is unknown color: approx Electric Blue. HEX triplet: 7A, F5 and F6. RGB value is (122,245,246). Sum of RGB (Red+Green+Blue) = 122+245+246=613 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.90% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #7AF5F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF5F6 is #850A09. Grayscale: #D0D0D0. Windows color (decimal): -8718858 or 16184698. OLE color: 16184698.

HSL color Cylindrical-coordinate representation of color #7AF5F6: hue angle of 180.48º degrees, saturation: 0.87, 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 #7AF5F6 is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB122245246-
CMYK0.500.0000.04
HSL180.48º87.32%72.16%-
HSV(B)180.48º50.41%96.47%-
XYZ57.3176.198.86-
YUV208.34149.2566.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 19.90%
GREEN value IS 245 (96.09% from 255) = 39.97%
BLUE value IS 246 (96.48% from 255) = 40.13%
R=19.90%
G=39.97%
B=40.13%

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
Decimal1222452460.500.0000.04180.4887.3272.16
Hex7AF5F632004b45748
Octal17236536662004264127110
Binary11110101111010111110110110010001001011010010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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