#7AF7EC

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

Shades of Electric Blue #7AF7EC

Tints of Electric Blue #7AF7EC

Color information

#7AF7EC (or 0x7AF7EC) is unknown color: approx Electric Blue. HEX triplet: 7A, F7 and EC. RGB value is (122,247,236). Sum of RGB (Red+Green+Blue) = 122+247+236=605 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.17% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF7EC is #850813. Grayscale: #D0D0D0. Windows color (decimal): -8718356 or 15529850. OLE color: 15529850.

HSL color Cylindrical-coordinate representation of color #7AF7EC: hue angle of 174.72º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7EC is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB122247236-
CMYK0.5100.040.03
HSL174.72º88.65%72.35%-
HSV(B)174.72º50.61%96.86%-
XYZ56.4376.7291.19-
YUV208.37143.5966.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.17%
GREEN value IS 247 (96.88% from 255) = 40.83%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=20.17%
G=40.83%
B=39.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222472360.5100.040.03174.7288.6572.35
Hex7AF7EC33043af5948
Octal17236735463043257131110
Binary111101011110111111011001100110100111010111110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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