#7AE7FA

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

Shades of Electric Blue #7AE7FA

Tints of Electric Blue #7AE7FA

Color information

#7AE7FA (or 0x7AE7FA) is unknown color: approx Electric Blue. HEX triplet: 7A, E7 and FA. RGB value is (122,231,250). Sum of RGB (Red+Green+Blue) = 122+231+250=603 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.23% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AE7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AE7FA is #851805. Grayscale: #C8C8C8. Windows color (decimal): -8722438 or 16443258. OLE color: 16443258.

HSL color Cylindrical-coordinate representation of color #7AE7FA: hue angle of 188.91º 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 #7AE7FA is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB122231250-
CMYK0.510.0800.02
HSL188.91º92.75%72.94%-
HSV(B)188.91º51.2%98.04%-
XYZ53.8668.19100.77-
YUV200.58155.8971.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.23%
GREEN value IS 231 (90.62% from 255) = 38.31%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=20.23%
G=38.31%
B=41.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222312500.510.0800.02188.9192.7572.94
Hex7AE7FA33802bd5d49
Octal172347372631002275135111
Binary1111010111001111111101011001110000101011110110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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