#7BFFFB

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

Shades of Electric Blue #7BFFFB

Tints of Electric Blue #7BFFFB

Color information

#7BFFFB (or 0x7BFFFB) is unknown color: approx Electric Blue. HEX triplet: 7B, FF and FB. RGB value is (123,255,251). Sum of RGB (Red+Green+Blue) = 123+255+251=629 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.55% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFFB is #840004. Grayscale: #D6D6D6. Windows color (decimal): -8650757 or 16514939. OLE color: 16514939.

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

Color convert

RGB123255251-
CMYK0.5200.020
HSL178.18º100%74.12%-
HSV(B)178.18º51.76%100%-
XYZ61.3482.7104-
YUV215.08148.2762.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 19.55%
GREEN value IS 255 (100% from 255) = 40.54%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=19.55%
G=40.54%
B=39.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1232552510.5200.020178.1810074.12
Hex7BFFFB34020b2644a
Octal17337737364020262144112
Binary1111011111111111111101111010001001011001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,255,251); }

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

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

 a { background-color: rgb(123,255,251); }

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

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

 span { border-color: rgb(123,255,251); }

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