#7FF7F1

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

Shades of Electric Blue #7FF7F1

Tints of Electric Blue #7FF7F1

Color information

#7FF7F1 (or 0x7FF7F1) is unknown color: approx Electric Blue. HEX triplet: 7F, F7 and F1. RGB value is (127,247,241). Sum of RGB (Red+Green+Blue) = 127+247+241=615 (81% of max value = 765). Red value is 127 (50% from 255 or 20.65% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #7FF7F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF7F1 is #80080E. Grayscale: #D2D2D2. Windows color (decimal): -8390671 or 15857535. OLE color: 15857535.

HSL color Cylindrical-coordinate representation of color #7FF7F1: hue angle of 177º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FF7F1 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB127247241-
CMYK0.4900.020.03
HSL177º88.24%73.33%-
HSV(B)177º48.58%96.86%-
XYZ57.8977.3895.1-
YUV210.44145.2468.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.65%
GREEN value IS 247 (96.88% from 255) = 40.16%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=20.65%
G=40.16%
B=39.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1272472410.4900.020.0317788.2473.33
Hex7FF7F131023b15849
Octal17736736161023261130111
Binary11111111111011111110001110001010111011000110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,247,241); }

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

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

 a { background-color: rgb(127,247,241); }

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

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

 span { border-color: rgb(127,247,241); }

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