#7BFEF0

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

Shades of Electric Blue #7BFEF0

Tints of Electric Blue #7BFEF0

Color information

#7BFEF0 (or 0x7BFEF0) is unknown color: approx Electric Blue. HEX triplet: 7B, FE and F0. RGB value is (123,254,240). Sum of RGB (Red+Green+Blue) = 123+254+240=617 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.94% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFEF0 is #84010F. Grayscale: #D5D5D5. Windows color (decimal): -8651024 or 15793787. OLE color: 15793787.

HSL color Cylindrical-coordinate representation of color #7BFEF0: hue angle of 173.59º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFEF0 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB123254240-
CMYK0.5200.060.00
HSL173.59º98.5%73.92%-
HSV(B)173.59º51.57%99.61%-
XYZ59.3481.3995.02-
YUV213.24143.163.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 19.94%
GREEN value IS 254 (99.61% from 255) = 41.17%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=19.94%
G=41.17%
B=38.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1232542400.5200.060.00173.5998.573.92
Hex7BFEF034060ae624a
Octal17337636064060256142112
Binary11110111111111011110000110100011001010111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,254,240); }

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

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

 a { background-color: rgb(123,254,240); }

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

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

 span { border-color: rgb(123,254,240); }

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