#7AFEFA

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

Shades of Electric Blue #7AFEFA

Tints of Electric Blue #7AFEFA

Color information

#7AFEFA (or 0x7AFEFA) is unknown color: approx Electric Blue. HEX triplet: 7A, FE and FA. RGB value is (122,254,250). Sum of RGB (Red+Green+Blue) = 122+254+250=626 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.49% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFEFA is #850105. Grayscale: #D5D5D5. Windows color (decimal): -8716550 or 16449146. OLE color: 16449146.

HSL color Cylindrical-coordinate representation of color #7AFEFA: hue angle of 178.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFEFA is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB122254250-
CMYK0.5200.020.00
HSL178.18º98.51%73.73%-
HSV(B)178.18º51.97%99.61%-
XYZ60.7281.92103.05-
YUV214.08148.2762.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 19.49%
GREEN value IS 254 (99.61% from 255) = 40.58%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=19.49%
G=40.58%
B=39.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1222542500.5200.020.00178.1898.5173.73
Hex7AFEFA34020b2634a
Octal17237637264020262143112
Binary1111010111111101111101011010001001011001011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,254,250); }

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

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

 a { background-color: rgb(122,254,250); }

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

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

 span { border-color: rgb(122,254,250); }

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