#7AF9FA

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

Shades of Electric Blue #7AF9FA

Tints of Electric Blue #7AF9FA

Color information

#7AF9FA (or 0x7AF9FA) is unknown color: approx Electric Blue. HEX triplet: 7A, F9 and FA. RGB value is (122,249,250). Sum of RGB (Red+Green+Blue) = 122+249+250=621 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.65% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AF9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF9FA is #850605. Grayscale: #D3D3D3. Windows color (decimal): -8717830 or 16447866. OLE color: 16447866.

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

Color convert

RGB122249250-
CMYK0.510.0000.02
HSL180.47º92.75%72.94%-
HSV(B)180.47º51.2%98.04%-
XYZ59.1678.79102.53-
YUV211.14149.9264.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 19.65%
GREEN value IS 249 (97.66% from 255) = 40.10%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=19.65%
G=40.10%
B=40.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222492500.510.0000.02180.4792.7572.94
Hex7AF9FA33002b45d49
Octal17237137263002264135111
Binary1111010111110011111101011001100101011010010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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