#7FE4FC

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

Shades of Electric Blue #7FE4FC

Tints of Electric Blue #7FE4FC

Color information

#7FE4FC (or 0x7FE4FC) is unknown color: approx Electric Blue. HEX triplet: 7F, E4 and FC. RGB value is (127,228,252). Sum of RGB (Red+Green+Blue) = 127+228+252=607 (80% of max value = 765). Red value is 127 (50% from 255 or 20.92% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FE4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE4FC is #801B03. Grayscale: #C8C8C8. Windows color (decimal): -8395524 or 16573567. OLE color: 16573567.

HSL color Cylindrical-coordinate representation of color #7FE4FC: hue angle of 191.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE4FC is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB127228252-
CMYK0.500.1000.01
HSL191.52º95.42%74.31%-
HSV(B)191.52º49.6%98.82%-
XYZ54.0767.03102.18-
YUV200.54157.0475.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.92%
GREEN value IS 228 (89.45% from 255) = 37.56%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=20.92%
G=37.56%
B=41.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1272282520.500.1000.01191.5295.4274.31
Hex7FE4FC32A01c05f4a
Octal177344374621201300137112
Binary111111111100100111111001100101010011100000010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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