#7BFBF6

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

Shades of Electric Blue #7BFBF6

Tints of Electric Blue #7BFBF6

Color information

#7BFBF6 (or 0x7BFBF6) is unknown color: approx Electric Blue. HEX triplet: 7B, FB and F6. RGB value is (123,251,246). Sum of RGB (Red+Green+Blue) = 123+251+246=620 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.84% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFBF6 is #840409. Grayscale: #D4D4D4. Windows color (decimal): -8651786 or 16186235. OLE color: 16186235.

HSL color Cylindrical-coordinate representation of color #7BFBF6: hue angle of 177.66º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFBF6 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB123251246-
CMYK0.5100.020.02
HSL177.66º94.12%73.33%-
HSV(B)177.66º51%98.43%-
XYZ59.379.8699.48-
YUV212.16147.0964.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 19.84%
GREEN value IS 251 (98.44% from 255) = 40.48%
BLUE value IS 246 (96.48% from 255) = 39.68%
R=19.84%
G=40.48%
B=39.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1232512460.5100.020.02177.6694.1273.33
Hex7BFBF633022b25e49
Octal17337336663022262136111
Binary11110111111101111110110110011010101011001010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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