#7AEEED

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

Shades of Electric Blue #7AEEED

Tints of Electric Blue #7AEEED

Color information

#7AEEED (or 0x7AEEED) is unknown color: approx Electric Blue. HEX triplet: 7A, EE and ED. RGB value is (122,238,237). Sum of RGB (Red+Green+Blue) = 122+238+237=597 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.44% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEEED is #851112. Grayscale: #CBCBCB. Windows color (decimal): -8720659 or 15593082. OLE color: 15593082.

HSL color Cylindrical-coordinate representation of color #7AEEED: hue angle of 179.48º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEEED is Cyan = 0.49, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB122238237-
CMYK0.4900.000.07
HSL179.48º77.33%70.59%-
HSV(B)179.48º48.74%93.33%-
XYZ53.8971.491.06-
YUV203.2147.0770.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.44%
GREEN value IS 238 (93.36% from 255) = 39.87%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=20.44%
G=39.87%
B=39.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222382370.4900.000.07179.4877.3370.59
Hex7AEEED31007b34d47
Octal17235635561007263115107
Binary11110101110111011101101110001001111011001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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