#7AF9EC

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

Shades of Electric Blue #7AF9EC

Tints of Electric Blue #7AF9EC

Color information

#7AF9EC (or 0x7AF9EC) is unknown color: approx Electric Blue. HEX triplet: 7A, F9 and EC. RGB value is (122,249,236). Sum of RGB (Red+Green+Blue) = 122+249+236=607 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.10% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF9EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF9EC is #850613. Grayscale: #D1D1D1. Windows color (decimal): -8717844 or 15530362. OLE color: 15530362.

HSL color Cylindrical-coordinate representation of color #7AF9EC: hue angle of 173.86º 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 #7AF9EC is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB122249236-
CMYK0.5100.050.02
HSL173.86º91.37%72.75%-
HSV(B)173.86º51%97.65%-
XYZ57.0477.9591.4-
YUV209.54142.9265.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.10%
GREEN value IS 249 (97.66% from 255) = 41.02%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=20.10%
G=41.02%
B=38.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222492360.5100.050.02173.8691.3772.75
Hex7AF9EC33052ae5b49
Octal17237135463052256133111
Binary111101011111001111011001100110101101010111010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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