#7FE5FA

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

Shades of Electric Blue #7FE5FA

Tints of Electric Blue #7FE5FA

Color information

#7FE5FA (or 0x7FE5FA) is unknown color: approx Electric Blue. HEX triplet: 7F, E5 and FA. RGB value is (127,229,250). Sum of RGB (Red+Green+Blue) = 127+229+250=606 (80% of max value = 765). Red value is 127 (50% from 255 or 20.96% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FE5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE5FA is #801A05. Grayscale: #C8C8C8. Windows color (decimal): -8395270 or 16442751. OLE color: 16442751.

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

Color convert

RGB127229250-
CMYK0.490.0800.02
HSL190.24º92.48%73.92%-
HSV(B)190.24º49.2%98.04%-
XYZ54.0367.45100.61-
YUV200.9155.7175.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.96%
GREEN value IS 229 (89.84% from 255) = 37.79%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=20.96%
G=37.79%
B=41.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272292500.490.0800.02190.2492.4873.92
Hex7FE5FA31802be5c4a
Octal177345372611002276134112
Binary1111111111001011111101011000110000101011111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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