#7AEFED

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

Shades of Electric Blue #7AEFED

Tints of Electric Blue #7AEFED

Color information

#7AEFED (or 0x7AEFED) is unknown color: approx Electric Blue. HEX triplet: 7A, EF and ED. RGB value is (122,239,237). Sum of RGB (Red+Green+Blue) = 122+239+237=598 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.40% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #7AEFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEFED is #851012. Grayscale: #CBCBCB. Windows color (decimal): -8720403 or 15593338. OLE color: 15593338.

HSL color Cylindrical-coordinate representation of color #7AEFED: hue angle of 178.97º 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 #7AEFED is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB122239237-
CMYK0.4900.010.06
HSL178.97º78.52%70.78%-
HSV(B)178.97º48.95%93.73%-
XYZ54.1871.9991.16-
YUV203.79146.7469.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.40%
GREEN value IS 239 (93.75% from 255) = 39.97%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=20.40%
G=39.97%
B=39.63%

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
Decimal1222392370.4900.010.06178.9778.5270.78
Hex7AEFED31016b34f47
Octal17235735561016263117107
Binary11110101110111111101101110001011101011001110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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