#7AEFE6

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

Shades of Electric Blue #7AEFE6

Tints of Electric Blue #7AEFE6

Color information

#7AEFE6 (or 0x7AEFE6) is unknown color: approx Electric Blue. HEX triplet: 7A, EF and E6. RGB value is (122,239,230). Sum of RGB (Red+Green+Blue) = 122+239+230=591 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.64% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #7AEFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEFE6 is #851019. Grayscale: #CACACA. Windows color (decimal): -8720410 or 15134586. OLE color: 15134586.

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

Color convert

RGB122239230-
CMYK0.4900.040.06
HSL175.38º78.52%70.78%-
HSV(B)175.38º48.95%93.73%-
XYZ53.1871.5885.88-
YUV202.99143.2470.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.64%
GREEN value IS 239 (93.75% from 255) = 40.44%
BLUE value IS 230 (90.23% from 255) = 38.92%
R=20.64%
G=40.44%
B=38.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222392300.4900.040.06175.3878.5270.78
Hex7AEFE631046af4f47
Octal17235734661046257117107
Binary1111010111011111110011011000101001101010111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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