#7AE9FA

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

Shades of Electric Blue #7AE9FA

Tints of Electric Blue #7AE9FA

Color information

#7AE9FA (or 0x7AE9FA) is unknown color: approx Electric Blue. HEX triplet: 7A, E9 and FA. RGB value is (122,233,250). Sum of RGB (Red+Green+Blue) = 122+233+250=605 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.17% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AE9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AE9FA is #851605. Grayscale: #C9C9C9. Windows color (decimal): -8721926 or 16443770. OLE color: 16443770.

HSL color Cylindrical-coordinate representation of color #7AE9FA: hue angle of 187.97º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AE9FA is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB122233250-
CMYK0.510.0700.02
HSL187.97º92.75%72.94%-
HSV(B)187.97º51.2%98.04%-
XYZ54.4269.32100.95-
YUV201.75155.2371.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.17%
GREEN value IS 233 (91.41% from 255) = 38.51%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=20.17%
G=38.51%
B=41.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222332500.510.0700.02187.9792.7572.94
Hex7AE9FA33702bc5d49
Octal17235137263702274135111
Binary111101011101001111110101100111110101011110010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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