#7FEFFB

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

Shades of Electric Blue #7FEFFB

Tints of Electric Blue #7FEFFB

Color information

#7FEFFB (or 0x7FEFFB) is unknown color: approx Electric Blue. HEX triplet: 7F, EF and FB. RGB value is (127,239,251). Sum of RGB (Red+Green+Blue) = 127+239+251=617 (81% of max value = 765). Red value is 127 (50% from 255 or 20.58% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #7FEFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEFFB is #801004. Grayscale: #CECECE. Windows color (decimal): -8392709 or 16510847. OLE color: 16510847.

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

Color convert

RGB127239251-
CMYK0.490.0500.02
HSL185.81º93.94%74.12%-
HSV(B)185.81º49.4%98.43%-
XYZ57.0373.21102.39-
YUV206.88152.8971.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.58%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=20.58%
G=38.74%
B=40.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272392510.490.0500.02185.8193.9474.12
Hex7FEFFB31502ba5e4a
Octal17735737361502272136112
Binary111111111101111111110111100011010101011101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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