#7FEDFB

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

Shades of Electric Blue #7FEDFB

Tints of Electric Blue #7FEDFB

Color information

#7FEDFB (or 0x7FEDFB) is unknown color: approx Electric Blue. HEX triplet: 7F, ED and FB. RGB value is (127,237,251). Sum of RGB (Red+Green+Blue) = 127+237+251=615 (81% of max value = 765). Red value is 127 (50% from 255 or 20.65% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #7FEDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEDFB is #801204. Grayscale: #CDCDCD. Windows color (decimal): -8393221 or 16510335. OLE color: 16510335.

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

Color convert

RGB127237251-
CMYK0.490.0600.02
HSL186.77º93.94%74.12%-
HSV(B)186.77º49.4%98.43%-
XYZ56.4572.05102.2-
YUV205.71153.5671.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.65%
GREEN value IS 237 (92.97% from 255) = 38.54%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=20.65%
G=38.54%
B=40.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272372510.490.0600.02186.7793.9474.12
Hex7FEDFB31602bb5e4a
Octal17735537361602273136112
Binary111111111101101111110111100011100101011101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,237,251); }

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

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

 a { background-color: rgb(127,237,251); }

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

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

 span { border-color: rgb(127,237,251); }

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