#7FE8FA

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

Shades of Electric Blue #7FE8FA

Tints of Electric Blue #7FE8FA

Color information

#7FE8FA (or 0x7FE8FA) is unknown color: approx Electric Blue. HEX triplet: 7F, E8 and FA. RGB value is (127,232,250). Sum of RGB (Red+Green+Blue) = 127+232+250=609 (80% of max value = 765). Red value is 127 (50% from 255 or 20.85% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FE8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FE8FA is #801705. Grayscale: #CACACA. Windows color (decimal): -8394502 or 16443519. OLE color: 16443519.

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

Color convert

RGB127232250-
CMYK0.490.0700.02
HSL188.78º92.48%73.92%-
HSV(B)188.78º49.2%98.04%-
XYZ54.8669.13100.89-
YUV202.66154.7174.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.85%
GREEN value IS 232 (91.02% from 255) = 38.10%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=20.85%
G=38.10%
B=41.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272322500.490.0700.02188.7892.4873.92
Hex7FE8FA31702bd5c4a
Octal17735037261702275134112
Binary111111111101000111110101100011110101011110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,232,250); }

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

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

 a { background-color: rgb(127,232,250); }

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

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

 span { border-color: rgb(127,232,250); }

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