#7AEFEC

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

Shades of Electric Blue #7AEFEC

Tints of Electric Blue #7AEFEC

Color information

#7AEFEC (or 0x7AEFEC) is unknown color: approx Electric Blue. HEX triplet: 7A, EF and EC. RGB value is (122,239,236). Sum of RGB (Red+Green+Blue) = 122+239+236=597 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.44% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #7AEFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEFEC is #851013. Grayscale: #CBCBCB. Windows color (decimal): -8720404 or 15527802. OLE color: 15527802.

HSL color Cylindrical-coordinate representation of color #7AEFEC: hue angle of 178.46º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEFEC is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB122239236-
CMYK0.4900.010.06
HSL178.46º78.52%70.78%-
HSV(B)178.46º48.95%93.73%-
XYZ54.0371.9390.39-
YUV203.68146.2469.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.44%
GREEN value IS 239 (93.75% from 255) = 40.03%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=20.44%
G=40.03%
B=39.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222392360.4900.010.06178.4678.5270.78
Hex7AEFEC31016b24f47
Octal17235735461016262117107
Binary11110101110111111101100110001011101011001010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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