#7FE4FA

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

Shades of Electric Blue #7FE4FA

Tints of Electric Blue #7FE4FA

Color information

#7FE4FA (or 0x7FE4FA) is unknown color: approx Electric Blue. HEX triplet: 7F, E4 and FA. RGB value is (127,228,250). Sum of RGB (Red+Green+Blue) = 127+228+250=605 (80% of max value = 765). Red value is 127 (50% from 255 or 20.99% from 605); Green value is 228 (89.45% from 255 or 37.69% 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 #7FE4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE4FA is #801B05. Grayscale: #C8C8C8. Windows color (decimal): -8395526 or 16442495. OLE color: 16442495.

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

Color convert

RGB127228250-
CMYK0.490.0900.02
HSL190.73º92.48%73.92%-
HSV(B)190.73º49.2%98.04%-
XYZ53.7566.9100.52-
YUV200.31156.0475.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.99%
GREEN value IS 228 (89.45% from 255) = 37.69%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=20.99%
G=37.69%
B=41.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272282500.490.0900.02190.7392.4873.92
Hex7FE4FA31902bf5c4a
Octal177344372611102277134112
Binary1111111111001001111101011000110010101011111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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