#7FFBEF

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

Shades of Electric Blue #7FFBEF

Tints of Electric Blue #7FFBEF

Color information

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

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

Color convert

RGB127251239-
CMYK0.4900.050.02
HSL174.19º93.94%74.12%-
HSV(B)174.19º49.4%98.43%-
XYZ58.8379.7493.95-
YUV212.56142.9266.98-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272512390.4900.050.02174.1993.9474.12
Hex7FFBEF31052ae5e4a
Octal17737335761052256136112
Binary111111111111011111011111100010101101010111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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